A simple web application that uses the Mapzen Vector Tile Service to tell you what features in OpenStreetMap are nearby (at zoom level 16).
-
You will need an API key to use the Mapzen Vector Tile Service. They are free and easy to get by visiting: https://mapzen.com/developers
-
Once you've created an API key you will need to make a copy of the
www/config.js.example
named... you got it:www/config.js
. Once you have look inside the file and replace the placeholder API key with your own. -
Open
www/index.html
in your web browser. Walk around. Repeat.