MrMufflon / Leaflet.Coordinates

Leaflet plugin to view mouse coordinates
http://mrmufflon.github.io/Leaflet.Coordinates/
Other
102 stars 55 forks source link

"Module not found" error when importing from npm #33

Open barbalex opened 7 years ago

barbalex commented 7 years ago

I did:

npm install --save leaflet.coordinates

Then in "CoordinatesControl.js":

import 'leaflet'
import 'leaflet.coordinates'

This results in:

Error in ./src/components/Projekte/Karte/CoordinatesControl.js
Module not found: 'leaflet.coordinates'

What could I be missing?

heyanctil commented 6 years ago

Have you found a solution? Another library? Thanks

barbalex commented 6 years ago

This is the module I ended up building myself: https://github.com/barbalex/apf2/tree/master/src/components/Projekte/Karte/CoordinatesControl

heyanctil commented 6 years ago

@barbalex Thanks I will take a look!

barbalex commented 6 years ago

Here the module in action: 2017-10-14_00h53_44