15 lines
634 B
HTML
15 lines
634 B
HTML
---
|
|
layout: example.html
|
|
title: Advanced Mapbox Vector Tiles
|
|
shortdesc: Example of a Mapbox vector tiles map with custom tile grid.
|
|
docs: >
|
|
A vector tiles map which reuses the same source tiles for subsequent zoom levels to save bandwidth on mobile devices. **Note**: No map will be visible when the access token has expired.
|
|
tags: "mapbox, vector, tiles, mobile, grid"
|
|
resources:
|
|
- resources/mapbox-streets-v6-style.js
|
|
cloak:
|
|
- key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ
|
|
value: Your Mapbox access token from https://mapbox.com/ here
|
|
---
|
|
<div id="map" class="map"></div>
|