From ed5778c319a0b5466e6f52b49004539ff8fff774 Mon Sep 17 00:00:00 2001 From: Ian Wagner Date: Mon, 17 Jun 2024 22:07:40 +0900 Subject: [PATCH] FAQ: Add Stadia Maps and remove MapQuest (#9340) Co-authored-by: Florian Bischof --- FAQ.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 3ef6ce4ff43..f494a04c189 100644 --- a/FAQ.md +++ b/FAQ.md @@ -31,8 +31,8 @@ Popular commercial options, free up to a particular number of requests, include [MapBox](http://mapbox.com), [Bing Maps](http://www.microsoft.com/maps/choose-your-bing-maps-API.aspx) (using a [plugin](https://github.com/shramov/leaflet-plugins)), [Esri ArcGIS](http://www.esri.com/software/arcgis/arcgisonline/maps/maps-and-map-layers) ([official plugin](https://github.com/Esri/esri-leaflet)), -[MapQuest](https://developer.mapquest.com/products) ([official plugins](https://developer.mapquest.com/documentation/leaflet-plugins)) -and [Here Maps](https://developer.here.com/). +[Here Maps](https://developer.here.com/), +and [Stadia Maps](https://docs.stadiamaps.com/tutorials/raster-maps-with-leaflet/). Always be sure to **read the terms of use** of a chosen tile provider, **know its limitations**, and **attribute it properly** in your app. @@ -40,8 +40,8 @@ Always be sure to **read the terms of use** of a chosen tile provider, **know it [MapBox](http://mapbox.com), [Bing Maps](http://www.microsoft.com/maps/choose-your-bing-maps-API.aspx), -[ArcGIS](http://www.esri.com/software/arcgis/arcgisonline/maps/maps-and-map-layers) -and [MapQuest Open](http://developer.mapquest.com/web/products/open/map) provide satellite imagery among others. +[ArcGIS](http://www.esri.com/software/arcgis/arcgisonline/maps/maps-and-map-layers), +and [Stadia Maps](https://docs.stadiamaps.com/map-styles/alidade-satellite/) provide satellite imagery among others. #### I want to use Google Maps API tiles with Leaflet, can I do that?