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
@@ -211,7 +217,7 @@ Disable scale control with km and miles::
211
217
Minimap control
212
218
~~~~~~~~~~~~~~~
213
219
214
-
Shows a small map in the corner which shows the same as the main map with a
220
+
Shows a small map in the corner which shows the same as the main map with a
215
221
set zoom offset::
216
222
217
223
'MINIMAP': True
@@ -245,7 +251,7 @@ Both 'css' and 'js' support identical features for specifying resource URLs:
245
251
* a URL beginning from the root - will be included as-is; **example**: ``/root/path/to/stylesheet.css``
246
252
* a relative URL - settings.STATIC_URL will be prepended; **example**: ``relative/path/to/stylesheet.css`` will be included as **/static/relative/path/to/stylesheet.css** (depending on your setting for STATIC_URL)
247
253
248
-
Now, use ``leaflet_js`` and ``leaflet_css`` tags to load CSS and JS resources of
254
+
Now, use ``leaflet_js`` and ``leaflet_css`` tags to load CSS and JS resources of
249
255
configured Leaflet plugins.
250
256
251
257
By default only plugins with ``'auto-include'`` as True will be included.
0 commit comments