FAQ: Add Stadia Maps and remove MapQuest (#9340)

Co-authored-by: Florian Bischof <design.falke@gmail.com>
This commit is contained in:
Ian Wagner
2024-06-17 22:07:40 +09:00
committed by GitHub
parent cd91b0db97
commit ed5778c319

8
FAQ.md
View File

@ -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?