Browse Source

김포공항 관제권 색상 옅게

master
kyw546 2 months ago
parent
commit
5bfbdd2115
  1. 4
      src/components/map/geojson/gimpoAirportAirArea.json
  2. 4
      src/components/map/mapbox/MapBoxMap.js

4
src/components/map/geojson/gimpoAirportAirArea.json

@ -1101,7 +1101,7 @@
"styleUrl": "#line1",
"styleHash": "-1df1e618",
"description": "Unclassified Line Feature<BR><BR><B>ELEVATION</B> = 57.86<BR><BR><B>ELEVATION</B> = 57.86<BR><B>KML_STYLE</B> = line1<BR><B>ELEVATION</B> = 57.86",
"stroke": "#0000ff",
"stroke": "#a4edf5",
"stroke-opacity": 1,
"stroke-width": 2
},
@ -2206,7 +2206,7 @@
"styleUrl": "#line2",
"styleHash": "-248ae217",
"description": "Unclassified Line Feature<BR><BR><B>ELEVATION</B> = 112.86<BR><BR><B>ELEVATION</B> = 112.86<BR><B>KML_STYLE</B> = line2<BR><B>ELEVATION</B> = 112.86",
"stroke": "#00ffff",
"stroke": "#FF3648",
"stroke-opacity": 1,
"stroke-width": 2
},

4
src/components/map/mapbox/MapBoxMap.js

@ -246,7 +246,7 @@ export default function MapBoxMap() {
} else if (item.properties.type === '0003' && mapState.area0003) {
arrGeoJson.push({
...item,
properties: { ...item.properties, color: '#FFA800' }
properties: { ...item.properties, color: '#f5dcab' }
});
} else if (item.properties.type === '0004' && mapState.area0004) {
arrGeoJson.push({
@ -261,7 +261,7 @@ export default function MapBoxMap() {
} else if (item.properties.type === '0006' && mapState.area0006) {
arrGeoJson.push({
...item,
properties: { ...item.properties, color: '#009cad' }
properties: { ...item.properties, color: '#a4edf5' }
});
}
});

Loading…
Cancel
Save