Dan Karran
Dan Karran
It looks like this was implemented in #4449 so can be marked as closed?
See also #4139 for renaming the 'Resolve' button
If the user isn't really paying attention, they may click 'Close' to simply hide the note panel though. Perhaps it could be named a bit more explicitly as something like...
This would be a handy feature, though as others have noted it's potentially open for misuse. From a quick read through https://github.com/openstreetmap/operations/issues/206 and https://github.com/openstreetmap/operations/issues/169 it looks like S3 may now...
One example of a formatter which returns numbers formatted to 3 decimal places and adds a N, S, E or W as appropriate. ``` var mousePosition = L.control.mousePosition({ emptyString: '0º...
I've added a fixLng method which seems to do the trick for longitude values: https://github.com/dankarran/Leaflet.MousePosition/commit/d006373b2053a47cf69e46d3b4acf432420ba4bd
I've just realised the distances are still using great circles (with the built-in Leaflet .distanceTo() method), so this needs updating still for consistency.
I think for this to work with overlays you'd need to set the bounds to proper geographic coordinates. [L.imageOverlay](https://leafletjs.com/reference.html#imageoverlay) expects a [LatLngBounds](https://leafletjs.com/reference.html#latlngbounds) object to be passed in, but you're just...
The same thing happens even if React and Angular are excluded. You can replicate it on the [demos](https://ppete2.github.io/Leaflet.PolylineMeasure/demo1.html) as well, though it just gives an error in the console and...
@danieldegroot2 same here, and it shows the same behaviour as with the smaller screen on desktop Safari - the previews fully shown on the screen don't load, and the ones...