leaflet-fullHash
leaflet-fullHash copied to clipboard
hash does not respect layer order/z index
The full hash is created and parsed in the order of the options array, not in the order of layers in the map. I would expect
- the hash to change from a-b to b-a when changing the order of layers a and b
- the map to be created with the corresponding layer order when loading the hash a-b or b-a.