nypl-spacetime / Leaflet.GeotagPhoto

Leaflet plugin for photo geotagging
http://spacetime.nypl.org/Leaflet.GeotagPhoto/examples/camera.html
MIT License
70 stars 22 forks source link

fix: use case-insensitive imports for TypeScript support #21

Closed matthewaptaylor closed 8 months ago

matthewaptaylor commented 8 months ago

Newer versions of TypeScript enforce case-sensitive imports. If using this package with another one which imports Leaflet the standard way, i.e. import L from 'leaflet', you may get compile errors such as this:

image

Fix: import Leaflet with lowercase