From d28e3eeccb64f7fffbd440f8c921e5ad32f50d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Fri, 18 Nov 2016 15:00:33 +0100 Subject: [PATCH] FAQ.md: Link to GoogleMutant instead of shramov, which is now deprecated --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f52dd3f40..cf472ede4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -47,7 +47,7 @@ and [MapQuest Open](http://developer.mapquest.com/web/products/open/map) provide The problem with Google is that its [Terms of Use](https://developers.google.com/maps/terms) forbid any means of tile access other than through the Google Maps API. -You can add the Google Maps API as a Leaflet layer with a [plugin](https://github.com/shramov/leaflet-plugins). But note that the map experience will not be perfect, because Leaflet will just act as a proxy to the Google Maps JS engine, so you won't get all the performance and usability benefits of using Leaflet when the Google layer is on. +You can add the Google Maps API as a Leaflet layer with the [GoogleMutant plugin](https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant). But note that the map experience will not be perfect, because Leaflet must wait for the Google Maps JS engine to load the map tiles, so you might experience glitches and lagging when using it. #### I want to roll my own OSM tile server for Leaflet, where do I start?