RE: [mapguide-users] WMS-client

2007-11-22 Thread mates
Thanks for your advice janson, but there is one more problem.. I used this example http://tinyurl.com/2aee8l But error is occuring An exception occurred in FDO component.Physical schema mapping 'Itasca_Demo' was not found. I found that there´s a definition targetNamespace="http://fdo.osgeo.

[mapguide-users] Autodesk Alignment labelling....

2007-11-22 Thread Andrew DeMerchant
I'm wondering if anyone here has figured out a great way to label an alignment exported from Autodesk Land Desktop / Civil 3D yet? Getting the line is no problem - I can export it as a line shape file.but how to label it with the stations is tricky. I'm guessing that I'll have to generate p

RE: [mapguide-users] Mapguide 2.0 Beta1 vs 1.2 performance

2007-11-22 Thread Traian Stanev
Is your map polygon feature heavy by any chance? In general having many small polygons will make less difference than having a few very large polygons, due to the huge difference in pixel fill rate between the two renderers. Our GD renderer uses a custom polygon rasterizer routine that is extrem

Re: [mapguide-users] Mapguide 2.0 Beta1 vs 1.2 performance

2007-11-22 Thread Paul Spencer
Oh, right. OpenLayers (the library that handles the map image) automatically buffers non-tiled images by a certain amount to give some 'continuity' when panning. By default, the ratio applied is 1.5 I think, so it requests an image 1.5 x wider and higher. We need to add an option to the M

Re: [mapguide-users] OGR+PostGIS : Update and insert

2007-11-22 Thread Bruno Scott
Oops, Sorry i think FDO is a better place for this message. Sorry Bruno Bruno Scott wrote: > > Has anyone successfully use the OGR provider for PostGIS for update and > insert? > > I use it successfully for displaying data using Map 3D 2008 > But when i try to modify something i have an erro

Re: [mapguide-users] Confusing about reload runtime map

2007-11-22 Thread Kenneth, GEOGRAF A/S
I also find the naming system quite confusing. Generally, most map operations can take either a MapName or MapDefinition. The MapName must sometimes be entered with either a full path, or the map name. Sometimes both works, sometimes only one works. I would personally prefer only the full path.

[mapguide-users] OGR+PostGIS : Update and insert

2007-11-22 Thread Bruno Scott
Has anyone successfully use the OGR provider for PostGIS for update and insert? I use it successfully for displaying data using Map 3D 2008 But when i try to modify something i have an error telling me that the provider does not support updates. When i query the ogr provider capabilities it retu

RE: [mapguide-users] Mapguide 2.0 Beta1 vs 1.2 performance

2007-11-22 Thread Bruno Scott
here is my test today with GG and AGG mg2.0+AGG-fusion 17 sec mg2.0+AGG+fusion 30 sec mg2.0+GD-fusion 10 sec mg2.0+GD+fusion20 sec GD seems faster than AGG A little precision, i have a huge screen resolution 1900x1200 I did my test full screen I have also noticed something, the im

Re: [mapguide-users] Confusing about reload runtime map

2007-11-22 Thread Gunter Becker
OK I've found out how to change my code that this works again. I had to open the map with the MapName not with the ResourceIdentifier: MgMap map = new MgMap(); MgResourceIdentifier mapId = new MgResourceIdentifier("Session:" + MgSessionId + @"//" + MapName + "." + MgResourceType.Map); map.Open

RE: [mapguide-users] lost password in upgrade to 1.2

2007-11-22 Thread NorTrond
Hi, I had the same problem when I tried to upgrade from 1.1 to 1.2. I completly uninstalled 1.1 (killing all process associated with it) and rebooted the server before installing 1.2. When I had installed 1.2 I could not log into the webadmin. I looked in the service panel and tried to restart th

Re: [mapguide-users] Data Migration Tool

2007-11-22 Thread Kenneth, GEOGRAF A/S
If you can get a hold of MapGuide Studio 2007, you can migrate directly to MapGuide 2008. Other than that, the Data Migration Tool and MapGuide Studio are supported by Autodesk, so you should be able to get answers from Autodesk. Regards, Kenneth, GEOGRAF A/S JeromeA skrev: Hi, I have som

[mapguide-users] Data Migration Tool

2007-11-22 Thread JeromeA
Hi, I have some problems with the Data Migration Tool wich is available on the Autodesk page. I have installed MapGuide Enterprise 2008 and Studio 2008, but the Data Migration Tool is 2007. Could that be the problem? Is there a migration tool to migrated from MG6.5 to Enterprise 2008? Thanks in a

[mapguide-users] Mapguide not support MySQL

2007-11-22 Thread Сафонов Алексей
Hi! Сolleagues, I have problems with execution "./configure - enable-optimized". Directly the command is carried out normally. But the deduced message speaks that MySQL is not supported. If to execute a command "rpm-qa | grep mysql" it is visible, that the package mysql-devel is established. Ne

RE: [mapguide-users] lost password in upgrade to 1.2

2007-11-22 Thread Campbell, Keith A
Ryan, You might want to try this:- http://www.nabble.com/forum/ViewPost.jtp?post=12083605&framed=y&skin=166 10 Worked for me (thanks Jackie). Keith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of north Sent: 21 November 2007 15:49 To: mapguide-users@li

RE: [mapguide-users] MapGuide Open Source 2.0.0 Beta 2 available fortesting

2007-11-22 Thread Jason Birch
If anyone is interested in seeing what is possible with Fusion, have a look at the screenshots of the bundled site templates in my recent blog: http://tinyurl.com/37pjrk This stuff is _really_ cool, and the samples only start to scratch the surface... Jason ___

Re: [mapguide-users] Confusing about reload runtime map

2007-11-22 Thread Kenneth, GEOGRAF A/S
Are you mixing som 1.1 and 1.2 API's ? There were some changes to how the Layers are stored in 1.2. Make sure your application has the same DLL's as present in the installation Regards, Kenneth, GEOGRAF A/S Gunter Becker skrev: Hi, several months ago I created a webapplication with MapGui