Browse Source

line, point 스타일 변경, 경로 수정

master
hhjk00 1 year ago
parent
commit
ec1f3de597
  1. 10
      src/components/map/geojson/uamAirArea.json
  2. 4
      src/components/map/naver/feature/FeatureAirZone.js

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

@ -6,7 +6,6 @@
"geometry": {
"type": "LineString",
"coordinates": [
[126.6243464, 37.5642352, 0],
[126.627865, 37.57291277777778, 0],
[126.63130833333331, 37.574488333333335, 0],
[126.64792694444445, 37.57170861111112, 0],
@ -24,8 +23,7 @@
[126.66086972222223, 37.57148361111111, 0],
[126.64985499999999, 37.57053277777778, 0],
[126.63398138888893, 37.55547861111111, 0],
[126.62887638888888, 37.55600555555555, 0],
[126.6243464, 37.5642352, 0]
[126.62887638888888, 37.55600555555555, 0]
]
},
"properties": {
@ -375,8 +373,8 @@
"coordinates": [
[126.92951111111113, 37.535757499999995, 0],
[126.93060138888889, 37.53156861111111, 0],
[126.91214388888889, 37.52405611111111, 0],
[126.91713111111112, 37.52255194444444, 0]
[126.91713111111112, 37.52255194444444, 0],
[126.91214388888889, 37.52405611111111, 0]
]
},
"properties": {
@ -428,7 +426,7 @@
"coordinates": [126.91713111111112, 37.52255194444444, 0]
},
"properties": {
"name": "HG010",
"name": "HG011",
"description": "",
"route": "HG"
}

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

@ -93,7 +93,7 @@ export const FeatureAirZone = props => {
var color;
var wayPointIcon = {
content:
'<div style="width: 15px; height: 15px; background-color: white; border: 1px solid; border-radius: 50%;"></div>',
'<div style="width: 15px; height: 15px; background-color: white; border: 1px solid black; border-radius: 50%;"></div>',
anchor: new naver.maps.Point(10, 5)
};
@ -123,7 +123,7 @@ export const FeatureAirZone = props => {
} else if (name === '김포공항') {
color = '#020715';
} else if (route) {
color = '#FC5DFF';
color = '#FF1493';
}
return {

Loading…
Cancel
Save