- don't hide layer-chooser in smartphone.css
- it's hidden in boot.js if iitc is booted with the iitcm android app
This commit is contained in:
@ -474,7 +474,7 @@ window.setupQRLoadLib = function() {
|
||||
}
|
||||
|
||||
window.setupLayerChooserApi = function() {
|
||||
// hide layer chooser on mobile devices running desktop mode
|
||||
// hide layer chooser if booted with the iitcm android app
|
||||
if (typeof android !== 'undefined' && android && android.setLayers) {
|
||||
$('.leaflet-control-layers').hide();
|
||||
}
|
||||
|
Reference in New Issue
Block a user