silly hacking, openlayers_img_path needs definition in admin.py with bug-fix patch
This commit is contained in:
parent
f30e5fbd45
commit
069742262b
|
@ -16,6 +16,7 @@ class FeatureAdmin(admin.GeoModelAdmin):
|
|||
inlines = [FeatureNamesInline, FeatureRelationInline]
|
||||
list_per_page = 500
|
||||
openlayers_url = 'http://openlayers.org/dev/OpenLayers.js'
|
||||
openlayers_img_path = None
|
||||
# map_template = 'gis/admin/osm.html'
|
||||
# default_lon = 72.855211097628413
|
||||
# default_lat = 19.415775291486027
|
||||
|
|
Loading…
Reference in New Issue
Block a user