Re: [mapguide-users] MapGuide crashes

2009-07-10 Thread Jackie Ng
This looks really useful. Would you be willing to contribute the source code for this tool to the mapguide-contrib project? http://code.google.com/p/mapguide-contrib - Jackie Jsm wrote: I know this isn't a real solution, but it helps alot on my client's site. Just to share :

[mapguide-users] re: connecting mapguide studio to oracle

2009-07-10 Thread girish kumar bv
Hi all,can anyone help me out with a procedure/steps to connect mapguide studio with oracle 10g. I intend to link spatial data in studio with non spatial data in oracle.regards,girish ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

RE: [mapguide-users] re: connecting mapguide studio to oracle

2009-07-10 Thread Dave Wilson
Create your connection to your SHP file or SDF file. Create an ODBC connection to Oracle using a DSN set up on the server. Join the two using the Join interface in the connection for the SHP or SDF file. The ODBC DSN should use an Uppercase login of the Schema Owner you wish to access. In

[mapguide-users] Zoom to selected feature with Fusion MGOS 2.1 Beta

2009-07-10 Thread GreenMapSanMiguel
I am unable to zoom to selected features that are outside my initial map view extents. This occurs when using the Search widget and also when using the code below: var mapWidget = Fusion.getMapById('Map'); var selXML = '\\?xml version=1.0 encoding=UTF-8\?\'; selXML

[mapguide-users] Create Points Layer From Coordinates

2009-07-10 Thread Tom Lazo / Stygy
Hi all, Srry, I searched for information, but can not find a way to create a layer of points from their coordinates. I mean, I have a feature and what I do is take their vertices, once I got the vertices' coordinates i want to draw letters on them to identify them...something like this

Re: [mapguide-users] Zoom to selected feature with Fusion MGOS 2.1 Beta

2009-07-10 Thread GreenMapSanMiguel
An update - I am working around this problem by defining the map extents to include all features then zooming to my desired initial extent on mapLoaded: function mapLoaded() { var mapWidget = Fusion.getMapById('Map'); var extent =

RE: [mapguide-users] Create Points Layer From Coordinates

2009-07-10 Thread Dave Wilson
One option would be to use an Access or other database via ODBC. The table structure is very simple. You just need an X and Y column for your vertex values. You can add your letter as a label column and label them as part of the point layer or if the labels need to be fixed create a second

Re: [mapguide-users] Zoom to selected feature with Fusion MGOS 2.1 Beta

2009-07-10 Thread Mike Adair
That's what I was gong to suggest, but you can also set your initial map extents in the ApplicationDefinition file like so: MapGroup id=gmapLL xsi:type=MapType Map xsi:type=MapLayerType TypeMapServer/Type SingleTiletrue/SingleTile Extension

[mapguide-users] Create Points Layer From Coordinates

2009-07-10 Thread Tom Lazo / Stygy
Hi all, Srry, I searched for information, but can not find a way to create a layer of points from their coordinates. I mean, I have a feature and what I do is take their vertices, once I got the vertices' coordinates i want to draw letters on them to identify just like here

RE: [mapguide-users] Zoom to selected feature with Fusion MGOS 2.1 Beta

2009-07-10 Thread SMAmap Webmaster
Thanks Mike, this is exactly what I wanted to do. Many of my users are on relatively slow connections so I want to do as little re-drawing as possible. Andy Baltimore http://greenmapsanmiguel.org/ http://SMAmap.org/ my Fusion sandbox:

RE: [mapguide-users] Zoom to selected feature with Fusion MGOS 2.1 Beta

2009-07-10 Thread Jason Birch
I really like the clean design of your sandbox; nice work. Jason -Original Message- From: SMAmap Webmaster Sent: Friday, July 10, 2009 1:27 PM Subject: RE: [mapguide-users] Zoom to selected feature with Fusion MGOS 2.1 Beta Andy Baltimore http://greenmapsanmiguel.org/ http://SMAmap.org/

[mapguide-users] After Installation, Services Missing

2009-07-10 Thread Dennis Soper
Hi all, I've installed MapGuide Open Source on a test machine. The following services are missing from the web-based configuration: Drawing, Mapping, and Rendering. I've loaded it on a Windows 2003 box, using IIS, and I've tried both the .NET and PHP environments. How do I get these