Test Adventure












Leaflet Β© OpenStreetMap contributors
Could also see http://polymaps.org/
Usare uno script di utility per generare lo scheletro del file .mdx
https://overpass-turbo.eu/ using a query like
[out:json];way[highway](44.4238591,11.1730,44.43,11.18);out tags;fetch(βhttps://overpass-api.de/api/interpreter?data=β + encodeURIComponent(query))
con una query del tipo
const query = [out:json]; way[highway](${minLat},${minLon},${maxLat},${maxLon}); out tags;;
For the charts use https://recharts.org/en-US
For the map use: https://react-leaflet.js.org/