0

Currently I am trying to create a Map from the OSM data which is openly available to create road links, using Data that I retrieved from GeoJSON.io

This is the map

The map I got from coordinates at OSM and the Blue links on the roads I created using http://geojson.io/ where I manually drew the roads on the map. I used the GeoJson Component on React-leaflet to display the road data which I got manually. Is there a way to do this road drawing automatically? I had done this mainly so that I can pass events to onclick/onhover/etc onto each road segment.

2

0