antonsergeyev / road-selection-demo

Road selection on a map with Overpass and Leaflet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Road selection with Overpass and Leaflet

This is a quick demo project to demonstrate road selection on a Leaflet map around the point where user have clicked. It uses Overpass API to fetch road coordinates.

example

Running

You need nodejs installed. Run

npm install
npm start

Then open browser at localhost:3000 and try to click on any road.

About

Road selection on a map with Overpass and Leaflet


Languages

Language:JavaScript 86.5%Language:HTML 13.5%