Vector tiles: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 8: | Line 8: | ||
* ESRI ArcGIS API for Javascript - browser support | * ESRI ArcGIS API for Javascript - browser support | ||
https://blogs.esri.com/esri/arcgis/2015/07/20/vector-tiles-preview/ | In this [https://blogs.esri.com/esri/arcgis/2015/07/20/vector-tiles-preview/ blog post] ESRI says they | ||
based their API on mapbox-gl.js | |||
=== The open source tools === | === The open source tools === |
Revision as of 03:59, 29 August 2018
Vector Tile Stacks
The obvious one
- ESRI ArcGis Pro - generate tiles
- ESRI ArcGis Enterprise - serve tiles
- ESRI ArcGIS API for Javascript - browser support
In this blog post ESRI says they based their API on mapbox-gl.js
The open source tools
- Generate tiles
- Serve tiles
- Browser options:
- mapbox-gl.js, see https://github.com/mapbox/mapbox-gl-js
- Openlayers 5 appears to not work.
- OpenLayers 5 + Mapbox = works.
- Leaflet