地图四色图和边界单独控制
parent
22fc0a5f81
commit
5c7df2fe8d
|
@ -87,6 +87,7 @@ const polygonMap = {
|
||||||
export default class DragEntity {
|
export default class DragEntity {
|
||||||
constructor(val) {
|
constructor(val) {
|
||||||
this.viewer = val.viewer
|
this.viewer = val.viewer
|
||||||
|
this.id = []
|
||||||
}
|
}
|
||||||
|
|
||||||
addEntity(value) {
|
addEntity(value) {
|
||||||
|
@ -192,7 +193,6 @@ export default class DragEntity {
|
||||||
disableDepthTestDistance: Number.POSITIVE_INFINITY
|
disableDepthTestDistance: Number.POSITIVE_INFINITY
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
// 曹妃甸使用
|
// 曹妃甸使用
|
||||||
if (value.gangkou === '00004') {
|
if (value.gangkou === '00004') {
|
||||||
|
|
Loading…
Reference in New Issue