| | |
| | | <template> |
| | | <div class="map-container"> |
| | | <wrapper-title :title="'区域地图'"></wrapper-title> |
| | | <!-- <wrapper-title :title="'区域地图'"></wrapper-title> --> |
| | | <div class="map-content"> |
| | | |
| | | <div ref="map" class="map-style"></div> |
| | | </div> |
| | | </div> |
| | |
| | | <script> |
| | | import * as echarts from 'echarts'; |
| | | import 'echarts-gl'; |
| | | import mapData from '@/assets/map/zigong1.json'; |
| | | import mapData from '@/assets/map/zigong2.json'; |
| | | import WrapperTitle from '../wrapper-title/index'; |
| | | import ScreenData from '../screen-data/index'; |
| | | |
| | |
| | | zoomSensitivity: 1, |
| | | rotateSensitivity: 0, |
| | | }, |
| | | |
| | | |
| | | // 数据 |
| | | data: mapData.features.map((item) => { |
| | | return { |
| | |
| | | top: 0; |
| | | left: 0; |
| | | } |
| | | </style> |
| | | </style> |