ਖੁੱਲ੍ਹਾ-ਗਲੀ-ਨਕਸ਼ਾ ਮਾਰਕਾ OpenStreetMap

RuloFern ਦੇ ਰੋਜ਼ਨਾਮਚੇ

ਹਾਲੀਆ ਦੇ ਰੋਜ਼ਨਾਮਚਾ ਇੰਦਰਾਜ਼

Can someone help me create an OpenStreetMap with these script?

RuloFern ਵੱਲੋਂ 11 ਫ਼ਰਵਰੀ 2025 ਨੂੰ English ਵਿੱਚ ਜੋੜਿਆ ਗਿਆ।

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>