/mvt-demo

Mapbox Vector Tiles - MapServer Demo

Primary LanguageHTML

Simple demo for MapServer Mapbox Vector Tile (MVT) support using the Mapbox-GL library.

Setup:

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