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

I would like to import react-leaflet using a

## 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...

I have searched google and did not find any usable answer. Can someone help me ?

Instead of having to independently implement `zoomend`, `moveend` event handlers and ensure they are both done before triggering the function, an `animateend` handler would be extremely helpful. Ex. ```typescript useMapEvents({...

## Bug report in v4 Thanks to this library, it is very useful. But with the new version 4.2.1, I am facing an issue with the map. The map will...

## 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...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

> import React, { Component } from 'react'; import { MapContainer, TileLayer, Marker, Popup } from 'react-leaflet'; class CustomMap extends Component { this.setState({ popupElementId: -1 })} ondragend={() => { this.setState({...

I have using react 17 and typescript 4.9.4 So when I run npm run prod I have TS1005: ',' expected. error in node_modules` node_modules/react-leaflet/lib/WMSTileLayer.d.ts(3,43) ![image](https://user-images.githubusercontent.com/88877787/215450063-40d90f70-f63d-43e9-b251-43a813f53cbf.png) This issue related import {...