[mapguide-users] [MapGuide 2.2]

2014-04-30 Thread Rémy Gourrat
Hi,

In ajax viewer, i get some XY point from code inside the task pane

I know center the map on this XY point but now I would mark this location with 
a symbol like google and i would like this symbol follow the movement of the 
map.

The first solution is to create dinamically a layer with api mapguide and 
create/delete a feature  point in this layer.

Is there an another way with open layer library or else ?

Thanks for your help

Rémy Gourrat





-
AG-Carto - Bayonne
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-2-2-tp5137927.html
Sent from the MapGuide Users mailing list archive at Nabble.com.___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] [MapGuide 2.2]

2014-04-30 Thread Elsie Ullbors
Jag är på semester och återkommer den 5 maj



___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] MapGuide Maestro 6.0 Alpha 1 available

2014-04-30 Thread Jackie Ng
Hi All, 

I'm pleased to announce the release of MapGuide Maestro 6.0 Alpha 1

NSIS installer/Zip package available for download here: 
http://trac.osgeo.org/mapguide/wiki/maestro/Downloads

Blog summary of what's new:
http://themapguyde.blogspot.com.au/2014/04/announcing-mapguide-maestro-60-alpha-1.html

As mentioned in my blog post, I have decided that 6.0 will be my *final
major release* of MapGuide Maestro. I believe the design space for a
client-based MapGuide authoring application is almost fully explored and so
there isn't really much left to implement or improve.

I do not know how many alpha and beta releases it will take to get to reach
this final milestone nor do I have an idea of a general release date, so
we'll play it by ear. In the meantime, if you still have ideas for new
features to implement, I implore you to file informative enhancement tickets
on Trac while 6.0 is still a milestone to be reached. Once 6.0 final is out
the door, that will be it for me on the Maestro front.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapGuide-Maestro-6-0-Alpha-1-available-tp5137940.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Get X Y of the click event on MapGuide

2014-04-30 Thread GordonL
Use the DigitizePoint method.

For BASIC/AJAX it is part of the viewer.

For Fusion, you will have to attach the MapGuideViewerApi.js to your
index.html page (C:\Program
Files\OSGeo\MapGuide\Web\www\fusion\layers\MapGuide\)

For example, in your index.html page in C:\Program
Files\OSGeo\MapGuide\Web\www\fusion\templates\mapguide\aqua\ add the
following line around line 10:



then you can use javascript to:

DigitizePoint(myPointHandler)

http://www.cnblogs.com/junqilian/archive/2010/06/04/1751563.html





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Get-X-Y-of-the-click-event-on-MapGuide-tp5137499p5138058.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users