Skip to content

Commit 70f47fe

Browse files
committed
Fix typo in default proj4js path (ref makinacorpus#71)
1 parent 486f035 commit 70f47fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CHANGELOG
55
0.13.7 (unreleased)
66
-------------------
77

8-
- Nothing changed yet.
8+
* Fix typo in default proj4js path (ref #71)
99

1010

1111
0.13.6 (2014-06-26)

leaflet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
if SRID:
122122
_forms_js += ['leaflet/proj4js.js',
123123
'leaflet/proj4leaflet.js',
124-
'proj4j/%s.js' % SRID]
124+
'proj4js/%s.js' % SRID]
125125

126126
_forms_css = ['leaflet/draw/leaflet.draw.css']
127127
_forms_plugins = PLUGINS.setdefault(PLUGIN_FORMS, {})

0 commit comments

Comments
 (0)