[mapguide-users] Re: re: google mapintegration with mapguide

2010-03-30 Thread Jose Cerrejon
I've tried the fix, but with the last SVN, doesn't works (03/31/2010). This is the code in the line 110: 110 var options = { 111 div: this.domObj, 112 size: this.oSize, 113 minRatio: this.nMinRatio, 114 maxRatio: this.nMaxRatio, 115 mapOptions: this.oM

RE: [mapguide-users] building 64bit openmapguide on rhel 5.4

2010-03-30 Thread Trevor Wekel
Hi Rajeev, You will need to create 64 bit FDO libraries before compiling MapGuide. MapGuide 2.2 should be built against FDO 3.5.0. I have started working on Linux build and packaging scripts for both FDO and MapGuide. The scripts are a work in progress but they might get you somewhere on a 6

RE: [mapguide-users] building 64bit openmapguide on rhel 5.4

2010-03-30 Thread Rajeev Singh
Thanks for sharing that - though Trevor has explicitly said that 2.2 is the one that might be 64 bit, let me share my experience on Centos 5.5 (btw you can use the 32 bit build on 64 bit machine) **Trevor - my interest in 64 bit was actually to use it against 64 bit java (and the current plan for

Re: [mapguide-users] building 64bit openmapguide on rhel 5.4

2010-03-30 Thread kfwebb
Hello Adam, Rajeev, and others interested in 64bit MapGuide, I thought I had the problem solved last week. I got FDO and MapGuide to compile on a x86_64 installation of Fedora Core 8 (a torturous experience). When I tested using the Sheboygan.mgp sample data, mgserver threw an FDO exception relate

[mapguide-users] Discalaimer Patch ?

2010-03-30 Thread Jamo
I'm not sure on the process or ramifications of modifying the ajaxmappane are. But I've been playing around with the disclaimer place holders (a couple of postes here have shown how they are implemented) and thought it might be a worthy addition ? I've added the following functions to the ajaxma

Re: [mapguide-users] Re: re: google mapintegration with mapguide

2010-03-30 Thread Kori Maleski
Thanks Gordon, Mark, I am stuck on a specific version of the trunk at the moment so I can't upgrade yet - so I am stuck with the workaround for a bit. Cheers, Kori Maleski On Tue, Mar 30, 2010 at 11:57 AM, GordonL wrote: > > Sweet fix Kori. Works for MapGuide Enterprise 2010. > -- > View th

RE: [mapguide-users] building 64bit openmapguide on rhel 5.4

2010-03-30 Thread Trevor Wekel
Hello list, MapGuide 2.0 and 2.1 have never been validated as a 64 bit build. MapGuide 2.2 will be the first 64 bit capable release. For the beta (coming soon), we may not have 64 bit versions built and packaged. We are planning to address this before the final 2.2 release. From the last PS

[mapguide-users] Up to date and correct config.xml file

2010-03-30 Thread Homan, Thomas
Hello, Hello, I'm running MGE2010 in Windows and to date have been unsuccessful in creating config.xml files for loaded imagery sets. Neither Studio or Maestro have generated the needed files so I wrote a workaround that accomplishes my needs. I was looking over the files today and noticed that al

[mapguide-users] Re: re: google mapintegration with mapguide

2010-03-30 Thread GordonL
Sweet fix Kori. Works for MapGuide Enterprise 2010. -- View this message in context: http://n2.nabble.com/re-google-mapintegration-with-mapguide-tp3049773p4826477.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

RE: [mapguide-users] building 64bit openmapguide on rhel 5.4

2010-03-30 Thread Rajeev Singh
Adam, I will be grateful if you could share your learnings on 64 bit build. I tried with 2.0.2 (the one downloadable) and though after herculean efforts I managed to compile stuff (mix-match etc etc), the final thing did not run (it went into some weird loop - 100% cpu, mem consumption - so much s

[mapguide-users] RE: MapGuide REST Extension Documentations

2010-03-30 Thread Nimrod Cnaan
Thanks for the reference, the explanation of the GeoREST's site helped me to get started. I hade also seen your http://www.sl-king.com/mgrest/ work. I have to pause my restful implementation for the meantime (Again) due to other commitments - be in touch. Date: Mon, 29 Mar 2010 22:4

RE: [mapguide-users] MapGuide REST Extension Documentations

2010-03-30 Thread Nimrod Cnaan
Thanks for the reference, the explanation of the GeoREST's site helped me to get started. I hade also seen your http://www.sl-king.com/mgrest/ work. I have to pause my restful implementation for the meantime (Again) due to other commitments - be in touch. נמרוד כנען מנהל פיתוח GIS נייד 0525

RE: [mapguide-users] Out of memory exception when generating tiles from large raster imagery

2010-03-30 Thread Trevor Wekel
Hello Julien, For a multi user load, the Autodesk raster provider should give you better performance. The GDAL provider in MapGuide is currently limited to a single thread to improve stability. ECW is an excellent format for MapGuide. TIFF is also good but it requires a lot more disk space.

[mapguide-users] Out of memory exception when generating tiles from large raster imagery

2010-03-30 Thread julienltr
Hi MapGuide users, Following the release to public of our application based on Autodesk MapGuide Entreprise 2010, we are facing some annoying crashes of the service (a minimum of one crash per day and sometime every couple of hours). Of course, before the release to public, with only few users an

[mapguide-users] Re: re: google mapintegration with mapguide

2010-03-30 Thread Mark Pendergraft
I filed a ticket in the fusion trac for this and it was closed because the latest trunk version could not reproduce it. I haven't had time to test it myself, but you might try downloading the latest version and see if that fixes your problem. -Mark P. -- View this message in context: http://n2

Re: [mapguide-users] Re: re: google mapintegration with mapguide

2010-03-30 Thread Kori Maleski
To work around the Overview map projection issue do the following: O On line 110 of OverviewMap.js, add the following 2 lines: this.mapObject.projection = this.getMap().oMapOL.getProjection() this.mapObject.oLayerOL.projection = this.getMap().oMapOL.getProjection() This will alllo

RE: [mapguide-users] building 64bit openmapguide on rhel 5.4

2010-03-30 Thread Trevor Wekel
Are you compiling against trunk? The 2.1 branch will probably not compile on 64 bit. Some of the third party projects still require atomic.h. Please reference http://trac.osgeo.org/mapguide/wiki/CompilingMapGuide22. This may correct AtomicDecrement and AtomicIncrement. Try using the defaul

[mapguide-users] openmapguide 2.1 build problem

2010-03-30 Thread Balogh Ádám
Dear fellows, Our office have a 64bit RHEL 5.4 Linux machine, that I want to use (among others) for openmapguide. I passed through fdo install, and build_oem.sh. I downloaded some third party libraries newer then what was provided in the tarball (namely: libpng, libjped, freetype and agg) Otherwise

[mapguide-users] building 64bit openmapguide on rhel 5.4

2010-03-30 Thread adamb
Dear fellows, Our office have a 64bit rhel 5.4 linux machine, that I want to use (among others) for openmapguide. I passed through fdo install, and build_oem.sh. I downloaded some third party libraries newer then what was provided in the tarball (namely: libpng, libjped, freetype and agg) Otherwise

[mapguide-users] Re: re: google mapintegration with mapguide

2010-03-30 Thread Jose Cerrejon
I have the same issue now. Maybe is a bug in fussion. -- View this message in context: http://n2.nabble.com/re-google-mapintegration-with-mapguide-tp3049773p4823732.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-user

[mapguide-users] Re: Feature Labels are fade in MGOS 2.0 in Linux

2010-03-30 Thread Sudip Barman
Hi zspitzer, Sorry for not responding long time due to some medical issue i am not able to access. Below are the answer step wise >>I am using very common font in windows that is "Arial" and it is present in the Centos 5 where I upload the package. >>Layer XML ===

[mapguide-users] Re: turquoiseyellow theme SelectionPanel error

2010-03-30 Thread Jose Cerrejon
It must be any error with the file fusionSF-compressed.js. If I remove this line (using fusion.js), the problem appear fixed. -- View this message in context: http://n2.nabble.com/turquoiseyellow-theme-SelectionPanel-error-tp4823135p4823277.html Sent from the MapGuide Users mailing list archive

[mapguide-users] turquoiseyellow theme SelectionPanel error

2010-03-30 Thread Jose Cerrejon
With this theme, if you select an object in the map, It doesn't appear in the selection panel. What's wrong? -- View this message in context: http://n2.nabble.com/turquoiseyellow-theme-SelectionPanel-error-tp4823135p4823135.html Sent from the MapGuide Users mailing list archive at Nabble.com. _