|
@@ -1288,7 +1288,8 @@ export default {
|
|
|
.then(function (result) {
|
|
.then(function (result) {
|
|
|
result=result.features;
|
|
result=result.features;
|
|
|
let itemType = "kdwl_nf";
|
|
let itemType = "kdwl_nf";
|
|
|
- let pointColor = SkyScenery.Color.RED;
|
|
|
|
|
|
|
+ // let pointColor = SkyScenery.Color.RED;
|
|
|
|
|
+ let pointColor = new SkyScenery.Color.fromCssColorString("rgba(255, 100, 0, 0.9)");
|
|
|
that.pointNfItemArr = that.getPointInfo(result,itemType,pointColor,100)
|
|
that.pointNfItemArr = that.getPointInfo(result,itemType,pointColor,100)
|
|
|
})
|
|
})
|
|
|
.finally(() => {
|
|
.finally(() => {
|
|
@@ -1311,7 +1312,8 @@ export default {
|
|
|
.then(function (result) {
|
|
.then(function (result) {
|
|
|
result=result.features;
|
|
result=result.features;
|
|
|
let itemType = "kdwl_hzp"
|
|
let itemType = "kdwl_hzp"
|
|
|
- let pointColor = SkyScenery.Color.BLUE;
|
|
|
|
|
|
|
+ // let pointColor = SkyScenery.Color.BLUE;
|
|
|
|
|
+ let pointColor = new SkyScenery.Color.fromCssColorString("rgba(100, 200, 255, 0.9)");
|
|
|
that.pointHzpItemArr = that.getPointInfo(result,itemType,pointColor,50)
|
|
that.pointHzpItemArr = that.getPointInfo(result,itemType,pointColor,50)
|
|
|
})
|
|
})
|
|
|
.finally(() => {
|
|
.finally(() => {
|
|
@@ -1334,7 +1336,8 @@ export default {
|
|
|
.then(function (result) {
|
|
.then(function (result) {
|
|
|
result=result.features;
|
|
result=result.features;
|
|
|
let itemType = "kdwl_nf";
|
|
let itemType = "kdwl_nf";
|
|
|
- let pointColor = SkyScenery.Color.GREEN;
|
|
|
|
|
|
|
+ // let pointColor = SkyScenery.Color.GREEN;
|
|
|
|
|
+ let pointColor = new SkyScenery.Color.fromCssColorString("rgba(6, 201, 0, 0.9)");
|
|
|
that.pointPetItemArr = that.getPointInfo(result,itemType,pointColor,150)
|
|
that.pointPetItemArr = that.getPointInfo(result,itemType,pointColor,150)
|
|
|
})
|
|
})
|
|
|
.finally(() => {
|
|
.finally(() => {
|