react-leaflet icon indicating copy to clipboard operation
react-leaflet copied to clipboard

React components for Leaflet maps

Results 81 react-leaflet issues
Sort by recently updated
recently updated
newest added

## Bug report in v4 **Before** opening an issue, make sure to read the [contributing guide](https://github.com/PaulLeCam/react-leaflet/blob/master/CONTRIBUTING.md) and understand this is a bug tracker, not a support platform. Please make sure...

So I have coded a map using react-leaflet and I and I am trying to add gradient when the user clicks on the map but unfortunately, it's not working Here...

## Bug report in v4 **Before** opening an issue, make sure to read the [contributing guide](https://github.com/PaulLeCam/react-leaflet/blob/master/CONTRIBUTING.md) and understand this is a bug tracker, not a support platform. Please make sure...

## Bug report in v4 - [x] All peer dependencies are installed: React, ReactDOM and Leaflet. - [x] Using the latest version of React and ReactDOM v18. - [x] Using...

## Bug report in v4 **Before** opening an issue, make sure to read the [contributing guide](https://github.com/PaulLeCam/react-leaflet/blob/master/CONTRIBUTING.md) and understand this is a bug tracker, not a support platform. Please make sure...

note: I checked https://github.com/PaulLeCam/react-leaflet/blob/5d755bd1a6fd9c667e7be77d987f289c07219549/CONTRIBUTING.md - and it is not entirely clear to me whether such issue should be considered as bug report/feature request or as unwanted support request

Do the package have the disatnce function between two co-ordinate ? like something below? //get the distance between two points let _length = map.distance(_firstLatLng, _secondLatLng);

As I want to update some other properties in the same Polyline leaflet instance as positions, I think it would be a good idea to improve the `` component. I've...

## Bug report in v4 Marker is missing data type in typescript definition, any chance of getting it added in please? Noticed there has been discussion around this on SO...

The condition is always true and force render of markers. We should compare the array or object with toString() function.