From 28818e5b4e6d596e84f09379f04c304413dc3d09 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Mon, 18 Nov 2019 21:03:29 +0000 Subject: [PATCH] Replace Bing layers with MapTiler --- examples/feature-move-animation.html | 6 ++--- examples/feature-move-animation.js | 13 +++++++---- .../full-screen-drag-rotate-and-zoom.html | 6 ++--- examples/full-screen-drag-rotate-and-zoom.js | 14 +++++++---- examples/full-screen.html | 6 ++--- examples/full-screen.js | 13 +++++++---- examples/gpx.html | 6 ++--- examples/gpx.js | 13 +++++++---- examples/layer-spy.html | 6 ++--- examples/layer-spy.js | 19 +++++++++++---- examples/layer-swipe.html | 6 ++--- examples/layer-swipe.js | 22 +++++++++++------- examples/side-by-side.html | 6 ++--- examples/side-by-side.js | 23 +++++++++++-------- examples/zoom-constrained.html | 6 ++--- examples/zoom-constrained.js | 12 ++++++---- 16 files changed, 111 insertions(+), 66 deletions(-) diff --git a/examples/feature-move-animation.html b/examples/feature-move-animation.html index 354450cfa5..d0df54027e 100644 --- a/examples/feature-move-animation.html +++ b/examples/feature-move-animation.html @@ -6,10 +6,10 @@ docs: > This example shows how to use postrender events and a vector context to animate a marker feature along a line. In this example an encoded polyline is being used. -tags: "animation, feature, postrender, polyline" +tags: "animation, feature, postrender, polyline, maptiler" cloak: - - key: As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5 - value: Your Bing Maps Key from http://www.bingmapsportal.com/ here + - key: get_your_own_D6rA4zTHduk6KOKTXzGB + value: Get your own API key at https://www.maptiler.com/cloud/ ---