Simple demo for MapServer Mapbox Vector Tile (MVT) support using the Mapbox-GL library.
Setup:
- Install/compile https://github.com/sdlime/mapserver/tree/vector-tiles branch. Note that building MVT support requires protobuf and protobuf-c.
- Install the contents of this repo on your webserver someplace (e.g. /mvt-demo).
- Edit sample.json -> sources.compass.tiles property to reflect your setup:
- URL for MapServer compiled with MVT support.
- Location of the demo.map file.
- Point your browser to the index.html file and if all went well you should see something like the above screenshot.