[mapguide-users] RE: Cannot compile Mapguide server.

2011-07-15 Thread Birgir
Hi Trevor, Thanks for you answer. I have downloaded the following FDO 3.5 RC1 SDK tarball several times: http://download.osgeo.org/fdo/3.5.0/release/binaries/win32/fdosdk-win32-3.5.0.tar.gz I dont have tar installed so I have unzipped it with rar and Ive done this several times. The tarball cont

[mapguide-users] RE: Cannot compile Mapguide server.

2011-07-15 Thread Jackie Ng
The SDK *is* the compiled FDO source code Did you also copy/extract the Inc and Lib folders? - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Cannot-compile-Mapguide-server-tp6582550p6586137.html Sent from the MapGuide Users mailing list archive at Nabble.com. __

[mapguide-users] RE: Cannot compile Mapguide server.

2011-07-15 Thread Birgir
yes I did. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Cannot-compile-Mapguide-server-tp6582550p6586149.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list mapguide-users@list

[mapguide-users] RE: MG and MSSQL performance

2011-07-15 Thread Martin Morrison
Tables. Setup a pre-canned table to match your views. Either run a nightly script or use triggers to populate it. Make sure your table is indexed properly (both search fields and spatial). Most end-users don't care about metadata. They want to see a map and get information (owner, address,

[mapguide-users] RE: MG and MSSQL performance

2011-07-15 Thread Ivan Miličević
Thank you Martin. From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Martin Morrison Sent: Friday, July 15, 2011 2:27 PM To: MapGuide Users Mail List Subject: [mapguide-users] RE: MG and MSSQL performance Tables. Setup a pre-canned table to

[mapguide-users] RE: Cannot compile Mapguide server.

2011-07-15 Thread Birgir
I have downloaded the source code again and its working now. thanks for your help. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Cannot-compile-Mapguide-server-tp6582550p6586871.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] RE: Quick Plot tool

2011-07-15 Thread frosty1_4me
Is it possible to use the quick plot code from your version without compiling the fusion.js file using ant? From: Jackie Ng [via OSGeo.org] [mailto:ml-node+6581565-987449267-270...@n2.nabble.com] Sent: July-13-11 7:42 PM To: Kent Bowman Subject: Re: Quick Plot tool My github fork of fusion has

[mapguide-users] RE: Quick Plot tool

2011-07-15 Thread frosty1_4me
Hi Jackie, I gave your code a try but it just won't generate a map. I tried both just using your code as is, and then just taking the parts of the code to update my version without using the multi maps functionality but I get the same result doing both. The map preview doesn't generate, it ju

Re: [mapguide-users] Re: Can't get fusion to work using Sheboygan and Google Maps

2011-07-15 Thread Nathan Elmore
Awesome- Do I need to create a new MapDefinition (or new layers?) with the new coordinate system? Or do I use MgCoordinateSystem API to do this after Fusion has loaded the untransformed map definition? -N On Thu, Jul 14, 2011 at 7:57 PM, Jackie Ng wrote: > Yes of course you can use MgCoordinate

[mapguide-users] RE: Compile Error: An attempt was made to load a program with an incorrect format.

2011-07-15 Thread DanielDu
To hide this error message on 64bit, you can try using WebApplication instead of Website, and run your webapplication on local IIS instead of the webserver of VS2010, as VS2010 is still a 32bit application, as well as the internal webserver released with vs2010. please refer to the webcast for a

[mapguide-users] Re: Is there any sample code to zoom multiple parcels?

2011-07-15 Thread Mauricio Villablanca
What I did is to create a query that outputs aside from attributes, the boundaries of each feature to the client. Then if you want to zoom to the features just use minX, minY, maxX, maxY and individual values for zooming into each feature. -- View this message in context: http://osgeo-org.1803224