Changes between Initial Version and Version 1 of Ticket #9210
- Timestamp:
- Sep 25, 2008, 2:17:10 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9210
- Property Keywords google zoom gis added
- Property Owner changed from to
-
Ticket #9210 – Description
initial v1 1 in the google map template js file( django/contrib/gis/templates/gis/google/js/google-map.js)1 In the google map template js file( django/contrib/gis/templates/gis/google/js/google-map.js) 2 2 3 map.setCenter(bounds.getCenter(), map.getBoundsZoomLevel(bounds)) 3 `map.setCenter(bounds.getCenter(), map.getBoundsZoomLevel(bounds))` 4 4 5 5 should be changed to: 6 6 7 map.setCenter(bounds.getCenter(), {{ zoom }}) 7 `map.setCenter(bounds.getCenter(), {{ zoom }})` 8 8 9 otherwise when use GoogleMap(zoom=x, ...) with zoom params, zoom does not effected actually .9 otherwise when use !GoogleMap(zoom=x, ...) with zoom params, zoom does not effected actually .