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 widget initial zoom level #102

Closed onurmatik closed 12 years ago

onurmatik commented 12 years ago

When a MapModelForm is initialized with an instance having a geometry, the view port and zoom level doesn't seem to fit the geometry as in InfoMap, but the map widget initializes with the top zoom. Isn't map widget sensitive to initial geometry or am I missing something?

Thanks.

onurmatik commented 12 years ago

Sorry, my bad. I was setting the zoom explicity somewhere I forgot to check.