Logo OpenStreetMap OpenStreetMap

npm install leaflet react-leaflet @types/leaflet import ‘leaflet/dist/leaflet.css’; import { MapContainer, TileLayer, GeoJSON } from ‘react-leaflet’;

<MapContainer center={[39.8283, -98.5795]} zoom={4} style={{ height: ‘400px’, width: ‘100%’ }} >

<GeoJSON data={stateGeoJSON} style={stateStyle} onEachFeature={onEachFeature} /> </MapContainer>

Icona e-mail Icona di Bluesky Icona di Facebook Icona di LinkedIn Icona di Mastodon Icona di Telegram Icona di X

Discussione

Commento di SomeoneElse il 12 febbraio 2025 alle 01:50

Perhaps this web page might help?

Entra per lasciare un commento