Services and applications Vector tiles have been used by the
Google Maps Android client since December 2010 and on the desktop client since 2013. Vector tiles for rendering
OpenStreetMap data were first proposed in March 2013 the most widely used renderer of OpenStreetMap data.
Mapbox, a commercial provider of custom cartography tools and hosting, has focused its cartography tool, Mapbox Studio, around vector tiles. The popular, and very powerful, Android client for OpenStreetMap data,
osmAnd supports vector tiles, which it calls "vector maps".
Servers The tile server pipeline TileStache supports several flavours of JSON natively. There is also a plugin vector tile provider called VecTiles which converts
PostGIS data into vector tiles in Mapnik Vector Tile format (incompatible with the Mapbox specification) or
TopoJSON. PGRestAPI (also known as Chubbs Spatial Server) is a standalone NodeJS server which can also generate vector tiles on the fly from a PostGIS data source, as well as serving pre-generated vector tiles from sources such as Mapbox Studio. pg_tileserv is an open source PostGIS-only tile server written in
Golang that takes in HTTP tile requests and form and executes
SQL. ESRI ArcGIS Server 10.4 and ArcGIS Pro 1.2 released in February 2016 added support for vector tiles.
Client libraries The
Leaflet JavaScript library does not directly support vector tiles, but there are third-party plugin for vector tiles, Leaflet.MapboxVectorTile for Leaflet 0.7.x and Leaflet.VectorGrid for Leaflet 1.0.x. Mapbox's own JavaScript library, Mapbox GL JS, can be used. OpenLayers supports vector tiles through the object, as of version 3. ==References==