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
@@ -66,7 +66,7 @@ Add a line to the map by adding `[leaflet-line]`. You can specify the postions w
66
66
67
67
Add a circle to the map by adding `[leaflet-circle]`. You can specify the position using `lat` and `lng` and the radius in meters using `radius`. You can also customize the style using [Leaflet's Path options](https://leafletjs.com/reference.html#path-option). Example: `[leaflet-circle message="max distance" lng=5.117909610271454 lat=52.097914814706094 radius=17500 color="#0DC143" fillOpacity=0.1]`.
68
68
69
-
Or you can add a geojson shape via a url (make sure you are allowed to access it if it's not hosted on your own server): `[leaflet-geojson src="https://example.com/path/to.geojson"]`. Add custom popups with field names; try out the default src file and fields like so:
69
+
Or you can add a geojson shape via a url (make sure you are allowed to access it if it's not hosted on your own server): `[leaflet-geojson src="https://example.com/path/to.geojson"]`. Add custom popups with field names; try out the default src file and fields like so:
70
70
71
71
`
72
72
[leaflet-map fitbounds]
@@ -161,7 +161,7 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/
161
161
* [Feature] New [leaflet-wms] layer! Thanks @jannefleischer!
162
162
163
163
= 3.3.1 =
164
-
* [Update] Default Leaflet map set at v1.9.4
164
+
* [Update] Default Leaflet map set at v1.9.4
165
165
* [Security] Escapes geojson popup properties to prevent XSS attacks
166
166
* [Bug] Updates "!attribution" or "attribution=0" attributes to actually remove attribution
167
167
* [Bug] Switches SANITIZE_FULL with SANITIZE to to allow "German umlauts"
@@ -215,7 +215,7 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/
215
215
* actual bugfix to multiple or missing enqueue map scripts
216
216
217
217
= 2.23.1 =
218
-
* possible bugfix to failing to enqueue map when shortcode rendered
218
+
* possible bugfix to failing to enqueue map when shortcode rendered
219
219
220
220
= 2.23.0 =
221
221
* Added iconUrl to leaflet-geojson shortcode.
@@ -332,7 +332,7 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/
332
332
* Added string interpolation for GeoJSON popups to use feature properties (thanks to [@geraldo](https://github.com/geraldo))
333
333
334
334
= 2.9.1 =
335
-
* Fixes for PHP 7.2: made all method arguments identical
335
+
* Fixes for PHP 7.2: made all method arguments identical
336
336
* Added minified JavaScript files for site speed
337
337
338
338
= 2.8.6 =
@@ -393,13 +393,13 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/
* Changes to map creation which may solve an occasional marker creation JavaScript error
396
+
* Changes to map creation which may solve an occasional marker creation JavaScript error
397
397
* Added more attributes to marker shortcode (draggable, title, alt, opacity)
398
398
* Added doubleClickZoom global, database option to globally disable double click zooming (by default), because it's more inline with disabling scroll zooming by default. Box zooming on the other hand is more intentional
399
399
400
400
= 2.5.0 =
401
-
* Some improvements to the codebase;
402
-
* added the same styling options for lines as there are for geojson;
401
+
* Some improvements to the codebase;
402
+
* added the same styling options for lines as there are for geojson;
403
403
* added popups to lines, as there are for markers;
404
404
* added an example to the shortcode admin page for the style attributes on lines;
405
405
* added code and another example for disabling all map interactions (all zooms, keyboard, etc);
@@ -487,11 +487,11 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/
487
487
* Fixes detect retina and maxzoom issues
488
488
489
489
= 3.1.0 =
490
-
Reduces php warnings by checking for `lat` and `lon` in osm_geocode with `isset()`.
490
+
Reduces php warnings by checking for lat and lon in osm_geocode with isset().
491
491
Adds min, max, step to inputs for zoom, minZoom, and maxZoom.
492
-
Obfuscates base tileurl with base64_encode in map-shortcode to deter crawlers.
493
-
Allows for comma-separated tile server subdomains, as opposed to 'abc' turning into 'a','b','c' automatically (i.e. you can now use something like "cache-1,cache2" as default subdomains).
494
-
New Shortcodes: [leaflet-image-overlay] and [leaflet-video-overlay] (examples in the shortcode-helper page, or README.md).
492
+
Obfuscates base tileurl with base64_encode.
493
+
Allows for comma-separated tile server subdomains.
494
+
New: [leaflet-image-overlay] and [leaflet-video-overlay].
495
495
496
496
= 3.0.5 =
497
497
Fixes ampersands/querystrings in geojson/gpx/kml urls
@@ -606,7 +606,7 @@ Fixed array_filter on some older PHP versions
606
606
Fixed possible JavaScript error "Unexpected token <"; fix was to remove spaces
607
607
608
608
= 2.6.0 =
609
-
Changes to map creation which may solve an occasional marker creation JavaScript error
609
+
Changes to map creation which may solve an occasional marker creation JavaScript error
610
610
611
611
= 2.0.2 =
612
612
OpenStreetMap.org has an SSL certificate (osm.org didn't)
0 commit comments