Skip to content
pollardld edited this page May 14, 2018 · 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
# ============================================================================

Photo Uploads

photo uploads may not work in local environment

Clone this wiki locally