yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 44 forks source link

Map Data Window #95

Closed alexrkopp-xx closed 12 years ago

alexrkopp-xx commented 12 years ago

I am using django-olwidget with google maps. Whenever I move the map, a window pops up with "Map Data" information. Has anyone run into this before?

yourcelf commented 12 years ago

hmmm... never seen that before. Can you give more info on what browser and setup, and details for how you're using olwidget?

yourcelf commented 12 years ago

I take it back, I'm seeing that box now. It seems to be this issue with OpenLayers: http://lists.osgeo.org/pipermail/openlayers-users/2011-May/020758.html I'm investigating.

yourcelf commented 12 years ago

OK, the fix is to use a Google Maps v3 API version lower than or equal to 3.6. For example:

https://maps.googleapis.com/maps/api/js?sensor=false&v=3.6

Here's OpenLayers' corresponding issue: https://github.com/openlayers/openlayers/commit/b17c7b69f25ce0ddbaf720f91b7d48328b005831