Skip to content

Commit

Permalink
Update geojson.
Browse files Browse the repository at this point in the history
  • Loading branch information
repeat committed Nov 24, 2015
1 parent e37e16d commit 1b30d4a
Showing 1 changed file with 57 additions and 3 deletions.
60 changes: 57 additions & 3 deletions hsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,24 @@
"經度": 121.040415
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
120.8268729,
24.6085046
]
},
"properties": {
"編號": "06",
"站名": "苗栗站",
"郵遞區號": 35648,
"地址": "苗栗縣後龍鎮高鐵三路268號",
"緯度": 24.6085046,
"經度": 120.8268729
}
},
{
"type": "Feature",
"geometry": {
Expand All @@ -91,6 +109,42 @@
"經度": 120.616152
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
120.57484110951,
23.874107202858
]
},
"properties": {
"編號": "08",
"站名": "彰化站",
"郵遞區號": 520,
"地址": "彰化縣田中鎮站區路二段99號",
"緯度": 23.874107202858,
"經度": 120.57484110951
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
120.4173025,
23.7335579
]
},
"properties": {
"編號": "09",
"站名": "雲林站",
"郵遞區號": 63247,
"地址": "雲林縣虎尾鎮站前東路301號",
"緯度": 23.7335579,
"經度": 120.4173025
}
},
{
"type": "Feature",
"geometry": {
Expand All @@ -101,7 +155,7 @@
]
},
"properties": {
"編號": "09",
"編號": "10",
"站名": "嘉義站",
"郵遞區號": 61241,
"地址": "嘉義縣太保市高鐵西路168號",
Expand All @@ -119,7 +173,7 @@
]
},
"properties": {
"編號": "10",
"編號": "11",
"站名": "台南站",
"郵遞區號": 71151,
"地址": "台南市歸仁區歸仁大道100號",
Expand All @@ -137,7 +191,7 @@
]
},
"properties": {
"編號": "11",
"編號": "12",
"站名": "左營站",
"郵遞區號": 81361,
"地址": "高雄市左營區高鐵路105號",
Expand Down

0 comments on commit 1b30d4a

Please sign in to comment.