merge
parent
041e42e343
commit
49de44851e
|
|
@ -12,7 +12,7 @@ VITE_BUILD_COMPRESS = 'none'
|
|||
|
||||
# Basic interface address SPA
|
||||
# 天空地项目
|
||||
VITE_GLOB_API_URL=http://120.222.154.7:6050
|
||||
VITE_GLOB_API_URL=http://120.222.154.7:6050
|
||||
|
||||
VITE_GLOB_INFO_IMAGE_URL=http://120.222.154.48:6050
|
||||
|
||||
|
|
@ -21,6 +21,7 @@ VITE_GLOB_INFO_IMAGE_URL=http://120.222.154.48:6050
|
|||
VITE_GLOB_UPLOAD_URL=http://120.222.154.7:6050
|
||||
|
||||
# Interface prefix
|
||||
|
||||
VITE_GLOB_API_URL_PREFIX=
|
||||
|
||||
VITE_GLOB_APP_TITLE = 临沂市自然资源综合监管平台
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
<div>云查询</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 图层控制 -->
|
||||
<div class="layer-control-center" v-if="false">
|
||||
<a-collapse v-model:activeKey="activeKey" accordion expandIconPosition="end" expandIcon="">
|
||||
|
|
@ -34,29 +35,24 @@
|
|||
<div class="draw-btn" @click="handlerDrawComplete"> 保存 </div>
|
||||
</div>
|
||||
|
||||
<!-- 图斑分割 -->
|
||||
|
||||
<!-- 根据输入坐标定位 -->
|
||||
<div class="position-by-lnglat">
|
||||
<a-tooltip>
|
||||
<template #title>图斑定位</template>
|
||||
<div class="to-location" @click="handlerToPosition()"></div>
|
||||
</a-tooltip>
|
||||
|
||||
<a-tooltip>
|
||||
<template #title>坐标定位</template>
|
||||
<div class="draw-polygon" @click="LocationShow = true"></div>
|
||||
</a-tooltip>
|
||||
|
||||
<a-tooltip>
|
||||
<template #title>线分割图斑</template>
|
||||
<div class="split-line" @click="handlerDrawLineString()" v-if="props.splitPlugin"></div>
|
||||
</a-tooltip>
|
||||
|
||||
|
||||
<div class="split-polygon" @click="handlerDrawPolygon()" v-if="false">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- 坐标输入框 -->
|
||||
|
|
|
|||
|
|
@ -586,7 +586,6 @@
|
|||
const xchczhaopianList = computed(() => {
|
||||
return xchczhaopian ? xchczhaopian.split(',') : [];
|
||||
});
|
||||
|
||||
function onMapboxLoad() {
|
||||
changeTask();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -430,7 +430,14 @@ function handlerLoadHeatLayer(heatdata){
|
|||
1,
|
||||
'rgba(178,24,43,1)'
|
||||
],
|
||||
'heatmap-radius': 10,
|
||||
// 'heatmap-radius': 8,
|
||||
'heatmap-radius': [
|
||||
'interpolate',['linear'],['zoom'],
|
||||
9,7,
|
||||
10,16,
|
||||
12,24,
|
||||
14,32,
|
||||
],
|
||||
'heatmap-opacity': 0.9
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue