Geolicious / qgis2leaf

A QGIS plugin to create a working leaflet based webmap from it
127 stars 30 forks source link

Layers in wrong order in layer control #249

Closed tomchadwin closed 9 years ago

tomchadwin commented 9 years ago

They seem back to front

tomchadwin commented 9 years ago

Apparently the Leaflet layer control does not reflect stacking order:

https://github.com/Leaflet/Leaflet/issues/2086

This might change in the next Leaflet release. In the meantime, I've started looking at this Leaflet plug-in:

https://github.com/elesdoar/leaflet-control-orderlayers

Can't get it to work yet.

tomchadwin commented 9 years ago

I can't get the orderlayers plug-in to work, so for the moment, I am closing this one as a wontfix. As Leaflet itself doesn't seem to do what has been asked, the issue should be raised with leaflet themselves, not with qgis2leaf. Sorry not to be able to help more.