Skip to content

Test Adventure

Leaflet Β© OpenStreetMap contributors
1881 m1474 m

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/