You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: FAQ.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ and [Stadia Maps](https://docs.stadiamaps.com/map-styles/alidade-satellite/) pro
47
47
48
48
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.
49
49
50
-
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.
50
+
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.
51
51
52
52
#### I want to roll my own OSM tile server for Leaflet, where do I start?
53
53
@@ -71,16 +71,16 @@ you have to choose a tile service to combine with it.
71
71
72
72
There are [plenty of options](#what-map-tiles-can-i-use-with-leaflet-is-it-limited-to-openstreetmap) for a tile service,
73
73
each with their own terms of use, prices (some of them free), features, limitations, etc.
74
-
Choice is yours.
74
+
The choice is yours.
75
75
76
76
#### I'm building a commercial app that I plan to sell. Can I use Leaflet in it?
77
77
78
-
You're welcome, as the code is published under the very permissive [2-clause BSD License](https://github.com/Leaflet/Leaflet/blob/main/LICENSE).
78
+
You're welcome to do so, as the code is published under the very permissive [2-clause BSD License](https://github.com/Leaflet/Leaflet/blob/main/LICENSE).
79
79
Just make sure to attribute the use of the library somewhere in the app UI or the distribution
80
80
(e.g. keep the Leaflet link on the map, or mention the use on the About page or a Readme file, etc.) and you'll be fine.
81
81
82
-
That only applies to the code though.
83
-
Make sure you conform to the terms of use of the tile images provider(s) that you choose as well.
82
+
That only applies to the code, though.
83
+
Make sure you conform to the terms of use of the tile images provider(s) that you choose, as well.
84
84
85
85
86
86
## Features
@@ -112,7 +112,7 @@ Check out the [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markerc
112
112
113
113
Leaflet generally does a pretty good job of handling heavy vector data
114
114
with its real-time clipping and simplification algorithms,
115
-
but browser technology still has its limits.
115
+
but the browser technology still has its limits.
116
116
Try [switching from SVG to Canvas as the default rendering back-end](http://leafletjs.com/reference.html#global),
117
117
it may help considerably (depends on the app and the data).
0 commit comments