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

## Bug report in v4 https://github.com/vercel/turbo/issues/2356#issuecomment-1853302120 Trying to use Turbopack in Next.js with the latest Leaflet/Leaflet-React version yields the error from the linked Issue. A Turbopack maintainer mentioned that Leaflet...

In Leaflet map whenReady event provides map component to whenReady callback as below: ``` whenReady(callback, context) { if (this._loaded) { callback.call(context || this, {target: this}); } else { this.on('load', callback,...

I want to use something like OpenStreetMap as my base layer and then put something like this ![BUrHb16Eq](https://github.com/PaulLeCam/react-leaflet/assets/77451351/8c4b98cd-e057-4a70-9421-edd7e4fb376a) as a layer above

## 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 ### Expected behavior Should function as leaflet JS. ### Actual behavior Broken maps, not functioning at all ### Steps to reproduce Go quickly to the...

Referencing: > Pull requests are more than welcome to fix issues and improve documentation, I’m looking for the source of the documentation, but it seems to be a private repository...

``` export interface CamelLeafletEventHandlerFnMap { onBaseLayerChange?: LayersControlEventHandlerFn | undefined; onOverlayAdd?: LayersControlEventHandlerFn | undefined; onOverlayRemove?: LayersControlEventHandlerFn | undefined; onLayerAdd?: LayerEventHandlerFn | undefined; onLayerRemove?: LayerEventHandlerFn | undefined; onZoomLevelsChange?: LeafletEventHandlerFn | undefined; onUnload?:...

## Bug report in v4 ### Expected behavior Map should show up loaded with tiles visible ### Actual behavior All tiles stay gray. ### Steps to reproduce Next : 13.4.3...