提交
This commit is contained in:
@ -129,6 +129,9 @@ class PolyhedronObject extends Base {
|
|||||||
if (!that.options.label.position) {
|
if (!that.options.label.position) {
|
||||||
that.options.label.position = { lng: centroid.geometry.coordinates[0], lat: centroid.geometry.coordinates[1], alt: that.options.extrudedHeight + that.options.height }
|
that.options.label.position = { lng: centroid.geometry.coordinates[0], lat: centroid.geometry.coordinates[1], alt: that.options.extrudedHeight + that.options.height }
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
that.options.label.position.alt = that.options.extrudedHeight + that.options.height
|
||||||
|
}
|
||||||
// 标签
|
// 标签
|
||||||
that.label = new LabelObject(that.sdk, {
|
that.label = new LabelObject(that.sdk, {
|
||||||
id: that.options.id,
|
id: that.options.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user