| src/views/activity/components/publicIndex.vue | ●●●●● patch | view | raw | blame | history |
src/views/activity/components/publicIndex.vue
@@ -450,8 +450,13 @@ }, initLayersCoverage (type, color, params, position, altitude) { let positions if (altitude && altitude.length) positions = position.split(';').map((item, index) => `${item},${altitude[index]}`).join(';') let positions = position if (altitude && altitude.length) { positions = position.split(';').map((item, index) => `${item},${altitude[index]}`).join(';') } else { positions = position } let coverage = new global.DC[type](positions) if (type == 'Polygon') { if (params.areaType == 1) {