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

Added Google Maps API v3 support #85

Closed dyve closed 12 years ago

dyve commented 12 years ago

Set GOOGLE_API_VERSION in settings to either 2 or 3. Default is 3. When using API v3, you don't need a Google Maps key. Also, it's faster.

dyve commented 12 years ago

Yikes, just found a bug, will fix that first