[mapguide-users] Maestro 3.0 test build #1

2010-10-21 Thread Jackie Ng
Hi All, I've put up the first test build of Maestro 3.0 for download http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%203.0.0.5311%20test1.zip I'll preface all of this with your standard warning: HERE BE DRAGONS! THIS BUILD SHOULD BE CONSIDERED ALPHA-QUALITY AND SHOULD ONLY BE

[mapguide-users] Re: MapGuide ver. 2.2.0.5197 stop responding

2010-10-21 Thread dan.nilsson
I don't agree with you that this is a low priority. I have many polygons from different users that are running data from many types of datasources, that look like this. When users have converted from one datasource to a new one, all radius have changed to polylines with many vertices. I don't

Re: [mapguide-users] Re: King Oracle won't read all features from Oracle

2010-10-21 Thread Haris Kurtagic
We successfully used King.Oracle provider in a lot projects in recent years. I would suggest that you try with fdo2fdo or fdotoolbox to make sure if provider is not reading those geometries. if you post geometries which are not displayed I can look them. Haris On Thu, Oct 21, 2010 at 4:30

[mapguide-users] Mesure area functionality - solution

2010-10-21 Thread konto gmail
Hi. I am looking for some solution to mesure area...does anybody have make this solution? could anybody shere some sample code (JavaScript/ API - PHP)...is this some MIX solution? I know that this solution need some JavaScript (DigitizePolygon() ) and the some PHP code/class to draw polygon and

[mapguide-users] Re: King Oracle won't read all features from Oracle

2010-10-21 Thread Crispin_at_1Spatial
Your map legend implies you are expecting points and lines - can you indicate what data is missing? I previously tried to document an issue with missing points in a single mixed geometry table where the lines included arcs -- but it was hard to get a test case. We use KingOra in over 40

[mapguide-users] Re: Problem to show properties in Ajax viewer with ver. 2.2.0.5197

2010-10-21 Thread Jackie Ng
I for the life of me just cannot reproduce this problem, I have tried your suggestion with the regional settings yet my zoom values are still using dot decimal separators! I'll post a patch of my theoretical solution. If you could try this patch and let me know if it works or not, that would be

Re: [mapguide-users] Maestro 3.0 test build #1

2010-10-21 Thread Jason Birch
Wow, very pretty so far, and I really like the list of new features that you've chosen to implement. Some real productivity enhancers in there. The drag-and-drop feature source creation idea is amazing and will save a LOT of time when putting together test cases. Can you think of a way of

Re: [mapguide-users] Maestro 3.0 test build #1

2010-10-21 Thread Jason Birch
I'm also finding the way that new resources are created a little hard to get used to. In the previous version of Maestro, you could right-click at a particular level in the tree, choose New Item, and it would create the resource there immediately. With the preview version, it creates a new

[mapguide-users] Re: Maestro 3.0 test build #1

2010-10-21 Thread Jackie Ng
The current drag and drop support is just the tip of the iceberg. I have more droppables to consider: - MGP packages - AutoCAD Map .layer files - Dragged items from another Maestro instance - others? The New Item dialog is modeled after the same one in Microsoft Visual Studio. I use Visual

[mapguide-users] Re: Problem connecting GeoREST to MapGuideOS 2.2 RC1

2010-10-21 Thread Clonus
*I have MapguideOS 2.2 with PostGIS database (Windows 2003). 1. The configuration in the file restcfg.xml is Library://comunal/database/villarrica.FeatureSource public_Schema:vial 192.168.1.2 8008 Is correct this value to FeatureClass??

Re: [mapguide-users] Maestro 3.0 test build #1

2010-10-21 Thread Jason Birch
Hmm. I guess you could create a new simple symbol definition when dragging and dropping a PNG image? Be nice if there was an open source EMF-XPS parser... :) On 2010-10-21, Jackie Ng jumpinjac...@gmail.com wrote: The current drag and drop support is just the tip of the iceberg. I have more

[mapguide-users] Re: Maestro 3.0 test build #1

2010-10-21 Thread Jackie Ng
It's a game of balance and compromise. I wanted to make sure that anything that is saved to the library passes a resource validation check first. That's why *all* new resources start life in the session repository first by current design. I guess we could pass a hint to the editor of the new

Re: [mapguide-users] Re: Problem connecting GeoREST to MapGuideOS 2.2 RC1

2010-10-21 Thread Haris Kurtagic
I don't see clearly from your email what you are entering in restcfg.xml. In georest documentation there are samples how you define MG Layers as source of your data. http://code.google.com/p/georest/wiki/Configuration Like: Source type=MapGuide

[mapguide-users] Re: Problem to show properties in Ajax viewer with ver. 2.2.0.5197

2010-10-21 Thread Gunter Becker
Hi Jackie, your last post let me realize that the problem is in getselectefeatures.aspx. So it was not so hard to change the code. I changed line 231 from: sb.Append({\x\ : + feat.Zoom.X + , \y\ : + feat.Zoom.Y + }); to: sb.Append({ + String.Format(CultureInfo.InvariantCulture, \x\ : {0},

[mapguide-users] Re: Problem to show properties in Ajax viewer with ver. 2.2.0.5197

2010-10-21 Thread Jackie Ng
Hi Gunter, This looks good. My patch looked similar, but I'll submit your version since you've verified it. - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-to-show-properties-in-Ajax-viewer-with-ver-2-2-0-5197-tp5611272p5658885.html Sent from the

[mapguide-users] Re: Mesure area functionality - solution

2010-10-21 Thread Jackie Ng
If you have an osgeo login, you can contribute to our community code samples: http://trac.osgeo.org/mapguide/wiki/CodeSamples - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Mesure-area-functionality-solution-tp5657970p5658891.html Sent from the MapGuide Users

[mapguide-users] Re: Problem to show properties in Ajax viewer with ver. 2.2.0.5197

2010-10-21 Thread dan.nilsson
Hi Gunter! I have tested your change on my computers, and it works fine for me now. Thanks! But don't you agree about the zoom? It is not relevant coordinate all the time. - Dan -- View this message in context:

[mapguide-users] Re: Problem to show properties in Ajax viewer with ver. 2.2.0.5197

2010-10-21 Thread Jackie Ng
Yes the 200 zoom level may not be appropriate for some cases, it was just some number I pulled that would work 90% of the time. A more ideal solution would be to return an envelope instead of returning x/y as part of the response from getselectedfeatures, and have it re-use the same code as the

[mapguide-users] Re: King Oracle won't read all features from Oracle

2010-10-21 Thread Mauricio Villablanca
In order to see the map (the Mapguide Enterprise 2009 version) properly, it needs to be loaded through an interface at http://www.e7studio.net:8008/mapguide2009/e7gis/portal_1.php Log in anonymously and select Topology Analysis under Topology to select the map. Once the map loads run Node

[mapguide-users] RE: Mapguide is selecting invisible

2010-10-21 Thread Srecko Lipovsek
Did you try update geometry in database with .MakeValid()? We have also problems with this and simple update statement always correct the problem ... UPDATE tName set geom = geom.MakeValid() - Srecko Lipovsek, BSc Civil Engineer Kaliopa d.o.o.: Ljubljana, Slovenija WWW:

RE: [mapguide-users] RE: Mapguide is selecting invisible

2010-10-21 Thread Martin Morrison
If you run select geom from whatevertable where geom.STIsValid() 1 first, you will find out whether you have a problem or not. Martin Morrison Application Engineer Engineering Design Systems, Inc. 3780 Peters Creek Rd Ext SW Roanoke, VA 24018 540.345.1410 gis.edsi.com From:

[mapguide-users] Re: Mapguide won't display all features from King Oracle connections

2010-10-21 Thread Mauricio Villablanca
Haris, Here's the features' geometry taken from Oracle. It's all polylines. http://osgeo-org.1803224.n2.nabble.com/file/n5660874/EL_NETWORK.txt EL_NETWORK.txt -- View this message in context:

RE: [mapguide-users] RE: Mapguide is selecting invisible

2010-10-21 Thread Ivan Miličević
Hello, I have worked out it today. It was simple, a wrong field for indetity has been set. Everything works just fine now. Thnak you anyway :) From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Martin Morrison Sent: Thursday, October 21,

Re: [mapguide-users] Buffer Overflow on MGOS 2.1

2010-10-21 Thread tceverling
I have resolved the problem and have gotten MGOS 2.1 to work on Ubuntu 9.04. It was somehow caused by the build process somehow using both GCC 4.1.3 and GCC 4.3.3 for certain different packages. Relinking gcc and g++ to gcc-4.1 and g++-4.1 resolves my issue. Doing that also eliminates the need