|
|
|
@ -201,8 +201,6 @@
@@ -201,8 +201,6 @@
|
|
|
|
|
specimenMarkerCluster?.setData(specimenPoints); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 加载完毕 |
|
|
|
|
complete(); |
|
|
|
|
}).catch(error => { |
|
|
|
@ -228,4 +226,13 @@
@@ -228,4 +226,13 @@
|
|
|
|
|
:deep(.amap-marker-label) { |
|
|
|
|
border: none !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep .amap-logo { |
|
|
|
|
display: none!important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep .amap-copyright { |
|
|
|
|
bottom:-100px; |
|
|
|
|
display: none!important; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|