osm-fr / infrastructure

Handle tickets against osm-fr infrastructure
MIT License
22 stars 4 forks source link

layers: &layers=...FFTTFF format just asking for trouble later on #473

Open jidanni opened 1 year ago

jidanni commented 1 year ago

Looking at the "B000000000FFFFFFFFFFTFFFFFFFFFFFFFF" in e.g., https://layers.openstreetmap.fr/?zoom=12&lat=42.13928&lon=-87.8002&layers=B000000000FFFFFFFFFFTFFFFFFFFFFFFFF it seems to me that this is going to be a big headache later, if one day you want to reorder or add new items to the panel before others currently there: all "permalinks" will break, becoming turning on different layers than intended.

Maybe &admin10=y&admin11=y or just &admin10&admin11 or &layers=admin10,admin11 ... would be better.