15 lines
544 B
HTML
15 lines
544 B
HTML
---
|
|
layout: example.html
|
|
title: Mapbox Layer
|
|
shortdesc: Example of a Mapbox-gl-js layer integration.
|
|
docs: >
|
|
Show how to add a mapbox-gl-js layer in an openlayers map. **Note**: Make sure to get your own Mapbox API key when using this example. No map will be visible when the API key has expired.
|
|
tags: "simple, mapbox, vector, tiles"
|
|
resources:
|
|
- https://unpkg.com/mapbox-gl@0.51.0/dist/mapbox-gl.js
|
|
cloak:
|
|
- key: ER67WIiPdCQvhgsUjoWK
|
|
value: Your Mapbox access token from http://mapbox.com/ here
|
|
---
|
|
<div id="map" class="map"></div>
|