aboutsummaryrefslogtreecommitdiffstats
path: root/extlib/leaflet/src/geo/projection/Projection.js
diff options
context:
space:
mode:
Diffstat (limited to 'extlib/leaflet/src/geo/projection/Projection.js')
-rw-r--r--extlib/leaflet/src/geo/projection/Projection.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/extlib/leaflet/src/geo/projection/Projection.js b/extlib/leaflet/src/geo/projection/Projection.js
new file mode 100644
index 00000000..84316b30
--- /dev/null
+++ b/extlib/leaflet/src/geo/projection/Projection.js
@@ -0,0 +1,5 @@
+/*
+ * L.Projection contains various geographical projections used by CRS classes.
+ */
+
+L.Projection = {};