├── .gitignore ├── docker-compose.yaml ├── README.md ├── CHANGELOG.md ├── src ├── northern-taiwan.php └── northern-taiwan.csv └── output └── northern-taiwan.geojson /.gitignore: -------------------------------------------------------------------------------- 1 | .~lock.* 2 | -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- 1 | services: 2 | php: 3 | image: php:8.4-cli 4 | volumes: 5 | - ./src:/app/src 6 | - ./output:/app/output 7 | working_dir: /app 8 | tty: true 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # northern-taiwan-metro-stations 2 | 北台灣捷運站地址及經緯度相關資料 3 | 4 | ## 檔案格式 5 | - csv 6 | - GeoJSON 7 | 8 | ## 參考資料 9 | - [台北捷運路網圖](https://www.metro.taipei/ct.asp?xItem=78479152&CtNode=70089&mp=122035) 10 | - [桃園機場捷運路網圖](https://www.tymetro.com.tw/tymetro-new/tw/_pages/travel-guide/road.html) 11 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | ## v2.0 4 | 5 | ### 新增 6 | - 環狀線資料 7 | - 桃園捷運機場線資料 8 | 9 | ### 修改 10 | - 使用 [styling features](https://help.github.com/en/github/managing-files-in-a-repository/mapping-geojson-files-on-github#styling-features) 視覺化 GeoJSON 11 | - repository 裡所有 `taipei` 的檔名 12 | - repository 本身的命名 13 | 14 | ## v1.0 15 | 16 | ### 新增 17 | - 此一 CHANGELOG.md 檔 18 | - CSV 檔: 19 | - 根據[地圖](http://www.metro.taipei/public/Attachment/641115315528.jpg)新增 `station_code` 欄位 20 | - 英譯站名 `station_name_en` 21 | 22 | ### 修改 23 | - CSV 檔: 24 | - 多個欄位更名: `line_no` -> `line_code`, `id` -> `construction_id`, `name` -> `station_name_tw` 25 | - 以數字遞增排序 `station_code` (01 -> 02 -> 03 -> ...) 26 | - 新北投 (R22A) 併入淡水信義線 (R) 並排列在北投 (R22) 之後;小碧潭 (G03A) 併入松山新店線 (G) 並排列在七張 (G03) 之後。 27 | - PHP 檔: 28 | - 對應到新的 CSV 欄位。 29 | -------------------------------------------------------------------------------- /src/northern-taiwan.php: -------------------------------------------------------------------------------- 1 | '#c48c31', 7 | 'R' => '#e3002c', 8 | 'G' => '#008659', 9 | 'O' => '#f8b61c', 10 | 'BL' => '#0070bd', 11 | 'Y' => '#fddb00', 12 | 'A' => '#8246af', 13 | ]; 14 | 15 | $geometry = [ 16 | 'type' => 'Point' 17 | ]; 18 | 19 | $lines = file(__DIR__ . "/{$area_name}.csv"); 20 | foreach ($lines as $line) { 21 | $stations[] = str_getcsv($line, escape: ''); 22 | } 23 | 24 | // remove column name 25 | unset($stations[0]); 26 | 27 | foreach ($stations as $station) { 28 | list( 29 | $station_code, 30 | /* $construction_id */, 31 | $station_name_tw, 32 | $station_name_en, 33 | $line_code, 34 | $line_name, 35 | $address, 36 | $lat, 37 | $lon 38 | ) = $station; 39 | 40 | $geometry['coordinates'] = [(float) $lon, (float) $lat]; 41 | $properties = [ 42 | '車站編號' => $station_code, 43 | '中文站名' => $station_name_tw, 44 | '英譯站名' => $station_name_en, 45 | '路線編號' => $line_code, 46 | '路線名' => $line_name, 47 | '地址' => $address, 48 | '緯度' => (float) $lat, 49 | '經度' => (float) $lon, 50 | // https://help.github.com/en/github/managing-files-in-a-repository/mapping-geojson-files-on-github#styling-features 51 | 'marker-size' => 'medium', 52 | 'marker-symbol' => 'rail-metro', 53 | 'marker-color' => $colors[$line_code], 54 | ]; 55 | 56 | $feature = [ 57 | 'type' => 'Feature', 58 | 'geometry' => $geometry, 59 | 'properties' => $properties 60 | ]; 61 | 62 | $features[] = $feature; 63 | } 64 | 65 | $geojson = [ 66 | 'type' => 'FeatureCollection', 67 | 'features' => $features 68 | ]; 69 | 70 | $handle = fopen(__DIR__ . "/../output/$area_name.geojson", 'w+'); 71 | fwrite($handle, json_encode($geojson, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT)); 72 | fclose($handle); 73 | -------------------------------------------------------------------------------- /src/northern-taiwan.csv: -------------------------------------------------------------------------------- 1 | station_code,construction_id,station_name_tw,station_name_en,line_code,line_name,address,lat,lon 2 | BR01,BR13,動物園,Taipei Zoo,BR,文湖線,台北市文山區新光路二段32號,24.998197,121.579338 3 | BR02,BR12,木柵,Muzha,BR,文湖線,台北市文山區木柵路四段135號,24.998241,121.573145 4 | BR03,BR11,萬芳社區,Wanfang Community,BR,文湖線,台北市文山區萬芳路60號,24.998585,121.568102 5 | BR04,BR10,萬芳醫院,Wanfang Hospital,BR,文湖線,台北市文山區興隆路三段113號,24.999386,121.558152 6 | BR05,BR9,辛亥,Xinhai,BR,文湖線,台北市文山區辛亥路四段128號,25.005475,121.557107 7 | BR06,BR8,麟光,Linguang,BR,文湖線,台北市大安區和平東路三段410號,25.018535,121.558791 8 | BR07,BR7,六張犁,Liuzhangli,BR,文湖線,台北市大安區和平東路三段168號,25.023777,121.553115 9 | BR08,BR6,科技大樓,Technology Building,BR,文湖線,台北市大安區復興南路二段235號,25.026125,121.543437 10 | BR09,BR5,大安,Daan,BR,文湖線,台北市大安區信義路四段2號,25.032943,121.543551 11 | BR10,BR4,忠孝復興,Zhongxiao Fuxing,BR,文湖線,台北市大安區忠孝東路四段47號,25.041629,121.543767 12 | BR11,BR3,南京復興,Nanjing Fuxing,BR,文湖線,台北市松山區南京東路三段253號,25.052319,121.544011 13 | BR12,BR2,中山國中,Zhongshan Junior High School,BR,文湖線,台北市中山區復興北路376號,25.060849,121.544227 14 | BR13,BR1,松山機場,Songshan Airport,BR,文湖線,台北市松山區敦化北路338號,25.063,121.551996 15 | BR14,B1,大直,Dazhi,BR,文湖線,台北市中山區北安路534之1號,25.079477,121.546895 16 | BR15,B2,劍南路,Jiannan Rd.,BR,文湖線,台北市中山區北安路798號,25.084853,121.555592 17 | BR16,B3,西湖,Xihu,BR,文湖線,台北市內湖區內湖路一段256號,25.082133,121.567213 18 | BR17,B4,港墘,Gangqian,BR,文湖線,台北市內湖區內湖路一段663號,25.080028,121.575081 19 | BR18,B5,文德,Wende,BR,文湖線,台北市內湖區文德路214號,25.078532,121.584761 20 | BR19,B6,內湖,Neihu,BR,文湖線,台北市內湖區成功路四段186號,25.083661,121.594408 21 | BR20,B7,大湖公園,Dahu Park,BR,文湖線,台北市內湖區成功路五段11號,25.083845,121.602141 22 | BR21,B8,葫洲,Huzhou,BR,文湖線,台北市內湖區康寧路三段16號,25.072701,121.607158 23 | BR22,B9,東湖,Donghu,BR,文湖線,台北市內湖區康寧路三段235號,25.067147,121.611445 24 | BR23,B10,南港軟體園區,Nangang Software Park,BR,文湖線,台北市南港區經貿二路183號,25.059905,121.615953 25 | BR24,B11,南港展覽館,Taipei Nangang Exhibition Center,BR,文湖線,台北市南港區南港路一段32號,25.055288,121.6175001 26 | R02,R5,象山,Xiangshan,R,淡水信義線,台北市信義區信義路五段152號B1,25.03283,121.569576 27 | R03,R6,台北101/世貿,Taipei 101/World Trade Center,R,淡水信義線,台北市信義區信義路五段20號B1,25.033102,121.563292 28 | R04,R7,信義安和,Xinyi Anhe,R,淡水信義線,台北市大安區信義路四段212之1號B1,25.033326,121.553526 29 | R05,R8,大安,Daan,R,淡水信義線,台北市大安區信義路四段2號,25.032943,121.543551 30 | R06,R9,大安森林公園,Daan Park,R,淡水信義線,台北市大安區信義路三段100號B1,25.033396,121.534882 31 | R07,R10,東門,Dongmen,R,淡水信義線,台北市大安區信義路二段166號B1,25.033847,121.528739 32 | R08,R11,中正紀念堂,Chiang Kai-Shek Memorial Hall,R,淡水信義線,台北市中正區羅斯福路一段8之1號B1,25.032729,121.51827 33 | R09,R12,台大醫院,NTU Hospital,R,淡水信義線,台北市中正區公園路52號B1,25.041256,121.51604 34 | R10,R13,台北車站,Taipei Main Station,R,淡水信義線,台北市中正區忠孝西路一段49號,25.046255,121.517532 35 | R11,R14,中山,Zhongshan,R,淡水信義線,台北市中山區南京西路16號,25.052685,121.520392 36 | R12,R15,雙連,Shuanglian,R,淡水信義線,台北市大同區民生西路47號,25.057805,121.520627 37 | R13,R16,民權西路,Minquan W. Rd.,R,淡水信義線,台北市大同區民權西路72號,25.062905,121.51932 38 | R14,R17,圓山,Yuanshan,R,淡水信義線,台北市大同區酒泉街9之1號,25.071353,121.520118 39 | R15,R18A,劍潭,Jiantan,R,淡水信義線,台北市士林區中山北路五段65號,25.084873,121.525078 40 | R16,R20,士林,Shilin,R,淡水信義線,台北市士林區福德路1號,25.093535,121.52623 41 | R17,R21,芝山,Zhishan,R,淡水信義線,台北市士林區福國路70號,25.10306,121.522514 42 | R18,R22,明德,Mingde,R,淡水信義線,台北市北投區明德路95號,25.109721,121.518848 43 | R19,R23,石牌,Shipai,R,淡水信義線,台北市北投區石牌路一段200號,25.114523,121.515559 44 | R20,R24,唭哩岸,Qilian,R,淡水信義線,台北市北投區東華街二段301號,25.120872,121.506252 45 | R21,R25,奇岩,Qiyan,R,淡水信義線,台北市北投區三合街二段489號,25.125491,121.501132 46 | R22,R26,北投,Beitou,R,淡水信義線,台北市北投區光明路1號,25.131841,121.498633 47 | R22A,R27,新北投,Xinbeitou,R,淡水信義線,台北市北投區大業路700號,25.136933,121.50253 48 | R23,R28,復興崗,Fuxinggang,R,淡水信義線,台北市北投區中央北路三段53巷10號,25.137474,121.485444 49 | R24,R29,忠義,Zhongyi,R,淡水信義線,台北市北投區中央北路四段301號,25.130969,121.47341 50 | R25,R30,關渡,Guandu,R,淡水信義線,台北市北投區大度路三段296巷51號,25.125633,121.467102 51 | R26,R31,竹圍,Zhuwei,R,淡水信義線,新北市淡水區民權路50號,25.13694,121.459479 52 | R27,R32,紅樹林,Hongshulin,R,淡水信義線,新北市淡水區中正東路二段68號,25.154042,121.458872 53 | R28,R33,淡水,Tamsui,R,淡水信義線,新北市淡水區中正路1號,25.167818,121.445561 54 | G01,G1,新店,Xindian,G,松山新店線,新北市新店區北宜路一段2號,24.957855,121.537584 55 | G02,G2,新店區公所,Xindian District Office,G,松山新店線,新北市新店區北新路一段295號,24.967393,121.54131 56 | G03,G3,七張,Qizhang,G,松山新店線,新北市新店區北新路二段150號,24.975169,121.542942 57 | G03A,G1A,小碧潭,Xiaobitan,G,松山新店線,新北市新店區中央路151號4樓,24.971907,121.530339 58 | G04,G4,大坪林,Dapinglin,G,松山新店線,新北市新店區北新路三段190號,24.982899,121.541352 59 | G05,G5,景美,Jingmei,G,松山新店線,台北市文山區羅斯福路六段393號,24.9921276,121.5406037 60 | G06,G6,萬隆,Wanlong,G,松山新店線,台北市文山區羅斯福路五段214號,25.001853,121.539051 61 | G07,G7,公館,Gongguan,G,松山新店線,台北市中正區羅斯福路四段74號B1,25.014908,121.534216 62 | G08,G9,台電大樓,Taipower Building,G,松山新店線,台北市中正區羅斯福路三段126之5號B1,25.020725,121.528168 63 | G09,G10,古亭,Guting,G,松山新店線,台北市中正區羅斯福路二段164之1號B1,25.026357,121.522873 64 | G10,G11,中正紀念堂,Chiang Kai-Shek Memorial Hall,G,松山新店線,台北市中正區羅斯福路一段8之1號B1,25.032729,121.51827 65 | G11,G12,小南門,Xiaonanmen,G,松山新店線,台北市中正區愛國西路22號B1,25.035547,121.510857 66 | G12,G13,西門,Ximen,G,松山新店線,台北市中正區寶慶路32之1號B1,25.04209,121.508303 67 | G13,G14,北門,Beimen,G,松山新店線,台北市大同區塔城街10號,25.049554,121.510184 68 | G14,G16,中山,Zhongshan,G,松山新店線,台北市中山區南京西路16號,25.052685,121.520392 69 | G15,G17,松江南京,Songjiang Nanjing,G,松山新店線,台北市中山區松江路126號B1,25.052015,121.533075 70 | G16,G18,南京復興,Nanjing Fuxing,G,松山新店線,台北市松山區南京東路三段253號,25.052319,121.544011 71 | G17,G19,台北小巨蛋,Taipei Arena,G,松山新店線,台北市松山區南京東路四段10-1號,25.051836,121.55153 72 | G18,G21,南京三民,Nanjing Sanmin,G,松山新店線,台北市松山區南京東路五段237號,25.051652,121.564708 73 | G19,G22,松山,Songshan,G,松山新店線,台北市松山區八德路四段742號,25.050118,121.577706 74 | O01,O19,南勢角,Nanshijiao,O,中和新蘆線,新北市中和區捷運路6號,24.990045,121.509237 75 | O02,O18,景安,Jingan,O,中和新蘆線,新北市中和區景平路486號,24.993905,121.505113 76 | O03,O17,永安市場,Yongan Market,O,中和新蘆線,新北市中和區中和路388號,25.002876,121.511231 77 | O04,O16,頂溪,Dingxi,O,中和新蘆線,新北市永和區永和路二段168號B1,25.013821,121.515485 78 | O05,O15,古亭,Guting,O,中和新蘆線,台北市中正區羅斯福路二段164之1號B1,25.026357,121.522873 79 | O06,O14,東門,Dongmen,O,中和新蘆線,台北市大安區信義路二段166號B1,25.033847,121.528739 80 | O07,O13,忠孝新生,Zhongxiao Xinsheng,O,中和新蘆線,台北市大安區新生南路一段67號,25.042356,121.532905 81 | O08,O12,松江南京,Songjiang Nanjing,O,中和新蘆線,台北市中山區松江路126號B1,25.052015,121.533075 82 | O09,O11,行天宮,Xingtian Temple,O,中和新蘆線,台北市中山區松江路316號B1,25.059718,121.533185 83 | O10,O10,中山國小,Zhongshan Elementary School,O,中和新蘆線,台北市中山區民權東路一段71號B1,25.062694,121.526419 84 | O11,O9,民權西路,Minquan W. Rd.,O,中和新蘆線,台北市大同區民權西路72號,25.062905,121.51932 85 | O12,O8,大橋頭,Daqiaotou,O,中和新蘆線,台北市大同區民權西路223號B1,25.063256,121.51272 86 | O13,O7,台北橋,Taipei Bridge,O,中和新蘆線,新北市三重區重新路一段108號B1,25.063274,121.500762 87 | O14,O6,菜寮,Cailiao,O,中和新蘆線,新北市三重區重新路三段150號B1,25.060274,121.492156 88 | O15,O5,三重,Sanchong,O,中和新蘆線,新北市三重區捷運路36號B1,25.055791,121.484725 89 | O16,O4,先嗇宮,Xianse Temple,O,中和新蘆線,新北市三重區重新路五段515號B1,25.046493,121.471916 90 | O17,O3,頭前庄,Touqianzhuang,O,中和新蘆線,新北市新莊區思源路18號B1,25.039705,121.461746 91 | O18,O2,新莊,Xinzhuang,O,中和新蘆線,新北市新莊區中正路138號B1,25.036125,121.452468 92 | O19,O1,輔大,Fu Jen University,O,中和新蘆線,新北市新莊區中正路510之1號B1,25.032718,121.43547 93 | O20,O60,丹鳳,Danfeng,O,中和新蘆線,新北市新莊區中正路624之1號B1,25.0288671,121.4227079 94 | O21,O59,迴龍,Huilong,O,中和新蘆線,新北市新莊區中正路758號B1,25.021862,121.41127 95 | O50,O47,三重國小,Sanchong Elementary School,O,中和新蘆線,新北市三重區三和路三段5號B1,25.070319,121.496904 96 | O51,O46,三和國中,Sanhe Junior High School,O,中和新蘆線,新北市三重區三和路四段107號B1,25.076859,121.486347 97 | O52,O45,徐匯中學,St. Ignatius High School,O,中和新蘆線,新北市蘆洲區中山一路3號B1,25.080728,121.479673 98 | O53,O44,三民高中,Sanmin Senior High School,O,中和新蘆線,新北市蘆洲區三民路105號B1,25.085456,121.473389 99 | O54,O43,蘆洲,Luzhou,O,中和新蘆線,新北市蘆洲區三民路386號B1,25.091554,121.464471 100 | BL01,BL36,頂埔,Dingpu,BL,板南線,新北市土城區中央路四段51-6號B3,24.96012,121.4205 101 | BL02,BL37,永寧,Yongning,BL,板南線,新北市土城區中央路三段105號B1,24.966726,121.436072 102 | BL03,BL38,土城,Tucheng,BL,板南線,新北市土城區金城路一段105號B1,24.973094,121.444362 103 | BL04,BL39,海山,Haishan,BL,板南線,新北市土城區海山路39號B2,24.985339,121.448786 104 | BL05,BL40,亞東醫院,Far Eastern Hospital,BL,板南線,新北市板橋區南雅南路二段17號B1,24.998037,121.452514 105 | BL06,BL1,府中,Fuzhong,BL,板南線,新北市板橋區縣民大道一段193號B1,25.008619,121.459409 106 | BL07,BL2,板橋,Banqiao,BL,板南線,新北市板橋區站前路5號B1,25.013618,121.462302 107 | BL08,BL3,新埔,Xinpu,BL,板南線,新北市板橋區民生路三段2號B1,25.023738,121.468361 108 | BL09,BL4,江子翠,Jianzicui,BL,板南線,新北市板橋區文化路二段296號B1,25.03001,121.47239 109 | BL10,BL5,龍山寺,Longshan Temple,BL,板南線,台北市萬華區西園路一段153號,25.03528,121.499826 110 | BL11,BL6,西門,Ximen,BL,板南線,台北市中正區寶慶路32之1號B1,25.04209,121.508303 111 | BL12,BL7,台北車站,Taipei Main Station,BL,板南線,台北市中正區忠孝西路一段49號,25.046255,121.517532 112 | BL13,BL8,善導寺,Shandao Temple,BL,板南線,台北市中正區忠孝東路一段58號B1,25.044823,121.523208 113 | BL14,BL9,忠孝新生,Zhongxiao Xinsheng,BL,板南線,台北市大安區新生南路一段67號,25.042356,121.532905 114 | BL15,BL10,忠孝復興,Zhongxiao Fuxing,BL,板南線,台北市大安區忠孝東路四段47號,25.041629,121.543767 115 | BL16,BL11,忠孝敦化,Zhongxiao Dunhua,BL,板南線,台北市大安區忠孝東路四段182號,25.041478,121.551098 116 | BL17,BL12,國父紀念館,Sun Yat-Sen Memorial Hall,BL,板南線,台北市信義區忠孝東路四段400號,25.041349,121.557802 117 | BL18,BL13,市政府,Taipei City Hall,BL,板南線,台北市信義區忠孝東路五段2號,25.041171,121.565228 118 | BL19,BL14,永春,Yongchun,BL,板南線,台北市信義區忠孝東路五段455號,25.040859,121.576293 119 | BL20,BL15,後山埤,Houshanpi,BL,板南線,台北市南港區忠孝東路六段2號,25.045055,121.582522 120 | BL21,BL16,昆陽,Kunyang,BL,板南線,台北市南港區忠孝東路六段451號,25.050461,121.593268 121 | BL22,BL17,南港,Nangang,BL,板南線,台北市南港區忠孝東路七段380號,25.052116,121.606686 122 | BL23,BL18,南港展覽館,Taipei Nangang Exhibition Center,BL,板南線,台北市南港區研究院路一段1號,25.055288,121.6175001 123 | Y07,Y6,大坪林,Dapinglin,Y,環狀線,新北市新店區北新路三段190號,24.982899,121.541352 124 | Y08,Y7,十四張,Shisizhang,Y,環狀線,新北市新店區民權路282號,24.9829302,121.5340099 125 | Y09,Y8,秀朗橋,Xiulang Bridge,Y,環狀線,新北市中和區景平路2號,24.9905493,121.5250505 126 | Y10,Y9,景平,Jingping,Y,環狀線,新北市中和區景平路121號,24.9919681,121.5165532 127 | Y11,Y10,景安,Jingan,Y,環狀線,新北市中和區景平路486號,24.993905,121.505113 128 | Y12,Y11,中和,Zhonghe,Y,環狀線,新北市中和區中山路二段271號,25.0019806,121.4960519 129 | Y13,Y12,橋和,Qiaohe,Y,環狀線,新北市中和區板南路430號,25.0044131,121.4904608 130 | Y14,Y13,中原,Zhongyuan,Y,環狀線,新北市中和區板南路510號,25.0084104,121.4841593 131 | Y15,Y14,板新,Banxin,Y,環狀線,新北市板橋區板新路109號,25.0144914,121.4722124 132 | Y16,Y15,板橋,Banqiao,Y,環狀線,新北市板橋區新站路66號,25.015156,121.464825 133 | Y17,Y16,新埔民生,Xinpu Minsheng,Y,環狀線,新北市板橋區民生路三段70號,25.026125,121.466839 134 | Y18,Y17,頭前庄,Touqianzhuang,Y,環狀線,新北市新莊區思源路20號,25.039735,121.461655 135 | Y19,Y18,幸福,Xingfu,Y,環狀線,新北市新莊區思源路292號,25.050282,121.460216 136 | Y20,Y19,新北產業園區,New Taipei Industrial Park,Y,環狀線,新北市新莊區五工路35號,25.0615483,121.4599257 137 | A1,A1,台北車站,Taipei Main Station,A,機場線,台北市中正區鄭州路8號,25.0491868,121.515245 138 | A2,A2,三重,Sanchong,A,機場線,新北市三重區捷運路36號,25.0552963,121.4813901 139 | A3,A3,新北產業園區,New Taipei Industrial Park,A,機場線,新北市新莊區五工路37號,25.061716,121.4567028 140 | A4,A4,新莊副都心,Xinzhuang Fuduxin,A,機場線,新北市新莊區新北大道四段188號,25.0591305,121.4434732 141 | A5,A5,泰山,Taishan,A,機場線,新北市泰山區新北大道四段431號,25.0532726,121.4373407 142 | A6,A6,泰山貴和,Taishan Guihe,A,機場線,新北市泰山區新北大道六段460號,25.0334752,121.4201443 143 | A7,A7,體育大學,National Taiwan Sport University,A,機場線,桃園市龜山區文化一路688號,25.041246,121.3832453 144 | A8,A8,長庚醫院,Chang Gung Memorial Hospital,A,機場線,桃園市龜山區文化一路6號,25.0604363,121.3679403 145 | A9,A9,林口,Linkou,A,機場線,新北市林口區八德路290號,25.0665023,121.3590943 146 | A10,A10,山鼻,Shanbi,A,機場線,桃園市蘆竹區南山路三段155號,25.0803514,121.2834868 147 | A11,A11,坑口,Kengkou,A,機場線,桃園市蘆竹區坑菓路460號,25.086516,121.2642601 148 | A12,A12,機場第一航廈,Airport Terminal 1,A,機場線,桃園市大園區航站南路17之1號B1,25.081385,121.2353293 149 | A13,A13,機場第二航廈,Airport Terminal 2,A,機場線,桃園市大園區航站南路9之1號B2,25.0772703,121.230063 150 | A14a,A14a,機場旅館,Airport Hotel,A,機場線,桃園市大園區航站南路1之2號,25.0692598,121.2187503 151 | A15,A15,大園,Dayuan,A,機場線,桃園市大園區橫湳一路50號,25.0560465,121.2082923 152 | A16,A16,橫山,Hengshan,A,機場線,桃園市大園區大竹南路1180號,25.0460284,121.2045017 153 | A17,A17,領航,Linghang,A,機場線,桃園市大園區領航北路四段351號,25.0189695,121.2136874 154 | A18,A18,高鐵桃園站,Taoyuan HSR Station,A,機場線,桃園市中壢區高鐵北路一段5號,25.013762,121.2119733 155 | A19,A19,桃園體育園區,Taoyuan Sports Park,A,機場線,桃園市中壢區高鐵南路二段350號,25.001996,121.2013063 156 | A20,A20,興南,Xingnan,A,機場線,桃園市中壢區中豐北路一段685號,24.9802492,121.2140726 157 | A21,A21,環北,Huanbei,A,機場線,桃園市中壢區中豐北路一段26號,24.967381,121.2197492 158 | -------------------------------------------------------------------------------- /output/northern-taiwan.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "features": [ 4 | { 5 | "type": "Feature", 6 | "geometry": { 7 | "type": "Point", 8 | "coordinates": [ 9 | 121.579338, 10 | 24.998197 11 | ] 12 | }, 13 | "properties": { 14 | "車站編號": "BR01", 15 | "中文站名": "動物園", 16 | "英譯站名": "Taipei Zoo", 17 | "路線編號": "BR", 18 | "路線名": "文湖線", 19 | "地址": "台北市文山區新光路二段32號", 20 | "緯度": 24.998197, 21 | "經度": 121.579338, 22 | "marker-size": "medium", 23 | "marker-symbol": "rail-metro", 24 | "marker-color": "#c48c31" 25 | } 26 | }, 27 | { 28 | "type": "Feature", 29 | "geometry": { 30 | "type": "Point", 31 | "coordinates": [ 32 | 121.573145, 33 | 24.998241 34 | ] 35 | }, 36 | "properties": { 37 | "車站編號": "BR02", 38 | "中文站名": "木柵", 39 | "英譯站名": "Muzha", 40 | "路線編號": "BR", 41 | "路線名": "文湖線", 42 | "地址": "台北市文山區木柵路四段135號", 43 | "緯度": 24.998241, 44 | "經度": 121.573145, 45 | "marker-size": "medium", 46 | "marker-symbol": "rail-metro", 47 | "marker-color": "#c48c31" 48 | } 49 | }, 50 | { 51 | "type": "Feature", 52 | "geometry": { 53 | "type": "Point", 54 | "coordinates": [ 55 | 121.568102, 56 | 24.998585 57 | ] 58 | }, 59 | "properties": { 60 | "車站編號": "BR03", 61 | "中文站名": "萬芳社區", 62 | "英譯站名": "Wanfang Community", 63 | "路線編號": "BR", 64 | "路線名": "文湖線", 65 | "地址": "台北市文山區萬芳路60號", 66 | "緯度": 24.998585, 67 | "經度": 121.568102, 68 | "marker-size": "medium", 69 | "marker-symbol": "rail-metro", 70 | "marker-color": "#c48c31" 71 | } 72 | }, 73 | { 74 | "type": "Feature", 75 | "geometry": { 76 | "type": "Point", 77 | "coordinates": [ 78 | 121.558152, 79 | 24.999386 80 | ] 81 | }, 82 | "properties": { 83 | "車站編號": "BR04", 84 | "中文站名": "萬芳醫院", 85 | "英譯站名": "Wanfang Hospital", 86 | "路線編號": "BR", 87 | "路線名": "文湖線", 88 | "地址": "台北市文山區興隆路三段113號", 89 | "緯度": 24.999386, 90 | "經度": 121.558152, 91 | "marker-size": "medium", 92 | "marker-symbol": "rail-metro", 93 | "marker-color": "#c48c31" 94 | } 95 | }, 96 | { 97 | "type": "Feature", 98 | "geometry": { 99 | "type": "Point", 100 | "coordinates": [ 101 | 121.557107, 102 | 25.005475 103 | ] 104 | }, 105 | "properties": { 106 | "車站編號": "BR05", 107 | "中文站名": "辛亥", 108 | "英譯站名": "Xinhai", 109 | "路線編號": "BR", 110 | "路線名": "文湖線", 111 | "地址": "台北市文山區辛亥路四段128號", 112 | "緯度": 25.005475, 113 | "經度": 121.557107, 114 | "marker-size": "medium", 115 | "marker-symbol": "rail-metro", 116 | "marker-color": "#c48c31" 117 | } 118 | }, 119 | { 120 | "type": "Feature", 121 | "geometry": { 122 | "type": "Point", 123 | "coordinates": [ 124 | 121.558791, 125 | 25.018535 126 | ] 127 | }, 128 | "properties": { 129 | "車站編號": "BR06", 130 | "中文站名": "麟光", 131 | "英譯站名": "Linguang", 132 | "路線編號": "BR", 133 | "路線名": "文湖線", 134 | "地址": "台北市大安區和平東路三段410號", 135 | "緯度": 25.018535, 136 | "經度": 121.558791, 137 | "marker-size": "medium", 138 | "marker-symbol": "rail-metro", 139 | "marker-color": "#c48c31" 140 | } 141 | }, 142 | { 143 | "type": "Feature", 144 | "geometry": { 145 | "type": "Point", 146 | "coordinates": [ 147 | 121.553115, 148 | 25.023777 149 | ] 150 | }, 151 | "properties": { 152 | "車站編號": "BR07", 153 | "中文站名": "六張犁", 154 | "英譯站名": "Liuzhangli", 155 | "路線編號": "BR", 156 | "路線名": "文湖線", 157 | "地址": "台北市大安區和平東路三段168號", 158 | "緯度": 25.023777, 159 | "經度": 121.553115, 160 | "marker-size": "medium", 161 | "marker-symbol": "rail-metro", 162 | "marker-color": "#c48c31" 163 | } 164 | }, 165 | { 166 | "type": "Feature", 167 | "geometry": { 168 | "type": "Point", 169 | "coordinates": [ 170 | 121.543437, 171 | 25.026125 172 | ] 173 | }, 174 | "properties": { 175 | "車站編號": "BR08", 176 | "中文站名": "科技大樓", 177 | "英譯站名": "Technology Building", 178 | "路線編號": "BR", 179 | "路線名": "文湖線", 180 | "地址": "台北市大安區復興南路二段235號", 181 | "緯度": 25.026125, 182 | "經度": 121.543437, 183 | "marker-size": "medium", 184 | "marker-symbol": "rail-metro", 185 | "marker-color": "#c48c31" 186 | } 187 | }, 188 | { 189 | "type": "Feature", 190 | "geometry": { 191 | "type": "Point", 192 | "coordinates": [ 193 | 121.543551, 194 | 25.032943 195 | ] 196 | }, 197 | "properties": { 198 | "車站編號": "BR09", 199 | "中文站名": "大安", 200 | "英譯站名": "Daan", 201 | "路線編號": "BR", 202 | "路線名": "文湖線", 203 | "地址": "台北市大安區信義路四段2號", 204 | "緯度": 25.032943, 205 | "經度": 121.543551, 206 | "marker-size": "medium", 207 | "marker-symbol": "rail-metro", 208 | "marker-color": "#c48c31" 209 | } 210 | }, 211 | { 212 | "type": "Feature", 213 | "geometry": { 214 | "type": "Point", 215 | "coordinates": [ 216 | 121.543767, 217 | 25.041629 218 | ] 219 | }, 220 | "properties": { 221 | "車站編號": "BR10", 222 | "中文站名": "忠孝復興", 223 | "英譯站名": "Zhongxiao Fuxing", 224 | "路線編號": "BR", 225 | "路線名": "文湖線", 226 | "地址": "台北市大安區忠孝東路四段47號", 227 | "緯度": 25.041629, 228 | "經度": 121.543767, 229 | "marker-size": "medium", 230 | "marker-symbol": "rail-metro", 231 | "marker-color": "#c48c31" 232 | } 233 | }, 234 | { 235 | "type": "Feature", 236 | "geometry": { 237 | "type": "Point", 238 | "coordinates": [ 239 | 121.544011, 240 | 25.052319 241 | ] 242 | }, 243 | "properties": { 244 | "車站編號": "BR11", 245 | "中文站名": "南京復興", 246 | "英譯站名": "Nanjing Fuxing", 247 | "路線編號": "BR", 248 | "路線名": "文湖線", 249 | "地址": "台北市松山區南京東路三段253號", 250 | "緯度": 25.052319, 251 | "經度": 121.544011, 252 | "marker-size": "medium", 253 | "marker-symbol": "rail-metro", 254 | "marker-color": "#c48c31" 255 | } 256 | }, 257 | { 258 | "type": "Feature", 259 | "geometry": { 260 | "type": "Point", 261 | "coordinates": [ 262 | 121.544227, 263 | 25.060849 264 | ] 265 | }, 266 | "properties": { 267 | "車站編號": "BR12", 268 | "中文站名": "中山國中", 269 | "英譯站名": "Zhongshan Junior High School", 270 | "路線編號": "BR", 271 | "路線名": "文湖線", 272 | "地址": "台北市中山區復興北路376號", 273 | "緯度": 25.060849, 274 | "經度": 121.544227, 275 | "marker-size": "medium", 276 | "marker-symbol": "rail-metro", 277 | "marker-color": "#c48c31" 278 | } 279 | }, 280 | { 281 | "type": "Feature", 282 | "geometry": { 283 | "type": "Point", 284 | "coordinates": [ 285 | 121.551996, 286 | 25.063 287 | ] 288 | }, 289 | "properties": { 290 | "車站編號": "BR13", 291 | "中文站名": "松山機場", 292 | "英譯站名": "Songshan Airport", 293 | "路線編號": "BR", 294 | "路線名": "文湖線", 295 | "地址": "台北市松山區敦化北路338號", 296 | "緯度": 25.063, 297 | "經度": 121.551996, 298 | "marker-size": "medium", 299 | "marker-symbol": "rail-metro", 300 | "marker-color": "#c48c31" 301 | } 302 | }, 303 | { 304 | "type": "Feature", 305 | "geometry": { 306 | "type": "Point", 307 | "coordinates": [ 308 | 121.546895, 309 | 25.079477 310 | ] 311 | }, 312 | "properties": { 313 | "車站編號": "BR14", 314 | "中文站名": "大直", 315 | "英譯站名": "Dazhi", 316 | "路線編號": "BR", 317 | "路線名": "文湖線", 318 | "地址": "台北市中山區北安路534之1號", 319 | "緯度": 25.079477, 320 | "經度": 121.546895, 321 | "marker-size": "medium", 322 | "marker-symbol": "rail-metro", 323 | "marker-color": "#c48c31" 324 | } 325 | }, 326 | { 327 | "type": "Feature", 328 | "geometry": { 329 | "type": "Point", 330 | "coordinates": [ 331 | 121.555592, 332 | 25.084853 333 | ] 334 | }, 335 | "properties": { 336 | "車站編號": "BR15", 337 | "中文站名": "劍南路", 338 | "英譯站名": "Jiannan Rd.", 339 | "路線編號": "BR", 340 | "路線名": "文湖線", 341 | "地址": "台北市中山區北安路798號", 342 | "緯度": 25.084853, 343 | "經度": 121.555592, 344 | "marker-size": "medium", 345 | "marker-symbol": "rail-metro", 346 | "marker-color": "#c48c31" 347 | } 348 | }, 349 | { 350 | "type": "Feature", 351 | "geometry": { 352 | "type": "Point", 353 | "coordinates": [ 354 | 121.567213, 355 | 25.082133 356 | ] 357 | }, 358 | "properties": { 359 | "車站編號": "BR16", 360 | "中文站名": "西湖", 361 | "英譯站名": "Xihu", 362 | "路線編號": "BR", 363 | "路線名": "文湖線", 364 | "地址": "台北市內湖區內湖路一段256號", 365 | "緯度": 25.082133, 366 | "經度": 121.567213, 367 | "marker-size": "medium", 368 | "marker-symbol": "rail-metro", 369 | "marker-color": "#c48c31" 370 | } 371 | }, 372 | { 373 | "type": "Feature", 374 | "geometry": { 375 | "type": "Point", 376 | "coordinates": [ 377 | 121.575081, 378 | 25.080028 379 | ] 380 | }, 381 | "properties": { 382 | "車站編號": "BR17", 383 | "中文站名": "港墘", 384 | "英譯站名": "Gangqian", 385 | "路線編號": "BR", 386 | "路線名": "文湖線", 387 | "地址": "台北市內湖區內湖路一段663號", 388 | "緯度": 25.080028, 389 | "經度": 121.575081, 390 | "marker-size": "medium", 391 | "marker-symbol": "rail-metro", 392 | "marker-color": "#c48c31" 393 | } 394 | }, 395 | { 396 | "type": "Feature", 397 | "geometry": { 398 | "type": "Point", 399 | "coordinates": [ 400 | 121.584761, 401 | 25.078532 402 | ] 403 | }, 404 | "properties": { 405 | "車站編號": "BR18", 406 | "中文站名": "文德", 407 | "英譯站名": "Wende", 408 | "路線編號": "BR", 409 | "路線名": "文湖線", 410 | "地址": "台北市內湖區文德路214號", 411 | "緯度": 25.078532, 412 | "經度": 121.584761, 413 | "marker-size": "medium", 414 | "marker-symbol": "rail-metro", 415 | "marker-color": "#c48c31" 416 | } 417 | }, 418 | { 419 | "type": "Feature", 420 | "geometry": { 421 | "type": "Point", 422 | "coordinates": [ 423 | 121.594408, 424 | 25.083661 425 | ] 426 | }, 427 | "properties": { 428 | "車站編號": "BR19", 429 | "中文站名": "內湖", 430 | "英譯站名": "Neihu", 431 | "路線編號": "BR", 432 | "路線名": "文湖線", 433 | "地址": "台北市內湖區成功路四段186號", 434 | "緯度": 25.083661, 435 | "經度": 121.594408, 436 | "marker-size": "medium", 437 | "marker-symbol": "rail-metro", 438 | "marker-color": "#c48c31" 439 | } 440 | }, 441 | { 442 | "type": "Feature", 443 | "geometry": { 444 | "type": "Point", 445 | "coordinates": [ 446 | 121.602141, 447 | 25.083845 448 | ] 449 | }, 450 | "properties": { 451 | "車站編號": "BR20", 452 | "中文站名": "大湖公園", 453 | "英譯站名": "Dahu Park", 454 | "路線編號": "BR", 455 | "路線名": "文湖線", 456 | "地址": "台北市內湖區成功路五段11號", 457 | "緯度": 25.083845, 458 | "經度": 121.602141, 459 | "marker-size": "medium", 460 | "marker-symbol": "rail-metro", 461 | "marker-color": "#c48c31" 462 | } 463 | }, 464 | { 465 | "type": "Feature", 466 | "geometry": { 467 | "type": "Point", 468 | "coordinates": [ 469 | 121.607158, 470 | 25.072701 471 | ] 472 | }, 473 | "properties": { 474 | "車站編號": "BR21", 475 | "中文站名": "葫洲", 476 | "英譯站名": "Huzhou", 477 | "路線編號": "BR", 478 | "路線名": "文湖線", 479 | "地址": "台北市內湖區康寧路三段16號", 480 | "緯度": 25.072701, 481 | "經度": 121.607158, 482 | "marker-size": "medium", 483 | "marker-symbol": "rail-metro", 484 | "marker-color": "#c48c31" 485 | } 486 | }, 487 | { 488 | "type": "Feature", 489 | "geometry": { 490 | "type": "Point", 491 | "coordinates": [ 492 | 121.611445, 493 | 25.067147 494 | ] 495 | }, 496 | "properties": { 497 | "車站編號": "BR22", 498 | "中文站名": "東湖", 499 | "英譯站名": "Donghu", 500 | "路線編號": "BR", 501 | "路線名": "文湖線", 502 | "地址": "台北市內湖區康寧路三段235號", 503 | "緯度": 25.067147, 504 | "經度": 121.611445, 505 | "marker-size": "medium", 506 | "marker-symbol": "rail-metro", 507 | "marker-color": "#c48c31" 508 | } 509 | }, 510 | { 511 | "type": "Feature", 512 | "geometry": { 513 | "type": "Point", 514 | "coordinates": [ 515 | 121.615953, 516 | 25.059905 517 | ] 518 | }, 519 | "properties": { 520 | "車站編號": "BR23", 521 | "中文站名": "南港軟體園區", 522 | "英譯站名": "Nangang Software Park", 523 | "路線編號": "BR", 524 | "路線名": "文湖線", 525 | "地址": "台北市南港區經貿二路183號", 526 | "緯度": 25.059905, 527 | "經度": 121.615953, 528 | "marker-size": "medium", 529 | "marker-symbol": "rail-metro", 530 | "marker-color": "#c48c31" 531 | } 532 | }, 533 | { 534 | "type": "Feature", 535 | "geometry": { 536 | "type": "Point", 537 | "coordinates": [ 538 | 121.6175001, 539 | 25.055288 540 | ] 541 | }, 542 | "properties": { 543 | "車站編號": "BR24", 544 | "中文站名": "南港展覽館", 545 | "英譯站名": "Taipei Nangang Exhibition Center", 546 | "路線編號": "BR", 547 | "路線名": "文湖線", 548 | "地址": "台北市南港區南港路一段32號", 549 | "緯度": 25.055288, 550 | "經度": 121.6175001, 551 | "marker-size": "medium", 552 | "marker-symbol": "rail-metro", 553 | "marker-color": "#c48c31" 554 | } 555 | }, 556 | { 557 | "type": "Feature", 558 | "geometry": { 559 | "type": "Point", 560 | "coordinates": [ 561 | 121.569576, 562 | 25.03283 563 | ] 564 | }, 565 | "properties": { 566 | "車站編號": "R02", 567 | "中文站名": "象山", 568 | "英譯站名": "Xiangshan", 569 | "路線編號": "R", 570 | "路線名": "淡水信義線", 571 | "地址": "台北市信義區信義路五段152號B1", 572 | "緯度": 25.03283, 573 | "經度": 121.569576, 574 | "marker-size": "medium", 575 | "marker-symbol": "rail-metro", 576 | "marker-color": "#e3002c" 577 | } 578 | }, 579 | { 580 | "type": "Feature", 581 | "geometry": { 582 | "type": "Point", 583 | "coordinates": [ 584 | 121.563292, 585 | 25.033102 586 | ] 587 | }, 588 | "properties": { 589 | "車站編號": "R03", 590 | "中文站名": "台北101/世貿", 591 | "英譯站名": "Taipei 101/World Trade Center", 592 | "路線編號": "R", 593 | "路線名": "淡水信義線", 594 | "地址": "台北市信義區信義路五段20號B1", 595 | "緯度": 25.033102, 596 | "經度": 121.563292, 597 | "marker-size": "medium", 598 | "marker-symbol": "rail-metro", 599 | "marker-color": "#e3002c" 600 | } 601 | }, 602 | { 603 | "type": "Feature", 604 | "geometry": { 605 | "type": "Point", 606 | "coordinates": [ 607 | 121.553526, 608 | 25.033326 609 | ] 610 | }, 611 | "properties": { 612 | "車站編號": "R04", 613 | "中文站名": "信義安和", 614 | "英譯站名": "Xinyi Anhe", 615 | "路線編號": "R", 616 | "路線名": "淡水信義線", 617 | "地址": "台北市大安區信義路四段212之1號B1", 618 | "緯度": 25.033326, 619 | "經度": 121.553526, 620 | "marker-size": "medium", 621 | "marker-symbol": "rail-metro", 622 | "marker-color": "#e3002c" 623 | } 624 | }, 625 | { 626 | "type": "Feature", 627 | "geometry": { 628 | "type": "Point", 629 | "coordinates": [ 630 | 121.543551, 631 | 25.032943 632 | ] 633 | }, 634 | "properties": { 635 | "車站編號": "R05", 636 | "中文站名": "大安", 637 | "英譯站名": "Daan", 638 | "路線編號": "R", 639 | "路線名": "淡水信義線", 640 | "地址": "台北市大安區信義路四段2號", 641 | "緯度": 25.032943, 642 | "經度": 121.543551, 643 | "marker-size": "medium", 644 | "marker-symbol": "rail-metro", 645 | "marker-color": "#e3002c" 646 | } 647 | }, 648 | { 649 | "type": "Feature", 650 | "geometry": { 651 | "type": "Point", 652 | "coordinates": [ 653 | 121.534882, 654 | 25.033396 655 | ] 656 | }, 657 | "properties": { 658 | "車站編號": "R06", 659 | "中文站名": "大安森林公園", 660 | "英譯站名": "Daan Park", 661 | "路線編號": "R", 662 | "路線名": "淡水信義線", 663 | "地址": "台北市大安區信義路三段100號B1", 664 | "緯度": 25.033396, 665 | "經度": 121.534882, 666 | "marker-size": "medium", 667 | "marker-symbol": "rail-metro", 668 | "marker-color": "#e3002c" 669 | } 670 | }, 671 | { 672 | "type": "Feature", 673 | "geometry": { 674 | "type": "Point", 675 | "coordinates": [ 676 | 121.528739, 677 | 25.033847 678 | ] 679 | }, 680 | "properties": { 681 | "車站編號": "R07", 682 | "中文站名": "東門", 683 | "英譯站名": "Dongmen", 684 | "路線編號": "R", 685 | "路線名": "淡水信義線", 686 | "地址": "台北市大安區信義路二段166號B1", 687 | "緯度": 25.033847, 688 | "經度": 121.528739, 689 | "marker-size": "medium", 690 | "marker-symbol": "rail-metro", 691 | "marker-color": "#e3002c" 692 | } 693 | }, 694 | { 695 | "type": "Feature", 696 | "geometry": { 697 | "type": "Point", 698 | "coordinates": [ 699 | 121.51827, 700 | 25.032729 701 | ] 702 | }, 703 | "properties": { 704 | "車站編號": "R08", 705 | "中文站名": "中正紀念堂", 706 | "英譯站名": "Chiang Kai-Shek Memorial Hall", 707 | "路線編號": "R", 708 | "路線名": "淡水信義線", 709 | "地址": "台北市中正區羅斯福路一段8之1號B1", 710 | "緯度": 25.032729, 711 | "經度": 121.51827, 712 | "marker-size": "medium", 713 | "marker-symbol": "rail-metro", 714 | "marker-color": "#e3002c" 715 | } 716 | }, 717 | { 718 | "type": "Feature", 719 | "geometry": { 720 | "type": "Point", 721 | "coordinates": [ 722 | 121.51604, 723 | 25.041256 724 | ] 725 | }, 726 | "properties": { 727 | "車站編號": "R09", 728 | "中文站名": "台大醫院", 729 | "英譯站名": "NTU Hospital", 730 | "路線編號": "R", 731 | "路線名": "淡水信義線", 732 | "地址": "台北市中正區公園路52號B1", 733 | "緯度": 25.041256, 734 | "經度": 121.51604, 735 | "marker-size": "medium", 736 | "marker-symbol": "rail-metro", 737 | "marker-color": "#e3002c" 738 | } 739 | }, 740 | { 741 | "type": "Feature", 742 | "geometry": { 743 | "type": "Point", 744 | "coordinates": [ 745 | 121.517532, 746 | 25.046255 747 | ] 748 | }, 749 | "properties": { 750 | "車站編號": "R10", 751 | "中文站名": "台北車站", 752 | "英譯站名": "Taipei Main Station", 753 | "路線編號": "R", 754 | "路線名": "淡水信義線", 755 | "地址": "台北市中正區忠孝西路一段49號", 756 | "緯度": 25.046255, 757 | "經度": 121.517532, 758 | "marker-size": "medium", 759 | "marker-symbol": "rail-metro", 760 | "marker-color": "#e3002c" 761 | } 762 | }, 763 | { 764 | "type": "Feature", 765 | "geometry": { 766 | "type": "Point", 767 | "coordinates": [ 768 | 121.520392, 769 | 25.052685 770 | ] 771 | }, 772 | "properties": { 773 | "車站編號": "R11", 774 | "中文站名": "中山", 775 | "英譯站名": "Zhongshan", 776 | "路線編號": "R", 777 | "路線名": "淡水信義線", 778 | "地址": "台北市中山區南京西路16號", 779 | "緯度": 25.052685, 780 | "經度": 121.520392, 781 | "marker-size": "medium", 782 | "marker-symbol": "rail-metro", 783 | "marker-color": "#e3002c" 784 | } 785 | }, 786 | { 787 | "type": "Feature", 788 | "geometry": { 789 | "type": "Point", 790 | "coordinates": [ 791 | 121.520627, 792 | 25.057805 793 | ] 794 | }, 795 | "properties": { 796 | "車站編號": "R12", 797 | "中文站名": "雙連", 798 | "英譯站名": "Shuanglian", 799 | "路線編號": "R", 800 | "路線名": "淡水信義線", 801 | "地址": "台北市大同區民生西路47號", 802 | "緯度": 25.057805, 803 | "經度": 121.520627, 804 | "marker-size": "medium", 805 | "marker-symbol": "rail-metro", 806 | "marker-color": "#e3002c" 807 | } 808 | }, 809 | { 810 | "type": "Feature", 811 | "geometry": { 812 | "type": "Point", 813 | "coordinates": [ 814 | 121.51932, 815 | 25.062905 816 | ] 817 | }, 818 | "properties": { 819 | "車站編號": "R13", 820 | "中文站名": "民權西路", 821 | "英譯站名": "Minquan W. Rd.", 822 | "路線編號": "R", 823 | "路線名": "淡水信義線", 824 | "地址": "台北市大同區民權西路72號", 825 | "緯度": 25.062905, 826 | "經度": 121.51932, 827 | "marker-size": "medium", 828 | "marker-symbol": "rail-metro", 829 | "marker-color": "#e3002c" 830 | } 831 | }, 832 | { 833 | "type": "Feature", 834 | "geometry": { 835 | "type": "Point", 836 | "coordinates": [ 837 | 121.520118, 838 | 25.071353 839 | ] 840 | }, 841 | "properties": { 842 | "車站編號": "R14", 843 | "中文站名": "圓山", 844 | "英譯站名": "Yuanshan", 845 | "路線編號": "R", 846 | "路線名": "淡水信義線", 847 | "地址": "台北市大同區酒泉街9之1號", 848 | "緯度": 25.071353, 849 | "經度": 121.520118, 850 | "marker-size": "medium", 851 | "marker-symbol": "rail-metro", 852 | "marker-color": "#e3002c" 853 | } 854 | }, 855 | { 856 | "type": "Feature", 857 | "geometry": { 858 | "type": "Point", 859 | "coordinates": [ 860 | 121.525078, 861 | 25.084873 862 | ] 863 | }, 864 | "properties": { 865 | "車站編號": "R15", 866 | "中文站名": "劍潭", 867 | "英譯站名": "Jiantan", 868 | "路線編號": "R", 869 | "路線名": "淡水信義線", 870 | "地址": "台北市士林區中山北路五段65號", 871 | "緯度": 25.084873, 872 | "經度": 121.525078, 873 | "marker-size": "medium", 874 | "marker-symbol": "rail-metro", 875 | "marker-color": "#e3002c" 876 | } 877 | }, 878 | { 879 | "type": "Feature", 880 | "geometry": { 881 | "type": "Point", 882 | "coordinates": [ 883 | 121.52623, 884 | 25.093535 885 | ] 886 | }, 887 | "properties": { 888 | "車站編號": "R16", 889 | "中文站名": "士林", 890 | "英譯站名": "Shilin", 891 | "路線編號": "R", 892 | "路線名": "淡水信義線", 893 | "地址": "台北市士林區福德路1號", 894 | "緯度": 25.093535, 895 | "經度": 121.52623, 896 | "marker-size": "medium", 897 | "marker-symbol": "rail-metro", 898 | "marker-color": "#e3002c" 899 | } 900 | }, 901 | { 902 | "type": "Feature", 903 | "geometry": { 904 | "type": "Point", 905 | "coordinates": [ 906 | 121.522514, 907 | 25.10306 908 | ] 909 | }, 910 | "properties": { 911 | "車站編號": "R17", 912 | "中文站名": "芝山", 913 | "英譯站名": "Zhishan", 914 | "路線編號": "R", 915 | "路線名": "淡水信義線", 916 | "地址": "台北市士林區福國路70號", 917 | "緯度": 25.10306, 918 | "經度": 121.522514, 919 | "marker-size": "medium", 920 | "marker-symbol": "rail-metro", 921 | "marker-color": "#e3002c" 922 | } 923 | }, 924 | { 925 | "type": "Feature", 926 | "geometry": { 927 | "type": "Point", 928 | "coordinates": [ 929 | 121.518848, 930 | 25.109721 931 | ] 932 | }, 933 | "properties": { 934 | "車站編號": "R18", 935 | "中文站名": "明德", 936 | "英譯站名": "Mingde", 937 | "路線編號": "R", 938 | "路線名": "淡水信義線", 939 | "地址": "台北市北投區明德路95號", 940 | "緯度": 25.109721, 941 | "經度": 121.518848, 942 | "marker-size": "medium", 943 | "marker-symbol": "rail-metro", 944 | "marker-color": "#e3002c" 945 | } 946 | }, 947 | { 948 | "type": "Feature", 949 | "geometry": { 950 | "type": "Point", 951 | "coordinates": [ 952 | 121.515559, 953 | 25.114523 954 | ] 955 | }, 956 | "properties": { 957 | "車站編號": "R19", 958 | "中文站名": "石牌", 959 | "英譯站名": "Shipai", 960 | "路線編號": "R", 961 | "路線名": "淡水信義線", 962 | "地址": "台北市北投區石牌路一段200號", 963 | "緯度": 25.114523, 964 | "經度": 121.515559, 965 | "marker-size": "medium", 966 | "marker-symbol": "rail-metro", 967 | "marker-color": "#e3002c" 968 | } 969 | }, 970 | { 971 | "type": "Feature", 972 | "geometry": { 973 | "type": "Point", 974 | "coordinates": [ 975 | 121.506252, 976 | 25.120872 977 | ] 978 | }, 979 | "properties": { 980 | "車站編號": "R20", 981 | "中文站名": "唭哩岸", 982 | "英譯站名": "Qilian", 983 | "路線編號": "R", 984 | "路線名": "淡水信義線", 985 | "地址": "台北市北投區東華街二段301號", 986 | "緯度": 25.120872, 987 | "經度": 121.506252, 988 | "marker-size": "medium", 989 | "marker-symbol": "rail-metro", 990 | "marker-color": "#e3002c" 991 | } 992 | }, 993 | { 994 | "type": "Feature", 995 | "geometry": { 996 | "type": "Point", 997 | "coordinates": [ 998 | 121.501132, 999 | 25.125491 1000 | ] 1001 | }, 1002 | "properties": { 1003 | "車站編號": "R21", 1004 | "中文站名": "奇岩", 1005 | "英譯站名": "Qiyan", 1006 | "路線編號": "R", 1007 | "路線名": "淡水信義線", 1008 | "地址": "台北市北投區三合街二段489號", 1009 | "緯度": 25.125491, 1010 | "經度": 121.501132, 1011 | "marker-size": "medium", 1012 | "marker-symbol": "rail-metro", 1013 | "marker-color": "#e3002c" 1014 | } 1015 | }, 1016 | { 1017 | "type": "Feature", 1018 | "geometry": { 1019 | "type": "Point", 1020 | "coordinates": [ 1021 | 121.498633, 1022 | 25.131841 1023 | ] 1024 | }, 1025 | "properties": { 1026 | "車站編號": "R22", 1027 | "中文站名": "北投", 1028 | "英譯站名": "Beitou", 1029 | "路線編號": "R", 1030 | "路線名": "淡水信義線", 1031 | "地址": "台北市北投區光明路1號", 1032 | "緯度": 25.131841, 1033 | "經度": 121.498633, 1034 | "marker-size": "medium", 1035 | "marker-symbol": "rail-metro", 1036 | "marker-color": "#e3002c" 1037 | } 1038 | }, 1039 | { 1040 | "type": "Feature", 1041 | "geometry": { 1042 | "type": "Point", 1043 | "coordinates": [ 1044 | 121.50253, 1045 | 25.136933 1046 | ] 1047 | }, 1048 | "properties": { 1049 | "車站編號": "R22A", 1050 | "中文站名": "新北投", 1051 | "英譯站名": "Xinbeitou", 1052 | "路線編號": "R", 1053 | "路線名": "淡水信義線", 1054 | "地址": "台北市北投區大業路700號", 1055 | "緯度": 25.136933, 1056 | "經度": 121.50253, 1057 | "marker-size": "medium", 1058 | "marker-symbol": "rail-metro", 1059 | "marker-color": "#e3002c" 1060 | } 1061 | }, 1062 | { 1063 | "type": "Feature", 1064 | "geometry": { 1065 | "type": "Point", 1066 | "coordinates": [ 1067 | 121.485444, 1068 | 25.137474 1069 | ] 1070 | }, 1071 | "properties": { 1072 | "車站編號": "R23", 1073 | "中文站名": "復興崗", 1074 | "英譯站名": "Fuxinggang", 1075 | "路線編號": "R", 1076 | "路線名": "淡水信義線", 1077 | "地址": "台北市北投區中央北路三段53巷10號", 1078 | "緯度": 25.137474, 1079 | "經度": 121.485444, 1080 | "marker-size": "medium", 1081 | "marker-symbol": "rail-metro", 1082 | "marker-color": "#e3002c" 1083 | } 1084 | }, 1085 | { 1086 | "type": "Feature", 1087 | "geometry": { 1088 | "type": "Point", 1089 | "coordinates": [ 1090 | 121.47341, 1091 | 25.130969 1092 | ] 1093 | }, 1094 | "properties": { 1095 | "車站編號": "R24", 1096 | "中文站名": "忠義", 1097 | "英譯站名": "Zhongyi", 1098 | "路線編號": "R", 1099 | "路線名": "淡水信義線", 1100 | "地址": "台北市北投區中央北路四段301號", 1101 | "緯度": 25.130969, 1102 | "經度": 121.47341, 1103 | "marker-size": "medium", 1104 | "marker-symbol": "rail-metro", 1105 | "marker-color": "#e3002c" 1106 | } 1107 | }, 1108 | { 1109 | "type": "Feature", 1110 | "geometry": { 1111 | "type": "Point", 1112 | "coordinates": [ 1113 | 121.467102, 1114 | 25.125633 1115 | ] 1116 | }, 1117 | "properties": { 1118 | "車站編號": "R25", 1119 | "中文站名": "關渡", 1120 | "英譯站名": "Guandu", 1121 | "路線編號": "R", 1122 | "路線名": "淡水信義線", 1123 | "地址": "台北市北投區大度路三段296巷51號", 1124 | "緯度": 25.125633, 1125 | "經度": 121.467102, 1126 | "marker-size": "medium", 1127 | "marker-symbol": "rail-metro", 1128 | "marker-color": "#e3002c" 1129 | } 1130 | }, 1131 | { 1132 | "type": "Feature", 1133 | "geometry": { 1134 | "type": "Point", 1135 | "coordinates": [ 1136 | 121.459479, 1137 | 25.13694 1138 | ] 1139 | }, 1140 | "properties": { 1141 | "車站編號": "R26", 1142 | "中文站名": "竹圍", 1143 | "英譯站名": "Zhuwei", 1144 | "路線編號": "R", 1145 | "路線名": "淡水信義線", 1146 | "地址": "新北市淡水區民權路50號", 1147 | "緯度": 25.13694, 1148 | "經度": 121.459479, 1149 | "marker-size": "medium", 1150 | "marker-symbol": "rail-metro", 1151 | "marker-color": "#e3002c" 1152 | } 1153 | }, 1154 | { 1155 | "type": "Feature", 1156 | "geometry": { 1157 | "type": "Point", 1158 | "coordinates": [ 1159 | 121.458872, 1160 | 25.154042 1161 | ] 1162 | }, 1163 | "properties": { 1164 | "車站編號": "R27", 1165 | "中文站名": "紅樹林", 1166 | "英譯站名": "Hongshulin", 1167 | "路線編號": "R", 1168 | "路線名": "淡水信義線", 1169 | "地址": "新北市淡水區中正東路二段68號", 1170 | "緯度": 25.154042, 1171 | "經度": 121.458872, 1172 | "marker-size": "medium", 1173 | "marker-symbol": "rail-metro", 1174 | "marker-color": "#e3002c" 1175 | } 1176 | }, 1177 | { 1178 | "type": "Feature", 1179 | "geometry": { 1180 | "type": "Point", 1181 | "coordinates": [ 1182 | 121.445561, 1183 | 25.167818 1184 | ] 1185 | }, 1186 | "properties": { 1187 | "車站編號": "R28", 1188 | "中文站名": "淡水", 1189 | "英譯站名": "Tamsui", 1190 | "路線編號": "R", 1191 | "路線名": "淡水信義線", 1192 | "地址": "新北市淡水區中正路1號", 1193 | "緯度": 25.167818, 1194 | "經度": 121.445561, 1195 | "marker-size": "medium", 1196 | "marker-symbol": "rail-metro", 1197 | "marker-color": "#e3002c" 1198 | } 1199 | }, 1200 | { 1201 | "type": "Feature", 1202 | "geometry": { 1203 | "type": "Point", 1204 | "coordinates": [ 1205 | 121.537584, 1206 | 24.957855 1207 | ] 1208 | }, 1209 | "properties": { 1210 | "車站編號": "G01", 1211 | "中文站名": "新店", 1212 | "英譯站名": "Xindian", 1213 | "路線編號": "G", 1214 | "路線名": "松山新店線", 1215 | "地址": "新北市新店區北宜路一段2號", 1216 | "緯度": 24.957855, 1217 | "經度": 121.537584, 1218 | "marker-size": "medium", 1219 | "marker-symbol": "rail-metro", 1220 | "marker-color": "#008659" 1221 | } 1222 | }, 1223 | { 1224 | "type": "Feature", 1225 | "geometry": { 1226 | "type": "Point", 1227 | "coordinates": [ 1228 | 121.54131, 1229 | 24.967393 1230 | ] 1231 | }, 1232 | "properties": { 1233 | "車站編號": "G02", 1234 | "中文站名": "新店區公所", 1235 | "英譯站名": "Xindian District Office", 1236 | "路線編號": "G", 1237 | "路線名": "松山新店線", 1238 | "地址": "新北市新店區北新路一段295號", 1239 | "緯度": 24.967393, 1240 | "經度": 121.54131, 1241 | "marker-size": "medium", 1242 | "marker-symbol": "rail-metro", 1243 | "marker-color": "#008659" 1244 | } 1245 | }, 1246 | { 1247 | "type": "Feature", 1248 | "geometry": { 1249 | "type": "Point", 1250 | "coordinates": [ 1251 | 121.542942, 1252 | 24.975169 1253 | ] 1254 | }, 1255 | "properties": { 1256 | "車站編號": "G03", 1257 | "中文站名": "七張", 1258 | "英譯站名": "Qizhang", 1259 | "路線編號": "G", 1260 | "路線名": "松山新店線", 1261 | "地址": "新北市新店區北新路二段150號", 1262 | "緯度": 24.975169, 1263 | "經度": 121.542942, 1264 | "marker-size": "medium", 1265 | "marker-symbol": "rail-metro", 1266 | "marker-color": "#008659" 1267 | } 1268 | }, 1269 | { 1270 | "type": "Feature", 1271 | "geometry": { 1272 | "type": "Point", 1273 | "coordinates": [ 1274 | 121.530339, 1275 | 24.971907 1276 | ] 1277 | }, 1278 | "properties": { 1279 | "車站編號": "G03A", 1280 | "中文站名": "小碧潭", 1281 | "英譯站名": "Xiaobitan", 1282 | "路線編號": "G", 1283 | "路線名": "松山新店線", 1284 | "地址": "新北市新店區中央路151號4樓", 1285 | "緯度": 24.971907, 1286 | "經度": 121.530339, 1287 | "marker-size": "medium", 1288 | "marker-symbol": "rail-metro", 1289 | "marker-color": "#008659" 1290 | } 1291 | }, 1292 | { 1293 | "type": "Feature", 1294 | "geometry": { 1295 | "type": "Point", 1296 | "coordinates": [ 1297 | 121.541352, 1298 | 24.982899 1299 | ] 1300 | }, 1301 | "properties": { 1302 | "車站編號": "G04", 1303 | "中文站名": "大坪林", 1304 | "英譯站名": "Dapinglin", 1305 | "路線編號": "G", 1306 | "路線名": "松山新店線", 1307 | "地址": "新北市新店區北新路三段190號", 1308 | "緯度": 24.982899, 1309 | "經度": 121.541352, 1310 | "marker-size": "medium", 1311 | "marker-symbol": "rail-metro", 1312 | "marker-color": "#008659" 1313 | } 1314 | }, 1315 | { 1316 | "type": "Feature", 1317 | "geometry": { 1318 | "type": "Point", 1319 | "coordinates": [ 1320 | 121.5406037, 1321 | 24.9921276 1322 | ] 1323 | }, 1324 | "properties": { 1325 | "車站編號": "G05", 1326 | "中文站名": "景美", 1327 | "英譯站名": "Jingmei", 1328 | "路線編號": "G", 1329 | "路線名": "松山新店線", 1330 | "地址": "台北市文山區羅斯福路六段393號", 1331 | "緯度": 24.9921276, 1332 | "經度": 121.5406037, 1333 | "marker-size": "medium", 1334 | "marker-symbol": "rail-metro", 1335 | "marker-color": "#008659" 1336 | } 1337 | }, 1338 | { 1339 | "type": "Feature", 1340 | "geometry": { 1341 | "type": "Point", 1342 | "coordinates": [ 1343 | 121.539051, 1344 | 25.001853 1345 | ] 1346 | }, 1347 | "properties": { 1348 | "車站編號": "G06", 1349 | "中文站名": "萬隆", 1350 | "英譯站名": "Wanlong", 1351 | "路線編號": "G", 1352 | "路線名": "松山新店線", 1353 | "地址": "台北市文山區羅斯福路五段214號", 1354 | "緯度": 25.001853, 1355 | "經度": 121.539051, 1356 | "marker-size": "medium", 1357 | "marker-symbol": "rail-metro", 1358 | "marker-color": "#008659" 1359 | } 1360 | }, 1361 | { 1362 | "type": "Feature", 1363 | "geometry": { 1364 | "type": "Point", 1365 | "coordinates": [ 1366 | 121.534216, 1367 | 25.014908 1368 | ] 1369 | }, 1370 | "properties": { 1371 | "車站編號": "G07", 1372 | "中文站名": "公館", 1373 | "英譯站名": "Gongguan", 1374 | "路線編號": "G", 1375 | "路線名": "松山新店線", 1376 | "地址": "台北市中正區羅斯福路四段74號B1", 1377 | "緯度": 25.014908, 1378 | "經度": 121.534216, 1379 | "marker-size": "medium", 1380 | "marker-symbol": "rail-metro", 1381 | "marker-color": "#008659" 1382 | } 1383 | }, 1384 | { 1385 | "type": "Feature", 1386 | "geometry": { 1387 | "type": "Point", 1388 | "coordinates": [ 1389 | 121.528168, 1390 | 25.020725 1391 | ] 1392 | }, 1393 | "properties": { 1394 | "車站編號": "G08", 1395 | "中文站名": "台電大樓", 1396 | "英譯站名": "Taipower Building", 1397 | "路線編號": "G", 1398 | "路線名": "松山新店線", 1399 | "地址": "台北市中正區羅斯福路三段126之5號B1", 1400 | "緯度": 25.020725, 1401 | "經度": 121.528168, 1402 | "marker-size": "medium", 1403 | "marker-symbol": "rail-metro", 1404 | "marker-color": "#008659" 1405 | } 1406 | }, 1407 | { 1408 | "type": "Feature", 1409 | "geometry": { 1410 | "type": "Point", 1411 | "coordinates": [ 1412 | 121.522873, 1413 | 25.026357 1414 | ] 1415 | }, 1416 | "properties": { 1417 | "車站編號": "G09", 1418 | "中文站名": "古亭", 1419 | "英譯站名": "Guting", 1420 | "路線編號": "G", 1421 | "路線名": "松山新店線", 1422 | "地址": "台北市中正區羅斯福路二段164之1號B1", 1423 | "緯度": 25.026357, 1424 | "經度": 121.522873, 1425 | "marker-size": "medium", 1426 | "marker-symbol": "rail-metro", 1427 | "marker-color": "#008659" 1428 | } 1429 | }, 1430 | { 1431 | "type": "Feature", 1432 | "geometry": { 1433 | "type": "Point", 1434 | "coordinates": [ 1435 | 121.51827, 1436 | 25.032729 1437 | ] 1438 | }, 1439 | "properties": { 1440 | "車站編號": "G10", 1441 | "中文站名": "中正紀念堂", 1442 | "英譯站名": "Chiang Kai-Shek Memorial Hall", 1443 | "路線編號": "G", 1444 | "路線名": "松山新店線", 1445 | "地址": "台北市中正區羅斯福路一段8之1號B1", 1446 | "緯度": 25.032729, 1447 | "經度": 121.51827, 1448 | "marker-size": "medium", 1449 | "marker-symbol": "rail-metro", 1450 | "marker-color": "#008659" 1451 | } 1452 | }, 1453 | { 1454 | "type": "Feature", 1455 | "geometry": { 1456 | "type": "Point", 1457 | "coordinates": [ 1458 | 121.510857, 1459 | 25.035547 1460 | ] 1461 | }, 1462 | "properties": { 1463 | "車站編號": "G11", 1464 | "中文站名": "小南門", 1465 | "英譯站名": "Xiaonanmen", 1466 | "路線編號": "G", 1467 | "路線名": "松山新店線", 1468 | "地址": "台北市中正區愛國西路22號B1", 1469 | "緯度": 25.035547, 1470 | "經度": 121.510857, 1471 | "marker-size": "medium", 1472 | "marker-symbol": "rail-metro", 1473 | "marker-color": "#008659" 1474 | } 1475 | }, 1476 | { 1477 | "type": "Feature", 1478 | "geometry": { 1479 | "type": "Point", 1480 | "coordinates": [ 1481 | 121.508303, 1482 | 25.04209 1483 | ] 1484 | }, 1485 | "properties": { 1486 | "車站編號": "G12", 1487 | "中文站名": "西門", 1488 | "英譯站名": "Ximen", 1489 | "路線編號": "G", 1490 | "路線名": "松山新店線", 1491 | "地址": "台北市中正區寶慶路32之1號B1", 1492 | "緯度": 25.04209, 1493 | "經度": 121.508303, 1494 | "marker-size": "medium", 1495 | "marker-symbol": "rail-metro", 1496 | "marker-color": "#008659" 1497 | } 1498 | }, 1499 | { 1500 | "type": "Feature", 1501 | "geometry": { 1502 | "type": "Point", 1503 | "coordinates": [ 1504 | 121.510184, 1505 | 25.049554 1506 | ] 1507 | }, 1508 | "properties": { 1509 | "車站編號": "G13", 1510 | "中文站名": "北門", 1511 | "英譯站名": "Beimen", 1512 | "路線編號": "G", 1513 | "路線名": "松山新店線", 1514 | "地址": "台北市大同區塔城街10號", 1515 | "緯度": 25.049554, 1516 | "經度": 121.510184, 1517 | "marker-size": "medium", 1518 | "marker-symbol": "rail-metro", 1519 | "marker-color": "#008659" 1520 | } 1521 | }, 1522 | { 1523 | "type": "Feature", 1524 | "geometry": { 1525 | "type": "Point", 1526 | "coordinates": [ 1527 | 121.520392, 1528 | 25.052685 1529 | ] 1530 | }, 1531 | "properties": { 1532 | "車站編號": "G14", 1533 | "中文站名": "中山", 1534 | "英譯站名": "Zhongshan", 1535 | "路線編號": "G", 1536 | "路線名": "松山新店線", 1537 | "地址": "台北市中山區南京西路16號", 1538 | "緯度": 25.052685, 1539 | "經度": 121.520392, 1540 | "marker-size": "medium", 1541 | "marker-symbol": "rail-metro", 1542 | "marker-color": "#008659" 1543 | } 1544 | }, 1545 | { 1546 | "type": "Feature", 1547 | "geometry": { 1548 | "type": "Point", 1549 | "coordinates": [ 1550 | 121.533075, 1551 | 25.052015 1552 | ] 1553 | }, 1554 | "properties": { 1555 | "車站編號": "G15", 1556 | "中文站名": "松江南京", 1557 | "英譯站名": "Songjiang Nanjing", 1558 | "路線編號": "G", 1559 | "路線名": "松山新店線", 1560 | "地址": "台北市中山區松江路126號B1", 1561 | "緯度": 25.052015, 1562 | "經度": 121.533075, 1563 | "marker-size": "medium", 1564 | "marker-symbol": "rail-metro", 1565 | "marker-color": "#008659" 1566 | } 1567 | }, 1568 | { 1569 | "type": "Feature", 1570 | "geometry": { 1571 | "type": "Point", 1572 | "coordinates": [ 1573 | 121.544011, 1574 | 25.052319 1575 | ] 1576 | }, 1577 | "properties": { 1578 | "車站編號": "G16", 1579 | "中文站名": "南京復興", 1580 | "英譯站名": "Nanjing Fuxing", 1581 | "路線編號": "G", 1582 | "路線名": "松山新店線", 1583 | "地址": "台北市松山區南京東路三段253號", 1584 | "緯度": 25.052319, 1585 | "經度": 121.544011, 1586 | "marker-size": "medium", 1587 | "marker-symbol": "rail-metro", 1588 | "marker-color": "#008659" 1589 | } 1590 | }, 1591 | { 1592 | "type": "Feature", 1593 | "geometry": { 1594 | "type": "Point", 1595 | "coordinates": [ 1596 | 121.55153, 1597 | 25.051836 1598 | ] 1599 | }, 1600 | "properties": { 1601 | "車站編號": "G17", 1602 | "中文站名": "台北小巨蛋", 1603 | "英譯站名": "Taipei Arena", 1604 | "路線編號": "G", 1605 | "路線名": "松山新店線", 1606 | "地址": "台北市松山區南京東路四段10-1號", 1607 | "緯度": 25.051836, 1608 | "經度": 121.55153, 1609 | "marker-size": "medium", 1610 | "marker-symbol": "rail-metro", 1611 | "marker-color": "#008659" 1612 | } 1613 | }, 1614 | { 1615 | "type": "Feature", 1616 | "geometry": { 1617 | "type": "Point", 1618 | "coordinates": [ 1619 | 121.564708, 1620 | 25.051652 1621 | ] 1622 | }, 1623 | "properties": { 1624 | "車站編號": "G18", 1625 | "中文站名": "南京三民", 1626 | "英譯站名": "Nanjing Sanmin", 1627 | "路線編號": "G", 1628 | "路線名": "松山新店線", 1629 | "地址": "台北市松山區南京東路五段237號", 1630 | "緯度": 25.051652, 1631 | "經度": 121.564708, 1632 | "marker-size": "medium", 1633 | "marker-symbol": "rail-metro", 1634 | "marker-color": "#008659" 1635 | } 1636 | }, 1637 | { 1638 | "type": "Feature", 1639 | "geometry": { 1640 | "type": "Point", 1641 | "coordinates": [ 1642 | 121.577706, 1643 | 25.050118 1644 | ] 1645 | }, 1646 | "properties": { 1647 | "車站編號": "G19", 1648 | "中文站名": "松山", 1649 | "英譯站名": "Songshan", 1650 | "路線編號": "G", 1651 | "路線名": "松山新店線", 1652 | "地址": "台北市松山區八德路四段742號", 1653 | "緯度": 25.050118, 1654 | "經度": 121.577706, 1655 | "marker-size": "medium", 1656 | "marker-symbol": "rail-metro", 1657 | "marker-color": "#008659" 1658 | } 1659 | }, 1660 | { 1661 | "type": "Feature", 1662 | "geometry": { 1663 | "type": "Point", 1664 | "coordinates": [ 1665 | 121.509237, 1666 | 24.990045 1667 | ] 1668 | }, 1669 | "properties": { 1670 | "車站編號": "O01", 1671 | "中文站名": "南勢角", 1672 | "英譯站名": "Nanshijiao", 1673 | "路線編號": "O", 1674 | "路線名": "中和新蘆線", 1675 | "地址": "新北市中和區捷運路6號", 1676 | "緯度": 24.990045, 1677 | "經度": 121.509237, 1678 | "marker-size": "medium", 1679 | "marker-symbol": "rail-metro", 1680 | "marker-color": "#f8b61c" 1681 | } 1682 | }, 1683 | { 1684 | "type": "Feature", 1685 | "geometry": { 1686 | "type": "Point", 1687 | "coordinates": [ 1688 | 121.505113, 1689 | 24.993905 1690 | ] 1691 | }, 1692 | "properties": { 1693 | "車站編號": "O02", 1694 | "中文站名": "景安", 1695 | "英譯站名": "Jingan", 1696 | "路線編號": "O", 1697 | "路線名": "中和新蘆線", 1698 | "地址": "新北市中和區景平路486號", 1699 | "緯度": 24.993905, 1700 | "經度": 121.505113, 1701 | "marker-size": "medium", 1702 | "marker-symbol": "rail-metro", 1703 | "marker-color": "#f8b61c" 1704 | } 1705 | }, 1706 | { 1707 | "type": "Feature", 1708 | "geometry": { 1709 | "type": "Point", 1710 | "coordinates": [ 1711 | 121.511231, 1712 | 25.002876 1713 | ] 1714 | }, 1715 | "properties": { 1716 | "車站編號": "O03", 1717 | "中文站名": "永安市場", 1718 | "英譯站名": "Yongan Market", 1719 | "路線編號": "O", 1720 | "路線名": "中和新蘆線", 1721 | "地址": "新北市中和區中和路388號", 1722 | "緯度": 25.002876, 1723 | "經度": 121.511231, 1724 | "marker-size": "medium", 1725 | "marker-symbol": "rail-metro", 1726 | "marker-color": "#f8b61c" 1727 | } 1728 | }, 1729 | { 1730 | "type": "Feature", 1731 | "geometry": { 1732 | "type": "Point", 1733 | "coordinates": [ 1734 | 121.515485, 1735 | 25.013821 1736 | ] 1737 | }, 1738 | "properties": { 1739 | "車站編號": "O04", 1740 | "中文站名": "頂溪", 1741 | "英譯站名": "Dingxi", 1742 | "路線編號": "O", 1743 | "路線名": "中和新蘆線", 1744 | "地址": "新北市永和區永和路二段168號B1", 1745 | "緯度": 25.013821, 1746 | "經度": 121.515485, 1747 | "marker-size": "medium", 1748 | "marker-symbol": "rail-metro", 1749 | "marker-color": "#f8b61c" 1750 | } 1751 | }, 1752 | { 1753 | "type": "Feature", 1754 | "geometry": { 1755 | "type": "Point", 1756 | "coordinates": [ 1757 | 121.522873, 1758 | 25.026357 1759 | ] 1760 | }, 1761 | "properties": { 1762 | "車站編號": "O05", 1763 | "中文站名": "古亭", 1764 | "英譯站名": "Guting", 1765 | "路線編號": "O", 1766 | "路線名": "中和新蘆線", 1767 | "地址": "台北市中正區羅斯福路二段164之1號B1", 1768 | "緯度": 25.026357, 1769 | "經度": 121.522873, 1770 | "marker-size": "medium", 1771 | "marker-symbol": "rail-metro", 1772 | "marker-color": "#f8b61c" 1773 | } 1774 | }, 1775 | { 1776 | "type": "Feature", 1777 | "geometry": { 1778 | "type": "Point", 1779 | "coordinates": [ 1780 | 121.528739, 1781 | 25.033847 1782 | ] 1783 | }, 1784 | "properties": { 1785 | "車站編號": "O06", 1786 | "中文站名": "東門", 1787 | "英譯站名": "Dongmen", 1788 | "路線編號": "O", 1789 | "路線名": "中和新蘆線", 1790 | "地址": "台北市大安區信義路二段166號B1", 1791 | "緯度": 25.033847, 1792 | "經度": 121.528739, 1793 | "marker-size": "medium", 1794 | "marker-symbol": "rail-metro", 1795 | "marker-color": "#f8b61c" 1796 | } 1797 | }, 1798 | { 1799 | "type": "Feature", 1800 | "geometry": { 1801 | "type": "Point", 1802 | "coordinates": [ 1803 | 121.532905, 1804 | 25.042356 1805 | ] 1806 | }, 1807 | "properties": { 1808 | "車站編號": "O07", 1809 | "中文站名": "忠孝新生", 1810 | "英譯站名": "Zhongxiao Xinsheng", 1811 | "路線編號": "O", 1812 | "路線名": "中和新蘆線", 1813 | "地址": "台北市大安區新生南路一段67號", 1814 | "緯度": 25.042356, 1815 | "經度": 121.532905, 1816 | "marker-size": "medium", 1817 | "marker-symbol": "rail-metro", 1818 | "marker-color": "#f8b61c" 1819 | } 1820 | }, 1821 | { 1822 | "type": "Feature", 1823 | "geometry": { 1824 | "type": "Point", 1825 | "coordinates": [ 1826 | 121.533075, 1827 | 25.052015 1828 | ] 1829 | }, 1830 | "properties": { 1831 | "車站編號": "O08", 1832 | "中文站名": "松江南京", 1833 | "英譯站名": "Songjiang Nanjing", 1834 | "路線編號": "O", 1835 | "路線名": "中和新蘆線", 1836 | "地址": "台北市中山區松江路126號B1", 1837 | "緯度": 25.052015, 1838 | "經度": 121.533075, 1839 | "marker-size": "medium", 1840 | "marker-symbol": "rail-metro", 1841 | "marker-color": "#f8b61c" 1842 | } 1843 | }, 1844 | { 1845 | "type": "Feature", 1846 | "geometry": { 1847 | "type": "Point", 1848 | "coordinates": [ 1849 | 121.533185, 1850 | 25.059718 1851 | ] 1852 | }, 1853 | "properties": { 1854 | "車站編號": "O09", 1855 | "中文站名": "行天宮", 1856 | "英譯站名": "Xingtian Temple", 1857 | "路線編號": "O", 1858 | "路線名": "中和新蘆線", 1859 | "地址": "台北市中山區松江路316號B1", 1860 | "緯度": 25.059718, 1861 | "經度": 121.533185, 1862 | "marker-size": "medium", 1863 | "marker-symbol": "rail-metro", 1864 | "marker-color": "#f8b61c" 1865 | } 1866 | }, 1867 | { 1868 | "type": "Feature", 1869 | "geometry": { 1870 | "type": "Point", 1871 | "coordinates": [ 1872 | 121.526419, 1873 | 25.062694 1874 | ] 1875 | }, 1876 | "properties": { 1877 | "車站編號": "O10", 1878 | "中文站名": "中山國小", 1879 | "英譯站名": "Zhongshan Elementary School", 1880 | "路線編號": "O", 1881 | "路線名": "中和新蘆線", 1882 | "地址": "台北市中山區民權東路一段71號B1", 1883 | "緯度": 25.062694, 1884 | "經度": 121.526419, 1885 | "marker-size": "medium", 1886 | "marker-symbol": "rail-metro", 1887 | "marker-color": "#f8b61c" 1888 | } 1889 | }, 1890 | { 1891 | "type": "Feature", 1892 | "geometry": { 1893 | "type": "Point", 1894 | "coordinates": [ 1895 | 121.51932, 1896 | 25.062905 1897 | ] 1898 | }, 1899 | "properties": { 1900 | "車站編號": "O11", 1901 | "中文站名": "民權西路", 1902 | "英譯站名": "Minquan W. Rd.", 1903 | "路線編號": "O", 1904 | "路線名": "中和新蘆線", 1905 | "地址": "台北市大同區民權西路72號", 1906 | "緯度": 25.062905, 1907 | "經度": 121.51932, 1908 | "marker-size": "medium", 1909 | "marker-symbol": "rail-metro", 1910 | "marker-color": "#f8b61c" 1911 | } 1912 | }, 1913 | { 1914 | "type": "Feature", 1915 | "geometry": { 1916 | "type": "Point", 1917 | "coordinates": [ 1918 | 121.51272, 1919 | 25.063256 1920 | ] 1921 | }, 1922 | "properties": { 1923 | "車站編號": "O12", 1924 | "中文站名": "大橋頭", 1925 | "英譯站名": "Daqiaotou", 1926 | "路線編號": "O", 1927 | "路線名": "中和新蘆線", 1928 | "地址": "台北市大同區民權西路223號B1", 1929 | "緯度": 25.063256, 1930 | "經度": 121.51272, 1931 | "marker-size": "medium", 1932 | "marker-symbol": "rail-metro", 1933 | "marker-color": "#f8b61c" 1934 | } 1935 | }, 1936 | { 1937 | "type": "Feature", 1938 | "geometry": { 1939 | "type": "Point", 1940 | "coordinates": [ 1941 | 121.500762, 1942 | 25.063274 1943 | ] 1944 | }, 1945 | "properties": { 1946 | "車站編號": "O13", 1947 | "中文站名": "台北橋", 1948 | "英譯站名": "Taipei Bridge", 1949 | "路線編號": "O", 1950 | "路線名": "中和新蘆線", 1951 | "地址": "新北市三重區重新路一段108號B1", 1952 | "緯度": 25.063274, 1953 | "經度": 121.500762, 1954 | "marker-size": "medium", 1955 | "marker-symbol": "rail-metro", 1956 | "marker-color": "#f8b61c" 1957 | } 1958 | }, 1959 | { 1960 | "type": "Feature", 1961 | "geometry": { 1962 | "type": "Point", 1963 | "coordinates": [ 1964 | 121.492156, 1965 | 25.060274 1966 | ] 1967 | }, 1968 | "properties": { 1969 | "車站編號": "O14", 1970 | "中文站名": "菜寮", 1971 | "英譯站名": "Cailiao", 1972 | "路線編號": "O", 1973 | "路線名": "中和新蘆線", 1974 | "地址": "新北市三重區重新路三段150號B1", 1975 | "緯度": 25.060274, 1976 | "經度": 121.492156, 1977 | "marker-size": "medium", 1978 | "marker-symbol": "rail-metro", 1979 | "marker-color": "#f8b61c" 1980 | } 1981 | }, 1982 | { 1983 | "type": "Feature", 1984 | "geometry": { 1985 | "type": "Point", 1986 | "coordinates": [ 1987 | 121.484725, 1988 | 25.055791 1989 | ] 1990 | }, 1991 | "properties": { 1992 | "車站編號": "O15", 1993 | "中文站名": "三重", 1994 | "英譯站名": "Sanchong", 1995 | "路線編號": "O", 1996 | "路線名": "中和新蘆線", 1997 | "地址": "新北市三重區捷運路36號B1", 1998 | "緯度": 25.055791, 1999 | "經度": 121.484725, 2000 | "marker-size": "medium", 2001 | "marker-symbol": "rail-metro", 2002 | "marker-color": "#f8b61c" 2003 | } 2004 | }, 2005 | { 2006 | "type": "Feature", 2007 | "geometry": { 2008 | "type": "Point", 2009 | "coordinates": [ 2010 | 121.471916, 2011 | 25.046493 2012 | ] 2013 | }, 2014 | "properties": { 2015 | "車站編號": "O16", 2016 | "中文站名": "先嗇宮", 2017 | "英譯站名": "Xianse Temple", 2018 | "路線編號": "O", 2019 | "路線名": "中和新蘆線", 2020 | "地址": "新北市三重區重新路五段515號B1", 2021 | "緯度": 25.046493, 2022 | "經度": 121.471916, 2023 | "marker-size": "medium", 2024 | "marker-symbol": "rail-metro", 2025 | "marker-color": "#f8b61c" 2026 | } 2027 | }, 2028 | { 2029 | "type": "Feature", 2030 | "geometry": { 2031 | "type": "Point", 2032 | "coordinates": [ 2033 | 121.461746, 2034 | 25.039705 2035 | ] 2036 | }, 2037 | "properties": { 2038 | "車站編號": "O17", 2039 | "中文站名": "頭前庄", 2040 | "英譯站名": "Touqianzhuang", 2041 | "路線編號": "O", 2042 | "路線名": "中和新蘆線", 2043 | "地址": "新北市新莊區思源路18號B1", 2044 | "緯度": 25.039705, 2045 | "經度": 121.461746, 2046 | "marker-size": "medium", 2047 | "marker-symbol": "rail-metro", 2048 | "marker-color": "#f8b61c" 2049 | } 2050 | }, 2051 | { 2052 | "type": "Feature", 2053 | "geometry": { 2054 | "type": "Point", 2055 | "coordinates": [ 2056 | 121.452468, 2057 | 25.036125 2058 | ] 2059 | }, 2060 | "properties": { 2061 | "車站編號": "O18", 2062 | "中文站名": "新莊", 2063 | "英譯站名": "Xinzhuang", 2064 | "路線編號": "O", 2065 | "路線名": "中和新蘆線", 2066 | "地址": "新北市新莊區中正路138號B1", 2067 | "緯度": 25.036125, 2068 | "經度": 121.452468, 2069 | "marker-size": "medium", 2070 | "marker-symbol": "rail-metro", 2071 | "marker-color": "#f8b61c" 2072 | } 2073 | }, 2074 | { 2075 | "type": "Feature", 2076 | "geometry": { 2077 | "type": "Point", 2078 | "coordinates": [ 2079 | 121.43547, 2080 | 25.032718 2081 | ] 2082 | }, 2083 | "properties": { 2084 | "車站編號": "O19", 2085 | "中文站名": "輔大", 2086 | "英譯站名": "Fu Jen University", 2087 | "路線編號": "O", 2088 | "路線名": "中和新蘆線", 2089 | "地址": "新北市新莊區中正路510之1號B1", 2090 | "緯度": 25.032718, 2091 | "經度": 121.43547, 2092 | "marker-size": "medium", 2093 | "marker-symbol": "rail-metro", 2094 | "marker-color": "#f8b61c" 2095 | } 2096 | }, 2097 | { 2098 | "type": "Feature", 2099 | "geometry": { 2100 | "type": "Point", 2101 | "coordinates": [ 2102 | 121.4227079, 2103 | 25.0288671 2104 | ] 2105 | }, 2106 | "properties": { 2107 | "車站編號": "O20", 2108 | "中文站名": "丹鳳", 2109 | "英譯站名": "Danfeng", 2110 | "路線編號": "O", 2111 | "路線名": "中和新蘆線", 2112 | "地址": "新北市新莊區中正路624之1號B1", 2113 | "緯度": 25.0288671, 2114 | "經度": 121.4227079, 2115 | "marker-size": "medium", 2116 | "marker-symbol": "rail-metro", 2117 | "marker-color": "#f8b61c" 2118 | } 2119 | }, 2120 | { 2121 | "type": "Feature", 2122 | "geometry": { 2123 | "type": "Point", 2124 | "coordinates": [ 2125 | 121.41127, 2126 | 25.021862 2127 | ] 2128 | }, 2129 | "properties": { 2130 | "車站編號": "O21", 2131 | "中文站名": "迴龍", 2132 | "英譯站名": "Huilong", 2133 | "路線編號": "O", 2134 | "路線名": "中和新蘆線", 2135 | "地址": "新北市新莊區中正路758號B1", 2136 | "緯度": 25.021862, 2137 | "經度": 121.41127, 2138 | "marker-size": "medium", 2139 | "marker-symbol": "rail-metro", 2140 | "marker-color": "#f8b61c" 2141 | } 2142 | }, 2143 | { 2144 | "type": "Feature", 2145 | "geometry": { 2146 | "type": "Point", 2147 | "coordinates": [ 2148 | 121.496904, 2149 | 25.070319 2150 | ] 2151 | }, 2152 | "properties": { 2153 | "車站編號": "O50", 2154 | "中文站名": "三重國小", 2155 | "英譯站名": "Sanchong Elementary School", 2156 | "路線編號": "O", 2157 | "路線名": "中和新蘆線", 2158 | "地址": "新北市三重區三和路三段5號B1", 2159 | "緯度": 25.070319, 2160 | "經度": 121.496904, 2161 | "marker-size": "medium", 2162 | "marker-symbol": "rail-metro", 2163 | "marker-color": "#f8b61c" 2164 | } 2165 | }, 2166 | { 2167 | "type": "Feature", 2168 | "geometry": { 2169 | "type": "Point", 2170 | "coordinates": [ 2171 | 121.486347, 2172 | 25.076859 2173 | ] 2174 | }, 2175 | "properties": { 2176 | "車站編號": "O51", 2177 | "中文站名": "三和國中", 2178 | "英譯站名": "Sanhe Junior High School", 2179 | "路線編號": "O", 2180 | "路線名": "中和新蘆線", 2181 | "地址": "新北市三重區三和路四段107號B1", 2182 | "緯度": 25.076859, 2183 | "經度": 121.486347, 2184 | "marker-size": "medium", 2185 | "marker-symbol": "rail-metro", 2186 | "marker-color": "#f8b61c" 2187 | } 2188 | }, 2189 | { 2190 | "type": "Feature", 2191 | "geometry": { 2192 | "type": "Point", 2193 | "coordinates": [ 2194 | 121.479673, 2195 | 25.080728 2196 | ] 2197 | }, 2198 | "properties": { 2199 | "車站編號": "O52", 2200 | "中文站名": "徐匯中學", 2201 | "英譯站名": "St. Ignatius High School", 2202 | "路線編號": "O", 2203 | "路線名": "中和新蘆線", 2204 | "地址": "新北市蘆洲區中山一路3號B1", 2205 | "緯度": 25.080728, 2206 | "經度": 121.479673, 2207 | "marker-size": "medium", 2208 | "marker-symbol": "rail-metro", 2209 | "marker-color": "#f8b61c" 2210 | } 2211 | }, 2212 | { 2213 | "type": "Feature", 2214 | "geometry": { 2215 | "type": "Point", 2216 | "coordinates": [ 2217 | 121.473389, 2218 | 25.085456 2219 | ] 2220 | }, 2221 | "properties": { 2222 | "車站編號": "O53", 2223 | "中文站名": "三民高中", 2224 | "英譯站名": "Sanmin Senior High School", 2225 | "路線編號": "O", 2226 | "路線名": "中和新蘆線", 2227 | "地址": "新北市蘆洲區三民路105號B1", 2228 | "緯度": 25.085456, 2229 | "經度": 121.473389, 2230 | "marker-size": "medium", 2231 | "marker-symbol": "rail-metro", 2232 | "marker-color": "#f8b61c" 2233 | } 2234 | }, 2235 | { 2236 | "type": "Feature", 2237 | "geometry": { 2238 | "type": "Point", 2239 | "coordinates": [ 2240 | 121.464471, 2241 | 25.091554 2242 | ] 2243 | }, 2244 | "properties": { 2245 | "車站編號": "O54", 2246 | "中文站名": "蘆洲", 2247 | "英譯站名": "Luzhou", 2248 | "路線編號": "O", 2249 | "路線名": "中和新蘆線", 2250 | "地址": "新北市蘆洲區三民路386號B1", 2251 | "緯度": 25.091554, 2252 | "經度": 121.464471, 2253 | "marker-size": "medium", 2254 | "marker-symbol": "rail-metro", 2255 | "marker-color": "#f8b61c" 2256 | } 2257 | }, 2258 | { 2259 | "type": "Feature", 2260 | "geometry": { 2261 | "type": "Point", 2262 | "coordinates": [ 2263 | 121.4205, 2264 | 24.96012 2265 | ] 2266 | }, 2267 | "properties": { 2268 | "車站編號": "BL01", 2269 | "中文站名": "頂埔", 2270 | "英譯站名": "Dingpu", 2271 | "路線編號": "BL", 2272 | "路線名": "板南線", 2273 | "地址": "新北市土城區中央路四段51-6號B3", 2274 | "緯度": 24.96012, 2275 | "經度": 121.4205, 2276 | "marker-size": "medium", 2277 | "marker-symbol": "rail-metro", 2278 | "marker-color": "#0070bd" 2279 | } 2280 | }, 2281 | { 2282 | "type": "Feature", 2283 | "geometry": { 2284 | "type": "Point", 2285 | "coordinates": [ 2286 | 121.436072, 2287 | 24.966726 2288 | ] 2289 | }, 2290 | "properties": { 2291 | "車站編號": "BL02", 2292 | "中文站名": "永寧", 2293 | "英譯站名": "Yongning", 2294 | "路線編號": "BL", 2295 | "路線名": "板南線", 2296 | "地址": "新北市土城區中央路三段105號B1", 2297 | "緯度": 24.966726, 2298 | "經度": 121.436072, 2299 | "marker-size": "medium", 2300 | "marker-symbol": "rail-metro", 2301 | "marker-color": "#0070bd" 2302 | } 2303 | }, 2304 | { 2305 | "type": "Feature", 2306 | "geometry": { 2307 | "type": "Point", 2308 | "coordinates": [ 2309 | 121.444362, 2310 | 24.973094 2311 | ] 2312 | }, 2313 | "properties": { 2314 | "車站編號": "BL03", 2315 | "中文站名": "土城", 2316 | "英譯站名": "Tucheng", 2317 | "路線編號": "BL", 2318 | "路線名": "板南線", 2319 | "地址": "新北市土城區金城路一段105號B1", 2320 | "緯度": 24.973094, 2321 | "經度": 121.444362, 2322 | "marker-size": "medium", 2323 | "marker-symbol": "rail-metro", 2324 | "marker-color": "#0070bd" 2325 | } 2326 | }, 2327 | { 2328 | "type": "Feature", 2329 | "geometry": { 2330 | "type": "Point", 2331 | "coordinates": [ 2332 | 121.448786, 2333 | 24.985339 2334 | ] 2335 | }, 2336 | "properties": { 2337 | "車站編號": "BL04", 2338 | "中文站名": "海山", 2339 | "英譯站名": "Haishan", 2340 | "路線編號": "BL", 2341 | "路線名": "板南線", 2342 | "地址": "新北市土城區海山路39號B2", 2343 | "緯度": 24.985339, 2344 | "經度": 121.448786, 2345 | "marker-size": "medium", 2346 | "marker-symbol": "rail-metro", 2347 | "marker-color": "#0070bd" 2348 | } 2349 | }, 2350 | { 2351 | "type": "Feature", 2352 | "geometry": { 2353 | "type": "Point", 2354 | "coordinates": [ 2355 | 121.452514, 2356 | 24.998037 2357 | ] 2358 | }, 2359 | "properties": { 2360 | "車站編號": "BL05", 2361 | "中文站名": "亞東醫院", 2362 | "英譯站名": "Far Eastern Hospital", 2363 | "路線編號": "BL", 2364 | "路線名": "板南線", 2365 | "地址": "新北市板橋區南雅南路二段17號B1", 2366 | "緯度": 24.998037, 2367 | "經度": 121.452514, 2368 | "marker-size": "medium", 2369 | "marker-symbol": "rail-metro", 2370 | "marker-color": "#0070bd" 2371 | } 2372 | }, 2373 | { 2374 | "type": "Feature", 2375 | "geometry": { 2376 | "type": "Point", 2377 | "coordinates": [ 2378 | 121.459409, 2379 | 25.008619 2380 | ] 2381 | }, 2382 | "properties": { 2383 | "車站編號": "BL06", 2384 | "中文站名": "府中", 2385 | "英譯站名": "Fuzhong", 2386 | "路線編號": "BL", 2387 | "路線名": "板南線", 2388 | "地址": "新北市板橋區縣民大道一段193號B1", 2389 | "緯度": 25.008619, 2390 | "經度": 121.459409, 2391 | "marker-size": "medium", 2392 | "marker-symbol": "rail-metro", 2393 | "marker-color": "#0070bd" 2394 | } 2395 | }, 2396 | { 2397 | "type": "Feature", 2398 | "geometry": { 2399 | "type": "Point", 2400 | "coordinates": [ 2401 | 121.462302, 2402 | 25.013618 2403 | ] 2404 | }, 2405 | "properties": { 2406 | "車站編號": "BL07", 2407 | "中文站名": "板橋", 2408 | "英譯站名": "Banqiao", 2409 | "路線編號": "BL", 2410 | "路線名": "板南線", 2411 | "地址": "新北市板橋區站前路5號B1", 2412 | "緯度": 25.013618, 2413 | "經度": 121.462302, 2414 | "marker-size": "medium", 2415 | "marker-symbol": "rail-metro", 2416 | "marker-color": "#0070bd" 2417 | } 2418 | }, 2419 | { 2420 | "type": "Feature", 2421 | "geometry": { 2422 | "type": "Point", 2423 | "coordinates": [ 2424 | 121.468361, 2425 | 25.023738 2426 | ] 2427 | }, 2428 | "properties": { 2429 | "車站編號": "BL08", 2430 | "中文站名": "新埔", 2431 | "英譯站名": "Xinpu", 2432 | "路線編號": "BL", 2433 | "路線名": "板南線", 2434 | "地址": "新北市板橋區民生路三段2號B1", 2435 | "緯度": 25.023738, 2436 | "經度": 121.468361, 2437 | "marker-size": "medium", 2438 | "marker-symbol": "rail-metro", 2439 | "marker-color": "#0070bd" 2440 | } 2441 | }, 2442 | { 2443 | "type": "Feature", 2444 | "geometry": { 2445 | "type": "Point", 2446 | "coordinates": [ 2447 | 121.47239, 2448 | 25.03001 2449 | ] 2450 | }, 2451 | "properties": { 2452 | "車站編號": "BL09", 2453 | "中文站名": "江子翠", 2454 | "英譯站名": "Jianzicui", 2455 | "路線編號": "BL", 2456 | "路線名": "板南線", 2457 | "地址": "新北市板橋區文化路二段296號B1", 2458 | "緯度": 25.03001, 2459 | "經度": 121.47239, 2460 | "marker-size": "medium", 2461 | "marker-symbol": "rail-metro", 2462 | "marker-color": "#0070bd" 2463 | } 2464 | }, 2465 | { 2466 | "type": "Feature", 2467 | "geometry": { 2468 | "type": "Point", 2469 | "coordinates": [ 2470 | 121.499826, 2471 | 25.03528 2472 | ] 2473 | }, 2474 | "properties": { 2475 | "車站編號": "BL10", 2476 | "中文站名": "龍山寺", 2477 | "英譯站名": "Longshan Temple", 2478 | "路線編號": "BL", 2479 | "路線名": "板南線", 2480 | "地址": "台北市萬華區西園路一段153號", 2481 | "緯度": 25.03528, 2482 | "經度": 121.499826, 2483 | "marker-size": "medium", 2484 | "marker-symbol": "rail-metro", 2485 | "marker-color": "#0070bd" 2486 | } 2487 | }, 2488 | { 2489 | "type": "Feature", 2490 | "geometry": { 2491 | "type": "Point", 2492 | "coordinates": [ 2493 | 121.508303, 2494 | 25.04209 2495 | ] 2496 | }, 2497 | "properties": { 2498 | "車站編號": "BL11", 2499 | "中文站名": "西門", 2500 | "英譯站名": "Ximen", 2501 | "路線編號": "BL", 2502 | "路線名": "板南線", 2503 | "地址": "台北市中正區寶慶路32之1號B1", 2504 | "緯度": 25.04209, 2505 | "經度": 121.508303, 2506 | "marker-size": "medium", 2507 | "marker-symbol": "rail-metro", 2508 | "marker-color": "#0070bd" 2509 | } 2510 | }, 2511 | { 2512 | "type": "Feature", 2513 | "geometry": { 2514 | "type": "Point", 2515 | "coordinates": [ 2516 | 121.517532, 2517 | 25.046255 2518 | ] 2519 | }, 2520 | "properties": { 2521 | "車站編號": "BL12", 2522 | "中文站名": "台北車站", 2523 | "英譯站名": "Taipei Main Station", 2524 | "路線編號": "BL", 2525 | "路線名": "板南線", 2526 | "地址": "台北市中正區忠孝西路一段49號", 2527 | "緯度": 25.046255, 2528 | "經度": 121.517532, 2529 | "marker-size": "medium", 2530 | "marker-symbol": "rail-metro", 2531 | "marker-color": "#0070bd" 2532 | } 2533 | }, 2534 | { 2535 | "type": "Feature", 2536 | "geometry": { 2537 | "type": "Point", 2538 | "coordinates": [ 2539 | 121.523208, 2540 | 25.044823 2541 | ] 2542 | }, 2543 | "properties": { 2544 | "車站編號": "BL13", 2545 | "中文站名": "善導寺", 2546 | "英譯站名": "Shandao Temple", 2547 | "路線編號": "BL", 2548 | "路線名": "板南線", 2549 | "地址": "台北市中正區忠孝東路一段58號B1", 2550 | "緯度": 25.044823, 2551 | "經度": 121.523208, 2552 | "marker-size": "medium", 2553 | "marker-symbol": "rail-metro", 2554 | "marker-color": "#0070bd" 2555 | } 2556 | }, 2557 | { 2558 | "type": "Feature", 2559 | "geometry": { 2560 | "type": "Point", 2561 | "coordinates": [ 2562 | 121.532905, 2563 | 25.042356 2564 | ] 2565 | }, 2566 | "properties": { 2567 | "車站編號": "BL14", 2568 | "中文站名": "忠孝新生", 2569 | "英譯站名": "Zhongxiao Xinsheng", 2570 | "路線編號": "BL", 2571 | "路線名": "板南線", 2572 | "地址": "台北市大安區新生南路一段67號", 2573 | "緯度": 25.042356, 2574 | "經度": 121.532905, 2575 | "marker-size": "medium", 2576 | "marker-symbol": "rail-metro", 2577 | "marker-color": "#0070bd" 2578 | } 2579 | }, 2580 | { 2581 | "type": "Feature", 2582 | "geometry": { 2583 | "type": "Point", 2584 | "coordinates": [ 2585 | 121.543767, 2586 | 25.041629 2587 | ] 2588 | }, 2589 | "properties": { 2590 | "車站編號": "BL15", 2591 | "中文站名": "忠孝復興", 2592 | "英譯站名": "Zhongxiao Fuxing", 2593 | "路線編號": "BL", 2594 | "路線名": "板南線", 2595 | "地址": "台北市大安區忠孝東路四段47號", 2596 | "緯度": 25.041629, 2597 | "經度": 121.543767, 2598 | "marker-size": "medium", 2599 | "marker-symbol": "rail-metro", 2600 | "marker-color": "#0070bd" 2601 | } 2602 | }, 2603 | { 2604 | "type": "Feature", 2605 | "geometry": { 2606 | "type": "Point", 2607 | "coordinates": [ 2608 | 121.551098, 2609 | 25.041478 2610 | ] 2611 | }, 2612 | "properties": { 2613 | "車站編號": "BL16", 2614 | "中文站名": "忠孝敦化", 2615 | "英譯站名": "Zhongxiao Dunhua", 2616 | "路線編號": "BL", 2617 | "路線名": "板南線", 2618 | "地址": "台北市大安區忠孝東路四段182號", 2619 | "緯度": 25.041478, 2620 | "經度": 121.551098, 2621 | "marker-size": "medium", 2622 | "marker-symbol": "rail-metro", 2623 | "marker-color": "#0070bd" 2624 | } 2625 | }, 2626 | { 2627 | "type": "Feature", 2628 | "geometry": { 2629 | "type": "Point", 2630 | "coordinates": [ 2631 | 121.557802, 2632 | 25.041349 2633 | ] 2634 | }, 2635 | "properties": { 2636 | "車站編號": "BL17", 2637 | "中文站名": "國父紀念館", 2638 | "英譯站名": "Sun Yat-Sen Memorial Hall", 2639 | "路線編號": "BL", 2640 | "路線名": "板南線", 2641 | "地址": "台北市信義區忠孝東路四段400號", 2642 | "緯度": 25.041349, 2643 | "經度": 121.557802, 2644 | "marker-size": "medium", 2645 | "marker-symbol": "rail-metro", 2646 | "marker-color": "#0070bd" 2647 | } 2648 | }, 2649 | { 2650 | "type": "Feature", 2651 | "geometry": { 2652 | "type": "Point", 2653 | "coordinates": [ 2654 | 121.565228, 2655 | 25.041171 2656 | ] 2657 | }, 2658 | "properties": { 2659 | "車站編號": "BL18", 2660 | "中文站名": "市政府", 2661 | "英譯站名": "Taipei City Hall", 2662 | "路線編號": "BL", 2663 | "路線名": "板南線", 2664 | "地址": "台北市信義區忠孝東路五段2號", 2665 | "緯度": 25.041171, 2666 | "經度": 121.565228, 2667 | "marker-size": "medium", 2668 | "marker-symbol": "rail-metro", 2669 | "marker-color": "#0070bd" 2670 | } 2671 | }, 2672 | { 2673 | "type": "Feature", 2674 | "geometry": { 2675 | "type": "Point", 2676 | "coordinates": [ 2677 | 121.576293, 2678 | 25.040859 2679 | ] 2680 | }, 2681 | "properties": { 2682 | "車站編號": "BL19", 2683 | "中文站名": "永春", 2684 | "英譯站名": "Yongchun", 2685 | "路線編號": "BL", 2686 | "路線名": "板南線", 2687 | "地址": "台北市信義區忠孝東路五段455號", 2688 | "緯度": 25.040859, 2689 | "經度": 121.576293, 2690 | "marker-size": "medium", 2691 | "marker-symbol": "rail-metro", 2692 | "marker-color": "#0070bd" 2693 | } 2694 | }, 2695 | { 2696 | "type": "Feature", 2697 | "geometry": { 2698 | "type": "Point", 2699 | "coordinates": [ 2700 | 121.582522, 2701 | 25.045055 2702 | ] 2703 | }, 2704 | "properties": { 2705 | "車站編號": "BL20", 2706 | "中文站名": "後山埤", 2707 | "英譯站名": "Houshanpi", 2708 | "路線編號": "BL", 2709 | "路線名": "板南線", 2710 | "地址": "台北市南港區忠孝東路六段2號", 2711 | "緯度": 25.045055, 2712 | "經度": 121.582522, 2713 | "marker-size": "medium", 2714 | "marker-symbol": "rail-metro", 2715 | "marker-color": "#0070bd" 2716 | } 2717 | }, 2718 | { 2719 | "type": "Feature", 2720 | "geometry": { 2721 | "type": "Point", 2722 | "coordinates": [ 2723 | 121.593268, 2724 | 25.050461 2725 | ] 2726 | }, 2727 | "properties": { 2728 | "車站編號": "BL21", 2729 | "中文站名": "昆陽", 2730 | "英譯站名": "Kunyang", 2731 | "路線編號": "BL", 2732 | "路線名": "板南線", 2733 | "地址": "台北市南港區忠孝東路六段451號", 2734 | "緯度": 25.050461, 2735 | "經度": 121.593268, 2736 | "marker-size": "medium", 2737 | "marker-symbol": "rail-metro", 2738 | "marker-color": "#0070bd" 2739 | } 2740 | }, 2741 | { 2742 | "type": "Feature", 2743 | "geometry": { 2744 | "type": "Point", 2745 | "coordinates": [ 2746 | 121.606686, 2747 | 25.052116 2748 | ] 2749 | }, 2750 | "properties": { 2751 | "車站編號": "BL22", 2752 | "中文站名": "南港", 2753 | "英譯站名": "Nangang", 2754 | "路線編號": "BL", 2755 | "路線名": "板南線", 2756 | "地址": "台北市南港區忠孝東路七段380號", 2757 | "緯度": 25.052116, 2758 | "經度": 121.606686, 2759 | "marker-size": "medium", 2760 | "marker-symbol": "rail-metro", 2761 | "marker-color": "#0070bd" 2762 | } 2763 | }, 2764 | { 2765 | "type": "Feature", 2766 | "geometry": { 2767 | "type": "Point", 2768 | "coordinates": [ 2769 | 121.6175001, 2770 | 25.055288 2771 | ] 2772 | }, 2773 | "properties": { 2774 | "車站編號": "BL23", 2775 | "中文站名": "南港展覽館", 2776 | "英譯站名": "Taipei Nangang Exhibition Center", 2777 | "路線編號": "BL", 2778 | "路線名": "板南線", 2779 | "地址": "台北市南港區研究院路一段1號", 2780 | "緯度": 25.055288, 2781 | "經度": 121.6175001, 2782 | "marker-size": "medium", 2783 | "marker-symbol": "rail-metro", 2784 | "marker-color": "#0070bd" 2785 | } 2786 | }, 2787 | { 2788 | "type": "Feature", 2789 | "geometry": { 2790 | "type": "Point", 2791 | "coordinates": [ 2792 | 121.541352, 2793 | 24.982899 2794 | ] 2795 | }, 2796 | "properties": { 2797 | "車站編號": "Y07", 2798 | "中文站名": "大坪林", 2799 | "英譯站名": "Dapinglin", 2800 | "路線編號": "Y", 2801 | "路線名": "環狀線", 2802 | "地址": "新北市新店區北新路三段190號", 2803 | "緯度": 24.982899, 2804 | "經度": 121.541352, 2805 | "marker-size": "medium", 2806 | "marker-symbol": "rail-metro", 2807 | "marker-color": "#fddb00" 2808 | } 2809 | }, 2810 | { 2811 | "type": "Feature", 2812 | "geometry": { 2813 | "type": "Point", 2814 | "coordinates": [ 2815 | 121.5340099, 2816 | 24.9829302 2817 | ] 2818 | }, 2819 | "properties": { 2820 | "車站編號": "Y08", 2821 | "中文站名": "十四張", 2822 | "英譯站名": "Shisizhang", 2823 | "路線編號": "Y", 2824 | "路線名": "環狀線", 2825 | "地址": "新北市新店區民權路282號", 2826 | "緯度": 24.9829302, 2827 | "經度": 121.5340099, 2828 | "marker-size": "medium", 2829 | "marker-symbol": "rail-metro", 2830 | "marker-color": "#fddb00" 2831 | } 2832 | }, 2833 | { 2834 | "type": "Feature", 2835 | "geometry": { 2836 | "type": "Point", 2837 | "coordinates": [ 2838 | 121.5250505, 2839 | 24.9905493 2840 | ] 2841 | }, 2842 | "properties": { 2843 | "車站編號": "Y09", 2844 | "中文站名": "秀朗橋", 2845 | "英譯站名": "Xiulang Bridge", 2846 | "路線編號": "Y", 2847 | "路線名": "環狀線", 2848 | "地址": "新北市中和區景平路2號", 2849 | "緯度": 24.9905493, 2850 | "經度": 121.5250505, 2851 | "marker-size": "medium", 2852 | "marker-symbol": "rail-metro", 2853 | "marker-color": "#fddb00" 2854 | } 2855 | }, 2856 | { 2857 | "type": "Feature", 2858 | "geometry": { 2859 | "type": "Point", 2860 | "coordinates": [ 2861 | 121.5165532, 2862 | 24.9919681 2863 | ] 2864 | }, 2865 | "properties": { 2866 | "車站編號": "Y10", 2867 | "中文站名": "景平", 2868 | "英譯站名": "Jingping", 2869 | "路線編號": "Y", 2870 | "路線名": "環狀線", 2871 | "地址": "新北市中和區景平路121號", 2872 | "緯度": 24.9919681, 2873 | "經度": 121.5165532, 2874 | "marker-size": "medium", 2875 | "marker-symbol": "rail-metro", 2876 | "marker-color": "#fddb00" 2877 | } 2878 | }, 2879 | { 2880 | "type": "Feature", 2881 | "geometry": { 2882 | "type": "Point", 2883 | "coordinates": [ 2884 | 121.505113, 2885 | 24.993905 2886 | ] 2887 | }, 2888 | "properties": { 2889 | "車站編號": "Y11", 2890 | "中文站名": "景安", 2891 | "英譯站名": "Jingan", 2892 | "路線編號": "Y", 2893 | "路線名": "環狀線", 2894 | "地址": "新北市中和區景平路486號", 2895 | "緯度": 24.993905, 2896 | "經度": 121.505113, 2897 | "marker-size": "medium", 2898 | "marker-symbol": "rail-metro", 2899 | "marker-color": "#fddb00" 2900 | } 2901 | }, 2902 | { 2903 | "type": "Feature", 2904 | "geometry": { 2905 | "type": "Point", 2906 | "coordinates": [ 2907 | 121.4960519, 2908 | 25.0019806 2909 | ] 2910 | }, 2911 | "properties": { 2912 | "車站編號": "Y12", 2913 | "中文站名": "中和", 2914 | "英譯站名": "Zhonghe", 2915 | "路線編號": "Y", 2916 | "路線名": "環狀線", 2917 | "地址": "新北市中和區中山路二段271號", 2918 | "緯度": 25.0019806, 2919 | "經度": 121.4960519, 2920 | "marker-size": "medium", 2921 | "marker-symbol": "rail-metro", 2922 | "marker-color": "#fddb00" 2923 | } 2924 | }, 2925 | { 2926 | "type": "Feature", 2927 | "geometry": { 2928 | "type": "Point", 2929 | "coordinates": [ 2930 | 121.4904608, 2931 | 25.0044131 2932 | ] 2933 | }, 2934 | "properties": { 2935 | "車站編號": "Y13", 2936 | "中文站名": "橋和", 2937 | "英譯站名": "Qiaohe", 2938 | "路線編號": "Y", 2939 | "路線名": "環狀線", 2940 | "地址": "新北市中和區板南路430號", 2941 | "緯度": 25.0044131, 2942 | "經度": 121.4904608, 2943 | "marker-size": "medium", 2944 | "marker-symbol": "rail-metro", 2945 | "marker-color": "#fddb00" 2946 | } 2947 | }, 2948 | { 2949 | "type": "Feature", 2950 | "geometry": { 2951 | "type": "Point", 2952 | "coordinates": [ 2953 | 121.4841593, 2954 | 25.0084104 2955 | ] 2956 | }, 2957 | "properties": { 2958 | "車站編號": "Y14", 2959 | "中文站名": "中原", 2960 | "英譯站名": "Zhongyuan", 2961 | "路線編號": "Y", 2962 | "路線名": "環狀線", 2963 | "地址": "新北市中和區板南路510號", 2964 | "緯度": 25.0084104, 2965 | "經度": 121.4841593, 2966 | "marker-size": "medium", 2967 | "marker-symbol": "rail-metro", 2968 | "marker-color": "#fddb00" 2969 | } 2970 | }, 2971 | { 2972 | "type": "Feature", 2973 | "geometry": { 2974 | "type": "Point", 2975 | "coordinates": [ 2976 | 121.4722124, 2977 | 25.0144914 2978 | ] 2979 | }, 2980 | "properties": { 2981 | "車站編號": "Y15", 2982 | "中文站名": "板新", 2983 | "英譯站名": "Banxin", 2984 | "路線編號": "Y", 2985 | "路線名": "環狀線", 2986 | "地址": "新北市板橋區板新路109號", 2987 | "緯度": 25.0144914, 2988 | "經度": 121.4722124, 2989 | "marker-size": "medium", 2990 | "marker-symbol": "rail-metro", 2991 | "marker-color": "#fddb00" 2992 | } 2993 | }, 2994 | { 2995 | "type": "Feature", 2996 | "geometry": { 2997 | "type": "Point", 2998 | "coordinates": [ 2999 | 121.464825, 3000 | 25.015156 3001 | ] 3002 | }, 3003 | "properties": { 3004 | "車站編號": "Y16", 3005 | "中文站名": "板橋", 3006 | "英譯站名": "Banqiao", 3007 | "路線編號": "Y", 3008 | "路線名": "環狀線", 3009 | "地址": "新北市板橋區新站路66號", 3010 | "緯度": 25.015156, 3011 | "經度": 121.464825, 3012 | "marker-size": "medium", 3013 | "marker-symbol": "rail-metro", 3014 | "marker-color": "#fddb00" 3015 | } 3016 | }, 3017 | { 3018 | "type": "Feature", 3019 | "geometry": { 3020 | "type": "Point", 3021 | "coordinates": [ 3022 | 121.466839, 3023 | 25.026125 3024 | ] 3025 | }, 3026 | "properties": { 3027 | "車站編號": "Y17", 3028 | "中文站名": "新埔民生", 3029 | "英譯站名": "Xinpu Minsheng", 3030 | "路線編號": "Y", 3031 | "路線名": "環狀線", 3032 | "地址": "新北市板橋區民生路三段70號", 3033 | "緯度": 25.026125, 3034 | "經度": 121.466839, 3035 | "marker-size": "medium", 3036 | "marker-symbol": "rail-metro", 3037 | "marker-color": "#fddb00" 3038 | } 3039 | }, 3040 | { 3041 | "type": "Feature", 3042 | "geometry": { 3043 | "type": "Point", 3044 | "coordinates": [ 3045 | 121.461655, 3046 | 25.039735 3047 | ] 3048 | }, 3049 | "properties": { 3050 | "車站編號": "Y18", 3051 | "中文站名": "頭前庄", 3052 | "英譯站名": "Touqianzhuang", 3053 | "路線編號": "Y", 3054 | "路線名": "環狀線", 3055 | "地址": "新北市新莊區思源路20號", 3056 | "緯度": 25.039735, 3057 | "經度": 121.461655, 3058 | "marker-size": "medium", 3059 | "marker-symbol": "rail-metro", 3060 | "marker-color": "#fddb00" 3061 | } 3062 | }, 3063 | { 3064 | "type": "Feature", 3065 | "geometry": { 3066 | "type": "Point", 3067 | "coordinates": [ 3068 | 121.460216, 3069 | 25.050282 3070 | ] 3071 | }, 3072 | "properties": { 3073 | "車站編號": "Y19", 3074 | "中文站名": "幸福", 3075 | "英譯站名": "Xingfu", 3076 | "路線編號": "Y", 3077 | "路線名": "環狀線", 3078 | "地址": "新北市新莊區思源路292號", 3079 | "緯度": 25.050282, 3080 | "經度": 121.460216, 3081 | "marker-size": "medium", 3082 | "marker-symbol": "rail-metro", 3083 | "marker-color": "#fddb00" 3084 | } 3085 | }, 3086 | { 3087 | "type": "Feature", 3088 | "geometry": { 3089 | "type": "Point", 3090 | "coordinates": [ 3091 | 121.4599257, 3092 | 25.0615483 3093 | ] 3094 | }, 3095 | "properties": { 3096 | "車站編號": "Y20", 3097 | "中文站名": "新北產業園區", 3098 | "英譯站名": "New Taipei Industrial Park", 3099 | "路線編號": "Y", 3100 | "路線名": "環狀線", 3101 | "地址": "新北市新莊區五工路35號", 3102 | "緯度": 25.0615483, 3103 | "經度": 121.4599257, 3104 | "marker-size": "medium", 3105 | "marker-symbol": "rail-metro", 3106 | "marker-color": "#fddb00" 3107 | } 3108 | }, 3109 | { 3110 | "type": "Feature", 3111 | "geometry": { 3112 | "type": "Point", 3113 | "coordinates": [ 3114 | 121.515245, 3115 | 25.0491868 3116 | ] 3117 | }, 3118 | "properties": { 3119 | "車站編號": "A1", 3120 | "中文站名": "台北車站", 3121 | "英譯站名": "Taipei Main Station", 3122 | "路線編號": "A", 3123 | "路線名": "機場線", 3124 | "地址": "台北市中正區鄭州路8號", 3125 | "緯度": 25.0491868, 3126 | "經度": 121.515245, 3127 | "marker-size": "medium", 3128 | "marker-symbol": "rail-metro", 3129 | "marker-color": "#8246af" 3130 | } 3131 | }, 3132 | { 3133 | "type": "Feature", 3134 | "geometry": { 3135 | "type": "Point", 3136 | "coordinates": [ 3137 | 121.4813901, 3138 | 25.0552963 3139 | ] 3140 | }, 3141 | "properties": { 3142 | "車站編號": "A2", 3143 | "中文站名": "三重", 3144 | "英譯站名": "Sanchong", 3145 | "路線編號": "A", 3146 | "路線名": "機場線", 3147 | "地址": "新北市三重區捷運路36號", 3148 | "緯度": 25.0552963, 3149 | "經度": 121.4813901, 3150 | "marker-size": "medium", 3151 | "marker-symbol": "rail-metro", 3152 | "marker-color": "#8246af" 3153 | } 3154 | }, 3155 | { 3156 | "type": "Feature", 3157 | "geometry": { 3158 | "type": "Point", 3159 | "coordinates": [ 3160 | 121.4567028, 3161 | 25.061716 3162 | ] 3163 | }, 3164 | "properties": { 3165 | "車站編號": "A3", 3166 | "中文站名": "新北產業園區", 3167 | "英譯站名": "New Taipei Industrial Park", 3168 | "路線編號": "A", 3169 | "路線名": "機場線", 3170 | "地址": "新北市新莊區五工路37號", 3171 | "緯度": 25.061716, 3172 | "經度": 121.4567028, 3173 | "marker-size": "medium", 3174 | "marker-symbol": "rail-metro", 3175 | "marker-color": "#8246af" 3176 | } 3177 | }, 3178 | { 3179 | "type": "Feature", 3180 | "geometry": { 3181 | "type": "Point", 3182 | "coordinates": [ 3183 | 121.4434732, 3184 | 25.0591305 3185 | ] 3186 | }, 3187 | "properties": { 3188 | "車站編號": "A4", 3189 | "中文站名": "新莊副都心", 3190 | "英譯站名": "Xinzhuang Fuduxin", 3191 | "路線編號": "A", 3192 | "路線名": "機場線", 3193 | "地址": "新北市新莊區新北大道四段188號", 3194 | "緯度": 25.0591305, 3195 | "經度": 121.4434732, 3196 | "marker-size": "medium", 3197 | "marker-symbol": "rail-metro", 3198 | "marker-color": "#8246af" 3199 | } 3200 | }, 3201 | { 3202 | "type": "Feature", 3203 | "geometry": { 3204 | "type": "Point", 3205 | "coordinates": [ 3206 | 121.4373407, 3207 | 25.0532726 3208 | ] 3209 | }, 3210 | "properties": { 3211 | "車站編號": "A5", 3212 | "中文站名": "泰山", 3213 | "英譯站名": "Taishan", 3214 | "路線編號": "A", 3215 | "路線名": "機場線", 3216 | "地址": "新北市泰山區新北大道四段431號", 3217 | "緯度": 25.0532726, 3218 | "經度": 121.4373407, 3219 | "marker-size": "medium", 3220 | "marker-symbol": "rail-metro", 3221 | "marker-color": "#8246af" 3222 | } 3223 | }, 3224 | { 3225 | "type": "Feature", 3226 | "geometry": { 3227 | "type": "Point", 3228 | "coordinates": [ 3229 | 121.4201443, 3230 | 25.0334752 3231 | ] 3232 | }, 3233 | "properties": { 3234 | "車站編號": "A6", 3235 | "中文站名": "泰山貴和", 3236 | "英譯站名": "Taishan Guihe", 3237 | "路線編號": "A", 3238 | "路線名": "機場線", 3239 | "地址": "新北市泰山區新北大道六段460號", 3240 | "緯度": 25.0334752, 3241 | "經度": 121.4201443, 3242 | "marker-size": "medium", 3243 | "marker-symbol": "rail-metro", 3244 | "marker-color": "#8246af" 3245 | } 3246 | }, 3247 | { 3248 | "type": "Feature", 3249 | "geometry": { 3250 | "type": "Point", 3251 | "coordinates": [ 3252 | 121.3832453, 3253 | 25.041246 3254 | ] 3255 | }, 3256 | "properties": { 3257 | "車站編號": "A7", 3258 | "中文站名": "體育大學", 3259 | "英譯站名": "National Taiwan Sport University", 3260 | "路線編號": "A", 3261 | "路線名": "機場線", 3262 | "地址": "桃園市龜山區文化一路688號", 3263 | "緯度": 25.041246, 3264 | "經度": 121.3832453, 3265 | "marker-size": "medium", 3266 | "marker-symbol": "rail-metro", 3267 | "marker-color": "#8246af" 3268 | } 3269 | }, 3270 | { 3271 | "type": "Feature", 3272 | "geometry": { 3273 | "type": "Point", 3274 | "coordinates": [ 3275 | 121.3679403, 3276 | 25.0604363 3277 | ] 3278 | }, 3279 | "properties": { 3280 | "車站編號": "A8", 3281 | "中文站名": "長庚醫院", 3282 | "英譯站名": "Chang Gung Memorial Hospital", 3283 | "路線編號": "A", 3284 | "路線名": "機場線", 3285 | "地址": "桃園市龜山區文化一路6號", 3286 | "緯度": 25.0604363, 3287 | "經度": 121.3679403, 3288 | "marker-size": "medium", 3289 | "marker-symbol": "rail-metro", 3290 | "marker-color": "#8246af" 3291 | } 3292 | }, 3293 | { 3294 | "type": "Feature", 3295 | "geometry": { 3296 | "type": "Point", 3297 | "coordinates": [ 3298 | 121.3590943, 3299 | 25.0665023 3300 | ] 3301 | }, 3302 | "properties": { 3303 | "車站編號": "A9", 3304 | "中文站名": "林口", 3305 | "英譯站名": "Linkou", 3306 | "路線編號": "A", 3307 | "路線名": "機場線", 3308 | "地址": "新北市林口區八德路290號", 3309 | "緯度": 25.0665023, 3310 | "經度": 121.3590943, 3311 | "marker-size": "medium", 3312 | "marker-symbol": "rail-metro", 3313 | "marker-color": "#8246af" 3314 | } 3315 | }, 3316 | { 3317 | "type": "Feature", 3318 | "geometry": { 3319 | "type": "Point", 3320 | "coordinates": [ 3321 | 121.2834868, 3322 | 25.0803514 3323 | ] 3324 | }, 3325 | "properties": { 3326 | "車站編號": "A10", 3327 | "中文站名": "山鼻", 3328 | "英譯站名": "Shanbi", 3329 | "路線編號": "A", 3330 | "路線名": "機場線", 3331 | "地址": "桃園市蘆竹區南山路三段155號", 3332 | "緯度": 25.0803514, 3333 | "經度": 121.2834868, 3334 | "marker-size": "medium", 3335 | "marker-symbol": "rail-metro", 3336 | "marker-color": "#8246af" 3337 | } 3338 | }, 3339 | { 3340 | "type": "Feature", 3341 | "geometry": { 3342 | "type": "Point", 3343 | "coordinates": [ 3344 | 121.2642601, 3345 | 25.086516 3346 | ] 3347 | }, 3348 | "properties": { 3349 | "車站編號": "A11", 3350 | "中文站名": "坑口", 3351 | "英譯站名": "Kengkou", 3352 | "路線編號": "A", 3353 | "路線名": "機場線", 3354 | "地址": "桃園市蘆竹區坑菓路460號", 3355 | "緯度": 25.086516, 3356 | "經度": 121.2642601, 3357 | "marker-size": "medium", 3358 | "marker-symbol": "rail-metro", 3359 | "marker-color": "#8246af" 3360 | } 3361 | }, 3362 | { 3363 | "type": "Feature", 3364 | "geometry": { 3365 | "type": "Point", 3366 | "coordinates": [ 3367 | 121.2353293, 3368 | 25.081385 3369 | ] 3370 | }, 3371 | "properties": { 3372 | "車站編號": "A12", 3373 | "中文站名": "機場第一航廈", 3374 | "英譯站名": "Airport Terminal 1", 3375 | "路線編號": "A", 3376 | "路線名": "機場線", 3377 | "地址": "桃園市大園區航站南路17之1號B1", 3378 | "緯度": 25.081385, 3379 | "經度": 121.2353293, 3380 | "marker-size": "medium", 3381 | "marker-symbol": "rail-metro", 3382 | "marker-color": "#8246af" 3383 | } 3384 | }, 3385 | { 3386 | "type": "Feature", 3387 | "geometry": { 3388 | "type": "Point", 3389 | "coordinates": [ 3390 | 121.230063, 3391 | 25.0772703 3392 | ] 3393 | }, 3394 | "properties": { 3395 | "車站編號": "A13", 3396 | "中文站名": "機場第二航廈", 3397 | "英譯站名": "Airport Terminal 2", 3398 | "路線編號": "A", 3399 | "路線名": "機場線", 3400 | "地址": "桃園市大園區航站南路9之1號B2", 3401 | "緯度": 25.0772703, 3402 | "經度": 121.230063, 3403 | "marker-size": "medium", 3404 | "marker-symbol": "rail-metro", 3405 | "marker-color": "#8246af" 3406 | } 3407 | }, 3408 | { 3409 | "type": "Feature", 3410 | "geometry": { 3411 | "type": "Point", 3412 | "coordinates": [ 3413 | 121.2187503, 3414 | 25.0692598 3415 | ] 3416 | }, 3417 | "properties": { 3418 | "車站編號": "A14a", 3419 | "中文站名": "機場旅館", 3420 | "英譯站名": "Airport Hotel", 3421 | "路線編號": "A", 3422 | "路線名": "機場線", 3423 | "地址": "桃園市大園區航站南路1之2號", 3424 | "緯度": 25.0692598, 3425 | "經度": 121.2187503, 3426 | "marker-size": "medium", 3427 | "marker-symbol": "rail-metro", 3428 | "marker-color": "#8246af" 3429 | } 3430 | }, 3431 | { 3432 | "type": "Feature", 3433 | "geometry": { 3434 | "type": "Point", 3435 | "coordinates": [ 3436 | 121.2082923, 3437 | 25.0560465 3438 | ] 3439 | }, 3440 | "properties": { 3441 | "車站編號": "A15", 3442 | "中文站名": "大園", 3443 | "英譯站名": "Dayuan", 3444 | "路線編號": "A", 3445 | "路線名": "機場線", 3446 | "地址": "桃園市大園區橫湳一路50號", 3447 | "緯度": 25.0560465, 3448 | "經度": 121.2082923, 3449 | "marker-size": "medium", 3450 | "marker-symbol": "rail-metro", 3451 | "marker-color": "#8246af" 3452 | } 3453 | }, 3454 | { 3455 | "type": "Feature", 3456 | "geometry": { 3457 | "type": "Point", 3458 | "coordinates": [ 3459 | 121.2045017, 3460 | 25.0460284 3461 | ] 3462 | }, 3463 | "properties": { 3464 | "車站編號": "A16", 3465 | "中文站名": "橫山", 3466 | "英譯站名": "Hengshan", 3467 | "路線編號": "A", 3468 | "路線名": "機場線", 3469 | "地址": "桃園市大園區大竹南路1180號", 3470 | "緯度": 25.0460284, 3471 | "經度": 121.2045017, 3472 | "marker-size": "medium", 3473 | "marker-symbol": "rail-metro", 3474 | "marker-color": "#8246af" 3475 | } 3476 | }, 3477 | { 3478 | "type": "Feature", 3479 | "geometry": { 3480 | "type": "Point", 3481 | "coordinates": [ 3482 | 121.2136874, 3483 | 25.0189695 3484 | ] 3485 | }, 3486 | "properties": { 3487 | "車站編號": "A17", 3488 | "中文站名": "領航", 3489 | "英譯站名": "Linghang", 3490 | "路線編號": "A", 3491 | "路線名": "機場線", 3492 | "地址": "桃園市大園區領航北路四段351號", 3493 | "緯度": 25.0189695, 3494 | "經度": 121.2136874, 3495 | "marker-size": "medium", 3496 | "marker-symbol": "rail-metro", 3497 | "marker-color": "#8246af" 3498 | } 3499 | }, 3500 | { 3501 | "type": "Feature", 3502 | "geometry": { 3503 | "type": "Point", 3504 | "coordinates": [ 3505 | 121.2119733, 3506 | 25.013762 3507 | ] 3508 | }, 3509 | "properties": { 3510 | "車站編號": "A18", 3511 | "中文站名": "高鐵桃園站", 3512 | "英譯站名": "Taoyuan HSR Station", 3513 | "路線編號": "A", 3514 | "路線名": "機場線", 3515 | "地址": "桃園市中壢區高鐵北路一段5號", 3516 | "緯度": 25.013762, 3517 | "經度": 121.2119733, 3518 | "marker-size": "medium", 3519 | "marker-symbol": "rail-metro", 3520 | "marker-color": "#8246af" 3521 | } 3522 | }, 3523 | { 3524 | "type": "Feature", 3525 | "geometry": { 3526 | "type": "Point", 3527 | "coordinates": [ 3528 | 121.2013063, 3529 | 25.001996 3530 | ] 3531 | }, 3532 | "properties": { 3533 | "車站編號": "A19", 3534 | "中文站名": "桃園體育園區", 3535 | "英譯站名": "Taoyuan Sports Park", 3536 | "路線編號": "A", 3537 | "路線名": "機場線", 3538 | "地址": "桃園市中壢區高鐵南路二段350號", 3539 | "緯度": 25.001996, 3540 | "經度": 121.2013063, 3541 | "marker-size": "medium", 3542 | "marker-symbol": "rail-metro", 3543 | "marker-color": "#8246af" 3544 | } 3545 | }, 3546 | { 3547 | "type": "Feature", 3548 | "geometry": { 3549 | "type": "Point", 3550 | "coordinates": [ 3551 | 121.2140726, 3552 | 24.9802492 3553 | ] 3554 | }, 3555 | "properties": { 3556 | "車站編號": "A20", 3557 | "中文站名": "興南", 3558 | "英譯站名": "Xingnan", 3559 | "路線編號": "A", 3560 | "路線名": "機場線", 3561 | "地址": "桃園市中壢區中豐北路一段685號", 3562 | "緯度": 24.9802492, 3563 | "經度": 121.2140726, 3564 | "marker-size": "medium", 3565 | "marker-symbol": "rail-metro", 3566 | "marker-color": "#8246af" 3567 | } 3568 | }, 3569 | { 3570 | "type": "Feature", 3571 | "geometry": { 3572 | "type": "Point", 3573 | "coordinates": [ 3574 | 121.2197492, 3575 | 24.967381 3576 | ] 3577 | }, 3578 | "properties": { 3579 | "車站編號": "A21", 3580 | "中文站名": "環北", 3581 | "英譯站名": "Huanbei", 3582 | "路線編號": "A", 3583 | "路線名": "機場線", 3584 | "地址": "桃園市中壢區中豐北路一段26號", 3585 | "緯度": 24.967381, 3586 | "經度": 121.2197492, 3587 | "marker-size": "medium", 3588 | "marker-symbol": "rail-metro", 3589 | "marker-color": "#8246af" 3590 | } 3591 | } 3592 | ] 3593 | } --------------------------------------------------------------------------------