[mapguide-users] How to avoid CTRL+click action

2009-10-28 Thread NISHA P
Hi users.. How to avoid CTRL+click action for opening a url?? I am using mapguide open along with mapguide maestro -- Nisha ni...@iiitmk.ac.in ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/

[mapguide-users] Mapgude Server capacity

2009-10-28 Thread sathishpsk9
Hi every one, I have developed an application using Mapguide os 2.01,iis 5.0 ,VB.NET , oracle spatial .. data is of a small ward in city.It provides basic functions like thematic maps...But what i want know is mapguide os is capable of developing a commercial gis application which

Re: [mapguide-users] Does MG support doing object snap?

2009-10-28 Thread Zac Spitzer
which is also possible via fusion as it uses openl;ayers On Thu, Oct 29, 2009 at 3:15 PM, Jackie Ng wrote: > > Take a look at OpenLayers, it can do object snapping (example: > http://openlayers.org/dev/examples/snapping.html) and can consume MapGuide > layers. > > - Jackie > > > achectl wrote: >

Re: [mapguide-users] Does MG support doing object snap?

2009-10-28 Thread Jackie Ng
Take a look at OpenLayers, it can do object snapping (example: http://openlayers.org/dev/examples/snapping.html) and can consume MapGuide layers. - Jackie achectl wrote: > > I would like to know does the mapguide or mapguide enterprise can be > supporting doing object snap? This is some kind l

[mapguide-users] Does MG support doing object snap?

2009-10-28 Thread achectl
I would like to know does the mapguide or mapguide enterprise can be supporting doing object snap? This is some kind like AutoCAD functionality, but it doing in browser. I really appreciate if someone can give me advice!!! :confused: -- View this message in context: http://n2.nabble.com/Does-

Re: [mapguide-users] MapGuide Maestro and ECW Mosaic

2009-10-28 Thread Zac Spitzer
which version of mapguide r u running? are there any messages in the mapgudie server error log? On Thu, Oct 29, 2009 at 5:52 AM, Verusa Domethildes < verusadomethil...@hotmail.com> wrote: > > > Hi, > > I'm trying to create a mosaic with 6 ECW images. I create a composite > resource, created a la

[mapguide-users] MapGuide Maestro and ECW Mosaic

2009-10-28 Thread Verusa Domethildes
Hi, I'm trying to create a mosaic with 6 ECW images. I create a composite resource, created a layer with this resource, the layout and the map. But when I try to execute a site preview, the mosaic (layer) not appear. Can you help me, please? Best regards, Verusa

RE: [mapguide-users] Highlighting selected features

2009-10-28 Thread Langen, Gido
Mark - I looked some more at your code and I found the solution. The MgFeatureReader provides a forward-only iterator. I had loop through the record set to display the selected features in the task list frame and then wanted to display the selected features in the map; I did not realize that the

[mapguide-users] [ajaxViewer] Digitizer mouseUp problem with IExplorer7 / IE8 ("patch included")

2009-10-28 Thread David Hequet
When you use the viewer api (DigitizeRectangle...) with IExplorer 7/8, on mouseUp you're callback function is thrown but the "mouse" is not well released. I explain: the digitizer work, call the callback function, but the mouse seems to be "traped" in the mapspace: when i move the mouse pointer i

RE: [mapguide-users] Highlighting selected features

2009-10-28 Thread Langen, Gido
Mark - Thanks for your sample code. Unfortunately, the core problem did persists: The ToXml() request is producing an empty XML selection Feature Set: http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="FeatureSet-1.0.0.xsd"> However, I think I have a solution to one of yo