summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/leaflet.js/geo/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'debian/missing-sources/leaflet.js/geo/index.js')
-rw-r--r--debian/missing-sources/leaflet.js/geo/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/missing-sources/leaflet.js/geo/index.js b/debian/missing-sources/leaflet.js/geo/index.js
new file mode 100644
index 0000000..d957914
--- /dev/null
+++ b/debian/missing-sources/leaflet.js/geo/index.js
@@ -0,0 +1,7 @@
+export {LatLng, toLatLng as latLng} from './LatLng';
+export {LatLngBounds, toLatLngBounds as latLngBounds} from './LatLngBounds';
+
+import * as Projection from './projection/index';
+export {Projection};
+
+export * from './crs/index';