Vector tiles: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) |
||
Line 13: | Line 13: | ||
=== The open source tools === | === The open source tools === | ||
* Generate tiles | * Generate MVT tiles | ||
* Serve tiles | * Serve MVT tiles | ||
* Browser options: | * Browser options to see MVT tiles: | ||
** mapbox-gl.js, see https://github.com/mapbox/mapbox-gl-js | ** mapbox-gl.js, see https://github.com/mapbox/mapbox-gl-js | ||
** [https://openlayers.org/en/latest/examples/osm-vector-tiles.html Openlayers 5] appears to not work. | ** [https://openlayers.org/en/latest/examples/osm-vector-tiles.html Openlayers 5] appears to not work. | ||
Line 22: | Line 22: | ||
==== Vector base maps ==== | ==== Vector base maps ==== | ||
These are generally free services at the levels I will be using them. | |||
* https://openmaptiles.org/ | * https://openmaptiles.org/ |
Revision as of 04:01, 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 MVT tiles
- Serve MVT tiles
- Browser options to see MVT tiles:
- mapbox-gl.js, see https://github.com/mapbox/mapbox-gl-js
- Openlayers 5 appears to not work.
- OpenLayers 5 + Mapbox = works.
- Leaflet
Vector base maps
These are generally free services at the levels I will be using them.