Hi
I am testing vector tiles using ThinkGeo
Does thinkgeo support online vector tiles format from a server ?
Do you have an advice on how to test it?
When I request vector tiles formats this is a replay
Common Vector Tile Formats
- Mapbox Vector Tile (MVT)
-
File Format : Encoded in Protocol Buffers (
.pbf
). - Standard : Popularized by Mapbox, now an Open Geospatial Consortium (OGC) standard.
-
Supported By :
- Web Mapping Libraries : Mapbox GL JS, OpenLayers, Leaflet (with plugins), CesiumJS.
- Server Tools : Mapbox, TileServer GL, GeoServer, MapTiler.
- GIS Software : QGIS, ArcGIS Pro (with plugins).
- Strengths : Compact, efficient for web use, supports styling and interactivity.
- GeoJSON Vector Tiles
-
File Format : JSON-based (
.json
). -
Supported By :
- Web Libraries : Leaflet, OpenLayers, Mapbox GL JS (converted on-the-fly).
- GIS Tools : Many, but less efficient than MVT.
- Strengths : Human-readable, easy to debug, but larger in size compared to MVT.
- TopoJSON Vector Tiles
-
File Format : JSON-based (
.json
). -
Supported By :
- Web Libraries : D3.js (via plugins), some Leaflet and OpenLayers workflows.
- Strengths : Reduces file size by encoding shared geometry efficiently.
- GML Tiles
- File Format : XML-based.
-
Supported By :
- Some GIS tools like QGIS, GeoServer.
- Strengths : Supports complex data models but is not optimized for web delivery.
- KML Tiles
-
File Format : XML-based (
.kml
or.kmz
). -
Supported By :
- Google Earth, some web mapping tools.
- Strengths : Best suited for use with Google Earth; not common for vector tiles.