Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.14 KB

Readme.md

File metadata and controls

25 lines (20 loc) · 1.14 KB

vectortile-infra

Lab environment serving load-balanced vector tiles for use in kibana map visualizations. Vagrant is the environment controller using VirtualBox. Ansible is used for configuration management. The 5.2-vector-map branch of kibana is used to support the vector map in kibana.

Raster/Vector Map Comparison

Official Kibana Raster Tile Map

Currently limited to 8 resolutions.

The official raster map in Kibana

Vector Map Served by vectortile-infra

The vector map in Kibana

Usage

vagrant up
vagrant ssh
./init.sh

then explore the map directly with the included index.html, at https://localhost:8080 or in Kibana at http://localhost:15601.

Shout outs

Thanks to the many geo open source projects that made this possible: OpenMapTiles, tileserver-gl, Mapbox GL JS, Mapbox Vector Tiles, and Maputnik