شعار خريطة الشارع المفتوحة خريطة الشارع المفتوحة

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>

Email icon Bluesky Icon Facebook Icon LinkedIn Icon Mastodon Icon Telegram Icon X Icon

مناقشة

تعليق من SomeoneElse في 12 فبراير 2025 في 01:50

Perhaps this web page might help?

تسجيل الدخول لترك تعليق