[mapguide-users] Using mapguide tiled maps with openlayers

2008-03-17 Thread Zac Spitzer
I have been playing with the mapguide support in openlayers. I'm not sure if my understanding is 100% correct but i'll explain my problem. In order to setup the tile grid in open layers, a set of extents needs to be passed in. I have been using BBOX for the initial map view, I think the problem i

Re: [mapguide-users] Select To Features & Zoom

2008-03-17 Thread Jackie Ng
That's a piece of javascript code in a web page that resides on the Task Pane. - Jackie Ben_D wrote: > > This might seem like a really dumb question... > > But how does one add parent.parent.mapFrame.ExecuteMapAction(10); and > which file does it go in? > > Thanks! > > > -- View this me

Re: [mapguide-users] deleting feature source

2008-03-17 Thread Jackie Ng
Just to clarify, is this a shared feature source for temporary features? You want other user's to see temporary features inserted by all users? What you could try to do is alter the feature class to include an extra property: User When a user adds a temporary marker to the map, include that user

Re: [mapguide-users] Problem with MG 2.0 installation on w2k3

2008-03-17 Thread Jackie Ng
Are you able to run MapGuide Server interactively (ie. not as a service) without problems? - Jackie NorTrond wrote: > > Hi, > > I have tried to install MG 2.0 on 2 different Windows 2003 SP2 machines > with the same problem. The installation process goes well, but when I look > in the service

[mapguide-users] deleting feature source

2008-03-17 Thread Kencana
Hi all, Is that possible to delete the feature source when user leave the map web app? Previously, I used one feature source to draw the temporary layer, however when there are more than 1 user using the map application at the same time, the marker will be either missing or it is pointed to anoth

Re: [mapguide-users] Problem with the MG 2.0 on IIS 5.0 ...

2008-03-17 Thread GordonL
Hi, there is a funny PHP issue I have been finding in IIS. You have to drop the Quotes around the path to the php5isapi.dll and use the 8.3 DOS method for php registration. C:\PROGRA~1\MAPGUI~1\WEBSER~1\Php\php5is~1.dll I found this fixed all the issues I was having with the Module Not Found er

Re: [mapguide-users] Another Selection Problem

2008-03-17 Thread ary sucaya
This problem only occur when i tried to deselect feature on big scale view. On scale 1:24498498 deselect process is quick, but on scale 1:2955 deselect process very poor. Same feature has different behaviour on different scale. Regards Ary Sucaya - Original Message From: Jason Birc

Re: [mapguide-users] Select To Features & Zoom

2008-03-17 Thread Ben_D
This might seem like a really dumb question... But how does one add parent.parent.mapFrame.ExecuteMapAction(10); and which file does it go in? Thanks! -- View this message in context: http://www.nabble.com/Select-To-Features---Zoom-tp14879630s16610p16098353.html Sent from the MapGuide Users

RE: [mapguide-users] Another Selection Problem

2008-03-17 Thread Jason Birch
The PostGIS provider can be compiled to log queries to a file, but this is not set by default. A logged version is available for download for 3.2.2, but has not been provided for 3.3. I don't know of any Profiler-like tools for PostgreSQL, though this would be handy... Jason From: Dave

RE: [mapguide-users] Another Selection Problem

2008-03-17 Thread Dave Wilson
Tracing can probably be turned on using tools from the database server itself. I'm not aware of tracing available via the provider. Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ary sucaya Sent: Monday, March 17, 2008 10:35 AM To: MapGuide Users Mail List Subject: Re: [mapg

RE: [mapguide-users] MGOS with Terra Scan

2008-03-17 Thread Andy Morsell
This functionality is more dependent on whether TerraScan has an API that you can integrate directly with, or if it has web pages already written that can accept a parcel ID as a URL parameter or via a GET or POST. From there, you would use their application to pull up the related parcel record. D

Re: [mapguide-users] Another Selection Problem

2008-03-17 Thread ary sucaya
Can you tell me how to turn on tracing? Regards, Ary Sucaya - Original Message From: Dave Wilson <[EMAIL PROTECTED]> To: MapGuide Users Mail List Sent: Monday, March 17, 2008 5:18:51 PM Subject: RE: [mapguide-users] Another Selection Problem That almost seems like a query problem

RE: [mapguide-users] Another Selection Problem

2008-03-17 Thread Dave Wilson
That almost seems like a query problem with the database. It sounds like it's doing a table scan which may be a sign of an index problem or bad SQL. Is it possible to turn on tracing to see what queries are being sent to the database server? Regards, Dave From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [mapguide-users] Displaying DWF Files

2008-03-17 Thread andrea tiveron - metodi srl
Hi, we work to develop a FM software solution with DWF and MGOS we use MGOS to display DWF over Internet because we draw the area directly on MGOS across browser by our customize solution of gt example code we use SDF file to maintain compatibility with AutoCAD (draw in AutoCAD and/or MGOS) this

[mapguide-users] Problem with MG 2.0 installation on w2k3

2008-03-17 Thread Trond A. Tunheim
Hi, I have tried to install MG 2.0 on 2 different Windows 2003 SP2 machines with the same problem. The installation process goes well, but when I look in the service control panel the "MapGuide Server V2.0" service is not running. When I try to start it, it dies immediately. I looked in the sy

[mapguide-users] MGOS with Terra Scan

2008-03-17 Thread Vishaal
Hello Users, i have developed a web application using MGOS1.2 with ASP.NET2005,and IIS 5.1. in this application i do some queries. now I would like to transparently launch a Terra scan session from a parcel ID found browsing the map viewer. is it possible? i have no idea about Terra Scan. can any