kartena / Proj4Leaflet

Smooth Proj4js integration with Leaflet.
http://kartena.github.io/Proj4Leaflet/
BSD 2-Clause "Simplified" License
587 stars 172 forks source link

Question: using Proj4Leaflet n conjunction with measurement extension #163

Open eddy-ojb opened 5 years ago

eddy-ojb commented 5 years ago

Is this library compatible with measurement plugins for Leaflet like leaflet-measure? Are there any considerations to be aware of?

pthorin commented 5 years ago

I've never tried leaflet-measure, but, looking at the source in calc.js it seems to be using Turf to do the actual measuring, which means that it should work in theory.

Please let us know if you give it a try!