The fact that this repo contains multiple plugins is a problem :
- it makes it hard to maintain
- it makes it for people to discover its content (see leaflet plugins page about it)
- it makes it hard to publish it ton npm
- etc.
I think we should extract every script that we really want to maintain in a dedicated repo. We can do it without losing history using git filter-repo (ref https://jeffkreeftmeijer.com/git-extract/).
Some candidates scripts to migration : KML, GPX + GPX.Speed, Marker.Rotate, TOPOJSON.
There is two options for migration desitnation : on my personal username as https://github.com/brunob/leaflet.fullscreen or on https://github.com/leaflet-extras/ org.
Any thought @johnd0e ?
The fact that this repo contains multiple plugins is a problem :
I think we should extract every script that we really want to maintain in a dedicated repo. We can do it without losing history using
git filter-repo(ref https://jeffkreeftmeijer.com/git-extract/).Some candidates scripts to migration : KML, GPX + GPX.Speed, Marker.Rotate, TOPOJSON.
There is two options for migration desitnation : on my personal username as https://github.com/brunob/leaflet.fullscreen or on https://github.com/leaflet-extras/ org.
Any thought @johnd0e ?