|
@@ -8,7 +8,7 @@ export default class Title extends Geometry {
|
|
|
constructor(value,vectorId, floor) {
|
|
|
super()
|
|
|
this.value = value?value:defaultValue;
|
|
|
- this.height = 50 //里顶部距离50像素
|
|
|
+ this.height = 100 //里顶部距离50像素
|
|
|
this.floor = floor?floor:0
|
|
|
this.geoType = VectorType.Title
|
|
|
this.setId(vectorId)
|