From 408eac2524a9b939823202c468c6b1d1d42029e2 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Thu, 5 Mar 2020 15:27:18 +0000 Subject: [PATCH] Replace Bing layer with MapTiler --- examples/vector-wfs-getfeature.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/vector-wfs-getfeature.html b/examples/vector-wfs-getfeature.html index e04e55ba44..600b5840ee 100644 --- a/examples/vector-wfs-getfeature.html +++ b/examples/vector-wfs-getfeature.html @@ -6,9 +6,9 @@ docs: > This example generates a `GetFeature` request which uses a `PropertyIsEqualTo` and a `PropertyIsLike` filter, and then posts the request to load the features that match the query. -tags: "vector, WFS, GetFeature, filter" +tags: "vector, WFS, GetFeature, filter, 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/ ---