Browse Source

송전선로 표기 완료

master
hhjk00 11 months ago
parent
commit
b9d1f9eba8
  1. 734
      src/components/map/geojson/uamAirArea.json
  2. 4
      src/components/map/naver/feature/FeatureAirZone.js

734
src/components/map/geojson/uamAirArea.json

File diff suppressed because it is too large Load Diff

4
src/components/map/naver/feature/FeatureAirZone.js

@ -166,7 +166,7 @@ export const FeatureAirZone = props => {
anchor: new naver.maps.Point(7, 6)
};
var towerIcon = {
content: `<img src=${towerImg} style="width: 26px; height: 26px" />`,
content: `<img src=${towerImg} style="width: 23px; height: 23px" />`,
anchor: new naver.maps.Point(15, 15)
};
@ -206,7 +206,7 @@ export const FeatureAirZone = props => {
fillColor: name === '김포공항' ? '#ffffff' : color,
opercity: name === '김포공항' ? 0 : 1,
strokeColor: color,
strokeWeight: name === '김포공항' ? 1 : route ? 3 : tower ? 2 : 0.7,
strokeWeight: name === '김포공항' ? 1 : route ? 3 : tower ? 1 : 0.7,
icon: route ? wayPointIcon : tower ? towerIcon : null,
strokeStyle: route ? 'shortdash' : ''
};

Loading…
Cancel
Save