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 486f035 commit 70f47feCopy full SHA for 70f47fe
CHANGES
@@ -5,7 +5,7 @@ CHANGELOG
5
0.13.7 (unreleased)
6
-------------------
7
8
-- Nothing changed yet.
+* Fix typo in default proj4js path (ref #71)
9
10
11
0.13.6 (2014-06-26)
leaflet/__init__.py
@@ -121,7 +121,7 @@
121
if SRID:
122
_forms_js += ['leaflet/proj4js.js',
123
'leaflet/proj4leaflet.js',
124
- 'proj4j/%s.js' % SRID]
+ 'proj4js/%s.js' % SRID]
125
126
_forms_css = ['leaflet/draw/leaflet.draw.css']
127
_forms_plugins = PLUGINS.setdefault(PLUGIN_FORMS, {})
0 commit comments