| | |
| | | this.currYX = name |
| | | |
| | | if (is_production) { |
| | | Viewer.imageryLayers._layers[2].show = false |
| | | Viewer.imageryLayers._layers[1].show = false |
| | | Viewer.imageryLayers._layers[0].show = false |
| | | } else { |
| | | Viewer.imageryLayers._layers[1].show = false |
| | | |
| | |
| | | case "影像图": |
| | | |
| | | if (is_production) { |
| | | Viewer.imageryLayers._layers[0].show = true |
| | | Viewer.imageryLayers._layers[1].show = true |
| | | } |
| | | break |
| | | case "注记图": |
| | | if (is_production) { |
| | | Viewer.imageryLayers._layers[1].show = true |
| | | Viewer.imageryLayers._layers[2].show = true |
| | | } else { |
| | | Viewer.imageryLayers._layers[1].show = true |
| | | } |