Use special MapTiler API key dedicated for OpenLayers examples

This commit is contained in:
Petr Sloup
2019-06-25 16:34:58 +02:00
parent 9e928b996c
commit 61fdf965ba
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import VectorSource from '../src/ol/source/Vector.js';
import GeoJSON from '../src/ol/format/GeoJSON.js';
const center = [-98.8, 37.9];
const key = 'ER67WIiPdCQvhgsUjoWK';
const key = 'get_your_own_D6rA4zTHduk6KOKTXzGB';
const mbMap = new mapboxgl.Map({
style: 'https://api.maptiler.com/maps/bright/style.json?key=' + key,