14 Commits

Author SHA1 Message Date
Volodymyr Agafonkin
899ceacffa
Stop uploading builds to S3; switch to NPM registry for downloads (#9806) 2025-08-12 18:40:14 +03:00
Esha Nair
1dcd7f9c2e
Replace unpkg with jsDelivr in documentation (#9663) 2025-04-25 14:42:55 +02:00
Simon Legner
322be5b7f4
Use arrow callback and shorthand methods (#9659) 2025-04-20 15:11:40 +02:00
Florian Bischof
712ae1542a
Refactor docs for ESM (#9624) 2025-04-10 20:18:44 +02:00
Rajat
46d31e049a
Replace deprecated substr() with substring() (#8517) 2022-10-03 12:29:48 +02:00
Robert Linder
66e37c7f7b
Update the Leaflet Editor's description and map id (#8476)
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2022-09-26 13:20:59 +03:00
Grant
c2324e52e2
Use preferred tile.openstreetmap.org URL (#8418)
Now that tile.openstreetmap.org supports HTTP/2 + HTTP/3 the old (a|b|c).tile.openstreetmap.org is no longer recommended.

Use tile.openstreetmap.org directly is faster and will likely result in a better cache hit ratio.

Signed-off-by: Grant Slater <git@firefishy.com>

Signed-off-by: Grant Slater <git@firefishy.com>
2022-08-28 11:31:45 +02:00
Florian Bischof
999a074eb8
Add Ukraini dialog (#8177)
* Add Ukraini dialog

* Fix lint

* Make it more keyboard-user friendly

* Change close element to button and add dialog as first element
2022-04-25 11:57:58 +03:00
Iván Sánchez Ortega
c94faa201a
Taking down the website. (#8025)
* Taking down the website.

* Prevent linting errors on moved-away website stuff

* Add quote style

* fix css

* rm duplicated templates

Co-authored-by: falke-design <design.falke@gmail.com>
2022-02-27 13:22:37 +01:00
danieldegroot2
ace6be6427
Change OpenStreetMap links to HTTPS (#8009)
* Change OpenStreetMap links to HTTPS

* Change OpenStreetMap links to HTTPS

* Change OpenStreetMap links to HTTPS
2022-02-18 05:42:21 +01:00
Jon Koops
44e4975339
Rename master branch to main (#7921) 2022-01-19 12:46:44 +02:00
Roman Zoller
5ffe207921 Use https everywhere for OSM links (#6082)
* Use https everywhere for OSM tile URLs

Use
https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png

instead of
http://{s}.tile.osm.org/{z}/{x}/{y}.png
http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png

* Use https everywhere for OSM attribution link

Use
https://www.openstreetmap.org/copyright

instead of
http://www.openstreetmap.org/copyright
http://osm.org/copyright
2018-03-12 08:46:20 +01:00
iH8
87f81bcb01 Make editors use source instead of minified (#5887)
Make editors use source instead of minified
2017-10-31 18:45:34 +01:00
iH8
1681cca369 Redirect to Plunker, Codepen and JSFiddle (#5868)
* Redirect to Plunker, Codepen and JSFiddle

Redirects to Plunker, Codepen or JSFiddle with corresponding template.
For usage in issuetemplate, issues, StackOverflow etc.
Usage Examples:
http://leafletjs.org/edit.html // Defaults to Plunker using latest
version
http://leafletjs.org/edit.html#provider:codepen;version:1.1.0 // Codepen
with version 1.1.0
http://leafletjs.org/edit.html#provider:jsfiddle;version:master //
JSFiddle with master version.

* To ES5 and file move

To ES5 and file move
2017-10-25 08:53:35 +02:00