A React Typescript module that provides a bingmaps layer react-leaflet > 1.9.0
npm install react-leaflet-bingmapsThis library is a React Typescript module that provides a BingMapsLayer for React-Leaflet.
The current Version of react-leaflet-bingmaps 1.x.x is compatible with React-Leaflet 2.x.x
javascript
import {BingMapsLayer} from "react-leaflet-bingmaps";
`
To use
Create A react-leaflet maps and add the layer
Example:
`javascript
attribution='© OpenStreetMap contributors'
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
/>
`` A small example is provided here: https://codesandbox.io/p/sandbox/react-leaflet-bingmaps-l9mgdz?file=%2Fsrc%2FApp.jsx%3A11%2C11

