3 Commits

Author SHA1 Message Date
1adb38ea82 Epic documentation update of 190+ demo URLs (#8003)
* remove leaflet-tracksymbol from the plugins list (link rot)

* remove leaflet-locationfilter not maintained since 2014 and not working for 1.0

See:

* https://github.com/kajic/leaflet-locationfilter/issues/19
* https://github.com/kajic/leaflet-locationfilter/issues/22

* update docs with new upstream link of leaflet-travelnotes

* remove famous-map from the docs since it's archived

See

https://github.com/IjzerenHein/famous-map/issues/21#issuecomment-224533155

* epic update of all demo URLs in the documentation

This is an epic update of almost every URL in the plugin list
of the Leaflet documentation.

I've manually tested almost every plugin in almost every repository
and opened lot of issues in each repository trying to investigate
the upstream status.

If something is not in order we invite subsequent pull requests.

Thank you Leaflet developers for all that you do!

* update leaflet-measurecontrol demo URL to https in plugin documentation

See:

* https://github.com/makinacorpus/Leaflet.MeasureControl/issues/31

* update leaflet-layerindex demo URL to https in plugin documentation

See:

* https://github.com/makinacorpus/Leaflet.LayerIndex/issues/1#issuecomment-1040381534

* update leaflet-routing-amap demo URL to https in plugin documentation

Note:

* https://github.com/UinJack/Leaflet.Routing.Amap/issues/1

* update leaflet-sync demo URL to https in plugin documentation

Note:

* https://github.com/jieter/Leaflet.Sync/issues/65

* update leaflet-lineextremities demo URL to https in plugin documentation

Note:

* https://github.com/makinacorpus/Leaflet.LineExtremities/issues/16#event-6084055409

* update leaflet-restoreview demo URL to https in plugin documentation

Note:

* https://github.com/makinacorpus/Leaflet.RestoreView/issues/9

* update leaflet-snap demo URL to https in plugin documentation

Note:

* https://github.com/makinacorpus/Leaflet.Snap/issues/63

* add leaflet-textpath demo URL in plugin documentation

Note:

* https://github.com/makinacorpus/Leaflet.TextPath/issues/91
2022-02-21 16:52:37 +02:00
b_b
fc9c716457 Update plugins compat & demos (#7834)
* add demo url for leaflet-providers

* update Leaflet.Routing compat

- demo page use leaflet 0.7 https://github.com/Turistforeningen/leaflet-routing/blob/gh-pages/index.html#L34 and it's broken http://turistforeningen.github.io/leaflet-routing/examples/osm.html
- project seems unmaintained, last commit from 2015 + https://github.com/Turistforeningen/leaflet-routing/issues/50

* add demo url for Leaflet.Locate

* add demo for Leaflet Control Compass

* add demo for Leaflet.AccuratePosition + update compat info

- demo use leaflet 0.7 https://github.com/M165437/Leaflet.AccuratePosition/blob/gh-pages/index.html#L11
- last commit from 2016

* update compat for L.LocationShare

- demo page use leaflet 0.7 https://github.com/CliffCloud/Leaflet.LocationShare/blob/master/index.html#L11
- index.html file provided by the repo doesn't work when using leaflet 1.7
2021-12-03 20:17:15 +01:00
8eb9ac2461 Converted Plugins.md to single files (jekyll) (#7805)
* WIP: Minimal jekyll setup for handling the plugins webpage in a data-driven manner.

* Docs: Jekyll collections config, whitespace

* Add plugins

* Remove special chars from names and remove default value from compatible-v0

* Push new plugin files

* Rename to plugins.md

* Update Plugins

* Update links in plugins

* Update Links

* Move plugins into category folders

* Add `template.md` and update PLUGIN-GUIDE.md

* PR #6307

* PR #6971

* PR #7043

* PR #7130

* Fix Url #7442

* PR #7513

* Update Author #7554

* PR #7590

* PR #7640

* PR #7760

* Update template.md

Co-authored-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
2021-11-25 15:54:50 +01:00