Ticket #11401: update_osmadmin_to_OL2.8.diff
File update_osmadmin_to_OL2.8.diff, 577 bytes (added by , 15 years ago) |
---|
-
django/contrib/gis/admin/options.py
32 32 map_height = 400 33 33 map_srid = 4326 34 34 map_template = 'gis/admin/openlayers.html' 35 openlayers_url = 'http://openlayers.org/api/2. 7/OpenLayers.js'35 openlayers_url = 'http://openlayers.org/api/2.8/OpenLayers.js' 36 36 point_zoom = num_zoom - 6 37 37 wms_url = 'http://labs.metacarta.com/wms/vmap0' 38 38 wms_layer = 'basic'