[공공데이터]
■ 관련 데이터
Below is the KML code to display the cities you mentioned on Google Earth. Cities from the first group (Hongseong-gun, Buyeo-gun, Seocheon-gun, Boryeong-si) will be marked with red markers, and cities from the second group (Gyeryong-si, Daejeon-si, Seosan-si, Gangneung-si, Gongju-si, Gyeongju-si) will be marked with yellow markers.
코드
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<!-- Define styles for red and blue markers -->
<Style id="redMarker">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/red-circle.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="blueMarker">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/ylw-blank.png</href>
</Icon>
</IconStyle>
</Style>
<!-- Placemarks for cities with red markers -->
<Placemark>
<name>Hongseong-gun</name>
<styleUrl>#redMarker</styleUrl>
<Point>
<coordinates>126.654346,36.597721</coordinates> <!-- Longitude, Latitude -->
</Point>
</Placemark>
<Placemark>
<name>Buyeo-gun</name>
<styleUrl>#redMarker</styleUrl>
<Point>
<coordinates>126.912345,36.278827</coordinates> <!-- Longitude, Latitude -->
</Point>
</Placemark>
<Placemark>
<name>Seocheon-gun</name>
<styleUrl>#redMarker</styleUrl>
<Point>
<coordinates>126.700855,36.059908</coordinates> <!-- Longitude, Latitude -->
</Point>
</Placemark>
<Placemark>
<name>Boryeong-si</name>
<styleUrl>#redMarker</styleUrl>
<Point>
<coordinates>126.830890,36.333925</coordinates> <!-- Longitude, Latitude -->
</Point>
</Placemark>
<!-- Placemarks for cities with blue markers -->
<Placemark>
<name>Gyeryong-si</name>
<styleUrl>#blueMarker</styleUrl>
<Point>
<coordinates>127.323408,36.279457</coordinates> <!-- Longitude, Latitude -->
</Point>
</Placemark>
<Placemark>
<name>Daejeon-si</name>
<styleUrl>#blueMarker</styleUrl>
<Point>
<coordinates>127.386329,36.350412</coordinates> <!-- Longitude, Latitude -->
</Point>
</Placemark>
<Placemark>
<name>Seosan-si</name>
<styleUrl>#blueMarker</styleUrl>
<Point>
<coordinates>126.456047,36.780920</coordinates> <!-- Longitude, Latitude -->
</Point>
</Placemark>
<Placemark>
<name>Gangneung-si</name>
<styleUrl>#blueMarker</styleUrl>
<Point>
<coordinates>128.875172,37.751853</coordinates> <!-- Longitude, Latitude -->
</Point>
</Placemark>
<Placemark>
<name>Gongju-si</name>
<styleUrl>#blueMarker</styleUrl>
<Point>
<coordinates>127.119801,36.455040</coordinates> <!-- Longitude, Latitude -->
</Point>
</Placemark>
<Placemark>
<name>Gyeongju-si</name>
<styleUrl>#blueMarker</styleUrl>
<Point>
<coordinates>129.211453,35.856171</coordinates> <!-- Longitude, Latitude -->
</Point>
</Placemark>
</Document>
</kml>
■ 관련 자료
■ 기준 날짜
2024.4.17
'우리나라' 카테고리의 다른 글
◆ 뉴라이트 지식인 100인 선언 명단 (가나다 순) (0) | 2024.08.30 |
---|---|
토스 친구 적립 포인트 변경 (5/3) (0) | 2024.04.19 |
[컬투쇼] 레전드 사연 모음 9탄 (1) | 2024.02.12 |
[공공데이터] 전북특별자치도 진안군 제조업 공장 등록 현황 (1) | 2024.01.28 |
토스 우주 링크 (6/25) (0) | 2023.06.25 |