-
Notifications
You must be signed in to change notification settings - Fork 0
Notes
pollardld edited this page Sep 23, 2017
·
2 revisions
Deleted this 'hack' from madrona-features urls.py:
# ============================================================================
# Hack for MP-537
# Keep this url manually updated for the moment. Remove when MP-540 is completed
marco_openlayers_url = '/static/visualize/deps/openlayers/OpenLayers-marco-min.js'
import django.contrib.gis.forms.widgets
django.contrib.gis.forms.widgets.OpenLayersWidget.Media.js = (
marco_openlayers_url,
'gis/js/OLMapWidget.js',
)
django.contrib.gis.forms.widgets.OSMWidget.Media.js = (
marco_openlayers_url,
'http://www.openstreetmap.org/openlayers/OpenStreetMap.js',
'gis/js/OLMapWidget.js',
)
# End hack
# ============================================================================