| | |
| | | mounted() { |
| | | store.setNavigatorShow(false); |
| | | store.setMapToolShow(false); |
| | | window.mapapi.getView().setCenter([4.606512, 2.621472]); |
| | | window.mapapi.getView().setCenter(ol.proj.fromLonLat([4.606512, 2.621472])); |
| | | addHistoryLayer(this.currentValue); |
| | | if (_GLOBAL.GPSMarker) { |
| | | window.mapapi.removeLayer(_GLOBAL.GPSMarker); |
| | |
| | | close() { |
| | | store.setHistoryShow(false); |
| | | window.mapapi.removeLayer(this.$global.historyLayer); |
| | | window.mapapi.getView().setCenter([116.505348, 39.795592]); |
| | | window.mapapi.getView().setCenter(ol.proj.fromLonLat([116.505348, 39.795592])); |
| | | store.setNavigatorShow(true); |
| | | store.setMapToolShow(true); |
| | | }, |
| | |
| | | } |
| | | |
| | | .searchBtn { |
| | | width: 51px; |
| | | width: 0.4rem; |
| | | /* height: 40px; */ |
| | | } |
| | | |
| | |
| | | right: 10px; |
| | | bottom: 18px; |
| | | width: 48px; |
| | | /* height: 594px; */ |
| | | background: #ffffff; |
| | | box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.21); |
| | | border-radius: 13px; |
| | |
| | | } |
| | | .listBox li { |
| | | font-weight: bold; |
| | | font-size: 15px; |
| | | font-size: 0.12rem; |
| | | line-height: 0.25rem; |
| | | color: #1c222f; |
| | | /* height: 28px; |
| | | line-height: 28px; */ |
| | | border-bottom: 1px solid #e5e5e5; |
| | | text-align: center; |
| | | } |
| | |
| | | color: #127dff; |
| | | } |
| | | |
| | | .mapLeft { |
| | | float: left; |
| | | position: absolute; |
| | | width: 100vw; |
| | | height: 100vh; |
| | | } |
| | | |
| | | |
| | | .listBox .active { |
| | | /* background-color: #4590d7; */ |