We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dba074 commit 9deecbeCopy full SHA for 9deecbe
CHANGES
@@ -5,7 +5,7 @@ CHANGELOG
5
0.13.4 (unreleased)
6
-------------------
7
8
-- Nothing changed yet.
+* Fix SRID projection file not being loaded
9
10
11
0.13.3 (2014-06-10)
leaflet/templatetags/leaflet_tags.py
@@ -40,7 +40,7 @@ def leaflet_js(plugins=None):
40
with_forms = PLUGIN_FORMS in plugin_names or PLUGIN_ALL in plugin_names
41
return {
42
"DEBUG": settings.TEMPLATE_DEBUG,
43
- "SRID": SRID,
+ "SRID": str(SRID),
44
"PLUGINS_JS": _get_all_resources_for_plugins(plugin_names, 'js'),
45
"with_forms": with_forms
46
}
0 commit comments