Kepler.gl: OpenStreetMaps Integration

Created on 24 Aug 2019  路  2Comments  路  Source: keplergl/kepler.gl

Can I integrate OpenStreetMaps with Kepler.gl instead of Mapbox. I already have an OSM server and I want to run Kepler.gl on top of that map. Please let me know if that is a possibility

Most helpful comment

Depends on what kind of OSM server you're running. Kepler.gl uses Mapbox GL JS to display the base map, which in turn renders mapbox vector tiles. The OpenMapTiles project offers a convenient solution to convert OSM data to mapbox vector tiles. For a very simple solution you could run TileServer GL on your server and use the resulting style URL (e.g. http://localhost:8080/styles/osm-bright/style.json) inside kepler.gl as a custom map style.

All 2 comments

Depends on what kind of OSM server you're running. Kepler.gl uses Mapbox GL JS to display the base map, which in turn renders mapbox vector tiles. The OpenMapTiles project offers a convenient solution to convert OSM data to mapbox vector tiles. For a very simple solution you could run TileServer GL on your server and use the resulting style URL (e.g. http://localhost:8080/styles/osm-bright/style.json) inside kepler.gl as a custom map style.

@laurids-reichardt Thanks man

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stefan-- picture stefan--  路  3Comments

itch96 picture itch96  路  6Comments

b2kdaman picture b2kdaman  路  4Comments

BioBricoleur picture BioBricoleur  路  3Comments

geoHeil picture geoHeil  路  3Comments