Просмотр исходного кода

update Graticule Layer

tags/3.0.0
Caven Chen 2 лет назад
Родитель
Сommit
71caeb61db
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      modules/layer/type/GraticuleLayer.js

+ 2
- 2
modules/layer/type/GraticuleLayer.js Просмотреть файл

@@ -11,7 +11,7 @@ const DEF_OPTS = {
radialColor: Cesium.Color.WHITE,
radialWidth: 2,
showRadial: true,
LableColor: Cesium.Color.YELLOW,
LabelColor: Cesium.Color.YELLOW,
weftColor: Cesium.Color.WHITE,
weftWidth: 2
}
@@ -52,7 +52,7 @@ class GraticuleLayer extends Layer {
label: {
text: i * 10 + '°',
font: '12px',
fillColor: this._options.LableColor
fillColor: this._options.LabelColor
}
})
}

Загрузка…
Отмена
Сохранить