Skip to content

Instantly share code, notes, and snippets.

View olea's full-sized avatar

Ismael Olea olea

View GitHub Profile
@olea
olea / README.md
Created June 14, 2018 11:14 — forked from jsanz/README.md
MapboxGL + OSM data

Simple script to get data (nodes and polygons separately) from OSM using Overpass API and render it on a Mapbox GL map.

This is probably a work in progress.

To do:

  • Work on having to do just a single call to the Overpass API and then split the geometries by type.
  • Better styling
  • Popups?