PDA

View Full Version : Map scaled around on one point (of 21)


rhys232214
06-30-2009, 02:05 PM
I'm trying to use Pro Maps 1.0.5 to display multiple points, pulled from a recordset, on a map and I'm having a puzzling problem - my map is scaling around only one of the 21points I want displayed (the first in the recordset). If you zoom out, you'll see the other 20. I thought the default behavior was that the map should scale to display all points indicated. Is this correct? I don't see how I can control this in the wizard.

One other thing I'd like to do is have none of the info windows displayed until one of the markers is clicked. Does anyone know if this is possible?

The map can be viewed here:
http://www.gowestusa.com/dev/testmap.asp

Your help will be appreciated.

Ray Borduin
06-30-2009, 02:36 PM
By default it will center around the default data point. It will not find a window to encapsulate all points.

The default info window is also opened. You can comment or adjust the javascript code directly to adjust that behavior but there is no way directly through the interface.

Search this forum for examples of others updating the info window or zoom level.