Sorry i did not remove some developing link from the framework for the
example.
It should work for you now.

The framework is developed for version 2.193 of GMaps Api, the current
usage of 3.x was just a test.
It is tested and works on the following browsers:
- FireFox 3.5.8
- Safari 4.0.4
- Internet Explorer 8.0.6

As mentioned in my first post there is no usage of map.setCenter
method anywhere related to marker dragging. Checked all the other
usages of this method, but they ain't fired when the problem occurs.
The moethods map.panTo and map.panBy are not used at all in the whole
framework. There's just a workaround implemented to get around the
impossibility to move the map while dragging a marker (ln 804, 805 on
mapstack.js; on method createHomeMarker and linked to dragend event):

map.panTo(h_marker.getPoint());
map.setCenter(h_marker.getPoint());

Simplifying the map is not really a solution as the framework provides
a lot of more features in the full version. What you see on the
example is just a small bit for a feature to place new markers or
modify marker positions.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to