Autodesk MapGuide Enterprise Developer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
overview maps
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
406 Views, 1 Replies
09-29-2010 02:36 AM
hi, i want to create an overview map into basic web layout .have you got any idea please
Re: overview maps
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-06-2011 08:24 AM in reply to:
jane911
This is a tricky one.
- I would create a popup window or an IFRAME with a map inside.
- The map I would use is an OpenLayers.org map.
- I would set up event hooking in the MAIN map with http://trac.osgeo.org/mapguide/wiki/CodeSamples/Ja
vaScript/AJAXViewerEventHooking to watch the map and send extents to the overview map. - If you wanted to get really tricky, you can draw a box using the OpenLayers.org API using the extents sent from step 3.
regards
gordon

