[mapguide-users] Major problems passing parameters using mapviewerphp

2010-04-22 Thread shepwaydistrictcouncil
Hi I work for a District Council in the UK and we're soon to launch our new map viewer as MGOS (migrating from MG6.5) but I have an issue with passing parameters. I've tried the following which do not appear to work even though I've followed them to the letter so I really need the help of you

[mapguide-users] Re: Migrating a repository

2010-04-22 Thread _Jon_
That's the document I was looking for, thanks! However, if saving and loading a package will work I think I will do that. The security settings are very simple the data set it reasonably small. Thanks for the information. Jon -- View this message in context:

[mapguide-users] Service Unavailable

2010-04-22 Thread _Jon_
Okay - I installed 2.1 on Windows 2008. I migrated my data from 1.1 by exporting/importing a package. I migrated my application, and it was working for a little while - until suddenly it wasn't. After about a half hour of the application working, attempts to load my site came up with Error 503

[mapguide-users] RE: Maroon Theme and tooltips doesn't show

2010-04-22 Thread GordonL
This is True for SLATE too. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Maroon-Theme-and-tooltips-doesn-t-show-tp3828284p4942858.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

[mapguide-users] RE: Major problems passing parameters using mapviewerphp

2010-04-22 Thread shepwaydistrictcouncil
Hi Tom Just looked at your NNP interactive map and you've done exactly what we are trying to achieve right down to the search etc. Would you be in a position to share a little code or discuss directly? Kind regards Neil Neil Thompson Analyst/Programmer Systems Development Corporate

[mapguide-users] Mapguide with openstreetmap

2010-04-22 Thread Tex
Ive been trying to use OS data as an ecw on my mapguide server but it just seems so slow as ive got 250k 50k 10k mapping then aerial photography at a low level for the whole of the UK. Ive tried tiling cache etc pre cooking tiles and it just isnt fast enough. I was wondering how i could tap

RE: [mapguide-users] Mapguide with openstreetmap

2010-04-22 Thread Gary Morin
Hi Terry Do you want to drop me a line or give me a call, I have OpenstreetMap data converted and ready to go with MapGuide. Is Nic still there? Best regards Gary Morin Keynetix Ltd Member of the Key Systems Group Tel. +44 (0) 1527 6 Fax: +44 (0) 1527 62880 Dir. +44 (0) 1604 891152

Re: [mapguide-users] RE: Maroon Theme and tooltips doesn't show

2010-04-22 Thread Mike Adair
I've noticed this too with recent browser updates and a fix I found is in the jxtheme.css files, replace instances of 1% with 1000%. The comment around that bit of CSS is much bigger than its container but it appears that 10,000 is too big and setting that to 1000 works. Mike GordonL

[mapguide-users] MapTip only without SessionID?

2010-04-22 Thread GordonL
Here is a weird one - I have MapTips with this URL launched from Studio 2010 (with MGOS 2.1): http://localhost/mapguide/fusion/templates/mapguide/google_slate/index.html?APPLICATIONDEFINITION=Library%3a%2f%2fWEB_LAYOUT%2ftest.ApplicationDefinition but not this one:

Re: [mapguide-users] MapTip only without SessionID?

2010-04-22 Thread Jason Birch
The %3a and %2f are URL encodings of the : and / characters, and are the correct way to call this URL. No idea why the MapTips wouldn't work properly when the appdef parameter isn't properly encoded though. Jason On 22 April 2010 08:17, GordonL wrote: Here is a weird one - I have MapTips

[mapguide-users] Join Problem

2010-04-22 Thread _Jon_
My migration saga continues. I just migrated my site from 1.1 to 2.1. I was able to migrate the data by exporting a package from 1.1 and loading it in 2.1. While everything appears to have come over, some things are just not right. I noticed that a join which was previously working properly

[mapguide-users] Re: MapTip only without SessionID?

2010-04-22 Thread GordonL
Here is what solved it: The APPLICATIONDEFITION was originally created with Maestro and I couldn't view MapTips with GOOGLE in the background. I completely recreated the definition using MapGuide Studio 2010 and voila, it was corrected. I am not sure of the difference between the XML created

RE: [mapguide-users] MapTip only without SessionID?

2010-04-22 Thread Gordon Luckett
Here is what solved it: The APPLICATIONDEFITION was originally created with Maestro and I couldn't view MapTips with GOOGLE in the background. I completely recreated the definition using MapGuide Studio 2010 and voila, it was corrected. I am not sure of the difference between the XML created

Re: [mapguide-users] Join Problem

2010-04-22 Thread Zac Spitzer
can you describe which FDO providers you are using and data behind? joins are a known to be a wee bit problematic.. if possible, doing the join in a view in the database and using that will give you much better (reliable) results On 23 April 2010 06:17, _Jon_ jri...@langan.com wrote: My

Re: [mapguide-users] Join Problem

2010-04-22 Thread Jason Birch
Almost sounds like the resource is still there; didn't get deleted properly. Is there any difference once you restart the service? Can you access the repository with Maestro? Does it allow you to delete the original resource? Does the validation tool point out any problems? I don't know of

[mapguide-users] Modify Scale Ranges Of a Layers

2010-04-22 Thread SriRam007
hi everyone, I m Using MGOS,Ajaxviewer,C#.net,Javascript. I want to keep permanently the modified scale ranges of a layers. I already have done By modifing the XML file of Layerdefinition for changing the scale dynamically. And it is working fine also. But it exists till the session end. I