Last active
June 6, 2018 05:42
-
-
Save come25136/6e60338b3822b7bb78a5b6c5017f676b to your computer and use it in GitHub Desktop.
路線図データ (KML) http://www3.unobus.co.jp/opendata/ CC BY 4.0 をGeoJSONに変換
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930167, | |
34.661394, | |
30 | |
], | |
[ | |
133.930383441685, | |
34.6613925487447, | |
30 | |
], | |
[ | |
133.930342285714, | |
34.662599, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "表町BC→中銀本店西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930342285714, | |
34.662599, | |
30 | |
], | |
[ | |
133.930385656635, | |
34.6654823964836, | |
30 | |
], | |
[ | |
133.930537960205, | |
34.6657406603691, | |
30 | |
], | |
[ | |
133.930408, | |
34.666835, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中銀本店西→美術館前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930408, | |
34.666835, | |
30 | |
], | |
[ | |
133.930491196316, | |
34.6670445867067, | |
30 | |
], | |
[ | |
133.930216094464, | |
34.6693750168061, | |
30 | |
], | |
[ | |
133.93019, | |
34.670564, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "美術館前→弓之町", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.93019, | |
34.670564, | |
30 | |
], | |
[ | |
133.930325947642, | |
34.67133300197, | |
30 | |
], | |
[ | |
133.936254142857, | |
34.671228, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "弓之町→浜(岡山プラザホテル前)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.936254142857, | |
34.671228, | |
30 | |
], | |
[ | |
133.939343714286, | |
34.671188, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "浜(岡山プラザホテル前)→岡山中央警察署前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.939343714286, | |
34.671188, | |
30 | |
], | |
[ | |
133.942218, | |
34.671156, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山中央警察署前→岡山市中区役所前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.942218, | |
34.671156, | |
30 | |
], | |
[ | |
133.943551806199, | |
34.6711647912682, | |
30 | |
], | |
[ | |
133.943691279749, | |
34.6722159712063, | |
30 | |
], | |
[ | |
133.943717285714, | |
34.672364, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山市中区役所前→OHKハウジングパーク前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.943717285714, | |
34.672364, | |
30 | |
], | |
[ | |
133.943733261893, | |
34.6724947985292, | |
30 | |
], | |
[ | |
133.943910871021, | |
34.673628031581, | |
30 | |
], | |
[ | |
133.943934857143, | |
34.673806, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "OHKハウジングパーク前→林病院入口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.943934857143, | |
34.673806, | |
30 | |
], | |
[ | |
133.943963815466, | |
34.6739442034464, | |
30 | |
], | |
[ | |
133.944097925916, | |
34.675005069168, | |
30 | |
], | |
[ | |
133.944111857143, | |
34.675129, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "林病院入口→エディオン東川原店前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.944111857143, | |
34.675129, | |
30 | |
], | |
[ | |
133.944137925916, | |
34.6752800597368, | |
30 | |
], | |
[ | |
133.944172677901, | |
34.6764209198987, | |
30 | |
], | |
[ | |
133.944158, | |
34.676636, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "エディオン東川原店前→コープ東川原店前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.944158, | |
34.676636, | |
30 | |
], | |
[ | |
133.944176060175, | |
34.6768849523309, | |
30 | |
], | |
[ | |
133.944114602503, | |
34.6780493594333, | |
30 | |
], | |
[ | |
133.943994602503, | |
34.6783840409684, | |
30 | |
], | |
[ | |
133.943928285714, | |
34.678545, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "コープ東川原店前→ジョイフル東川原店前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.943928285714, | |
34.678545, | |
30 | |
], | |
[ | |
133.943870638215, | |
34.6786498955215, | |
30 | |
], | |
[ | |
133.94360043451, | |
34.6790231135803, | |
30 | |
], | |
[ | |
133.94325361308, | |
34.6793416177773, | |
30 | |
], | |
[ | |
133.94298364284, | |
34.6795521900539, | |
30 | |
], | |
[ | |
133.942812714286, | |
34.679649, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "ジョイフル東川原店前→西川原", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.942812714286, | |
34.679649, | |
30 | |
], | |
[ | |
133.94220603569, | |
34.6800918478024, | |
30 | |
], | |
[ | |
133.941278338601, | |
34.6806492216071, | |
30 | |
], | |
[ | |
133.940553211605, | |
34.6807826754291, | |
30 | |
], | |
[ | |
133.939743714286, | |
34.680791, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "西川原→岡山ハートクリニック前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.939743714286, | |
34.680791, | |
30 | |
], | |
[ | |
133.939015955641, | |
34.6808026679576, | |
30 | |
], | |
[ | |
133.938700619005, | |
34.6808044115675, | |
30 | |
], | |
[ | |
133.938823419925, | |
34.6812329137304, | |
30 | |
], | |
[ | |
133.939166626276, | |
34.6817440686657, | |
30 | |
], | |
[ | |
133.93948219374, | |
34.6820619317297, | |
30 | |
], | |
[ | |
133.939815571429, | |
34.682371, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山ハートクリニック前→新中島竹田橋", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.939815571429, | |
34.682371, | |
30 | |
], | |
[ | |
133.940304117023, | |
34.6827692441984, | |
30 | |
], | |
[ | |
133.943877285042, | |
34.6860538195744, | |
30 | |
], | |
[ | |
133.944225, | |
34.686053, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "新中島竹田橋→中島", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.944225, | |
34.686053, | |
30 | |
], | |
[ | |
133.944353785046, | |
34.6859337617609, | |
30 | |
], | |
[ | |
133.946984571429, | |
34.68639, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中島→中島上", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.946984571429, | |
34.68639, | |
30 | |
], | |
[ | |
133.948809750688, | |
34.686355505382, | |
30 | |
], | |
[ | |
133.949248233495, | |
34.6860452051429, | |
30 | |
], | |
[ | |
133.950044, | |
34.686068, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中島上→高島団地", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.950044, | |
34.686068, | |
30 | |
], | |
[ | |
133.950981758635, | |
34.6860885540233, | |
30 | |
], | |
[ | |
133.95076, | |
34.684577, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "高島団地→保育所前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.95076, | |
34.684577, | |
30 | |
], | |
[ | |
133.950486713006, | |
34.6835902839665, | |
30 | |
], | |
[ | |
133.951157, | |
34.683169, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "保育所前→児童公園前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.951157, | |
34.683169, | |
30 | |
], | |
[ | |
133.951613941847, | |
34.6828403601028, | |
30 | |
], | |
[ | |
133.952688, | |
34.682921, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "児童公園前→新屋敷団地西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.952688, | |
34.682921, | |
30 | |
], | |
[ | |
133.954630285714, | |
34.683079, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "新屋敷団地西→新屋敷団地中", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.954630285714, | |
34.683079, | |
30 | |
], | |
[ | |
133.958279, | |
34.683399, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "新屋敷団地中→新屋敷団地", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.958279, | |
34.683399, | |
30 | |
], | |
[ | |
133.962755, | |
34.683763, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "新屋敷団地→中井南", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.962755, | |
34.683763, | |
30 | |
], | |
[ | |
133.965082285714, | |
34.683986, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中井南→藤の里", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.965082285714, | |
34.683986, | |
30 | |
], | |
[ | |
133.967563142857, | |
34.684239, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "藤の里→雄町西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.967563142857, | |
34.684239, | |
30 | |
], | |
[ | |
133.971424, | |
34.684573, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "雄町西→雄町中", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.971424, | |
34.684573, | |
30 | |
], | |
[ | |
133.976676, | |
34.685078, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "雄町中→雄町", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.976676, | |
34.685078, | |
30 | |
], | |
[ | |
133.978951, | |
34.68527, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "雄町→雄町東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.978951, | |
34.68527, | |
30 | |
], | |
[ | |
133.982107, | |
34.685581, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "雄町東→コウリョー前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.982107, | |
34.685581, | |
30 | |
], | |
[ | |
133.98605, | |
34.685985, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "コウリョー前→東岡山駅前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.98605, | |
34.685985, | |
30 | |
], | |
[ | |
133.987817819094, | |
34.6861424358522, | |
30 | |
], | |
[ | |
133.987869142857, | |
34.689013, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "東岡山駅前→前土田", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.987869142857, | |
34.689013, | |
30 | |
], | |
[ | |
133.987933, | |
34.691908, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "前土田→ろう学校前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.987933, | |
34.691908, | |
30 | |
], | |
[ | |
133.98796160614, | |
34.6929324005335, | |
30 | |
], | |
[ | |
133.987872626643, | |
34.6935745917813, | |
30 | |
], | |
[ | |
133.987844857143, | |
34.693696, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "ろう学校前→岡山東支援学校口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.987844857143, | |
34.693696, | |
30 | |
], | |
[ | |
133.987812219233, | |
34.693950714286, | |
30 | |
], | |
[ | |
133.986062, | |
34.693995, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山東支援学校口→土田東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.986062, | |
34.693995, | |
30 | |
], | |
[ | |
133.985030883239, | |
34.6941036235235, | |
30 | |
], | |
[ | |
133.98469012794, | |
34.6940118742365, | |
30 | |
], | |
[ | |
133.983882315766, | |
34.6935989462761, | |
30 | |
], | |
[ | |
133.983438352138, | |
34.6934563597912, | |
30 | |
], | |
[ | |
133.982801, | |
34.693452, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "土田東→土田", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.982801, | |
34.693452, | |
30 | |
], | |
[ | |
133.982299812448, | |
34.6934299332567, | |
30 | |
], | |
[ | |
133.982062378584, | |
34.69337611193, | |
30 | |
], | |
[ | |
133.9818858184, | |
34.6932826686218, | |
30 | |
], | |
[ | |
133.981746227788, | |
34.6931632214153, | |
30 | |
], | |
[ | |
133.981655848819, | |
34.6929988471748, | |
30 | |
], | |
[ | |
133.981636024083, | |
34.6927309715921, | |
30 | |
], | |
[ | |
133.981606, | |
34.692443, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "土田→四御神南(東岡山)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.981606, | |
34.692443, | |
30 | |
], | |
[ | |
133.981605237045, | |
34.6921725598328, | |
30 | |
], | |
[ | |
133.981517423553, | |
34.6919999523385, | |
30 | |
], | |
[ | |
133.981638123289, | |
34.6917388421182, | |
30 | |
], | |
[ | |
133.981649901728, | |
34.6916468215537, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "四御神南(東岡山)→四御神車庫(東岡山)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.981635, | |
34.691699, | |
30 | |
], | |
[ | |
133.981483487707, | |
34.6920270236561, | |
30 | |
], | |
[ | |
133.981564420907, | |
34.6922146311504, | |
30 | |
], | |
[ | |
133.981552857143, | |
34.69252, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "四御神車庫(東岡山)→四御神南(東岡山)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.981552857143, | |
34.69252, | |
30 | |
], | |
[ | |
133.981559172892, | |
34.6927397753392, | |
30 | |
], | |
[ | |
133.981619696704, | |
34.6931050788275, | |
30 | |
], | |
[ | |
133.981820163634, | |
34.6933246666727, | |
30 | |
], | |
[ | |
133.981960804509, | |
34.6933943813658, | |
30 | |
], | |
[ | |
133.982080571044, | |
34.6934387545835, | |
30 | |
], | |
[ | |
133.982272756893, | |
34.6934819678507, | |
30 | |
], | |
[ | |
133.983161385204, | |
34.6934960744843, | |
30 | |
], | |
[ | |
133.983171, | |
34.693508, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "四御神南(東岡山)→土田", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.983171, | |
34.693508, | |
30 | |
], | |
[ | |
133.98342797251, | |
34.6935007517316, | |
30 | |
], | |
[ | |
133.983825172909, | |
34.693620162395, | |
30 | |
], | |
[ | |
133.984680797915, | |
34.6940654102563, | |
30 | |
], | |
[ | |
133.984931642494, | |
34.6941456393946, | |
30 | |
], | |
[ | |
133.985201962602, | |
34.6941635673549, | |
30 | |
], | |
[ | |
133.985778, | |
34.694079, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "土田→土田東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.985778, | |
34.694079, | |
30 | |
], | |
[ | |
133.986089540651, | |
34.6940344607213, | |
30 | |
], | |
[ | |
133.986419218565, | |
34.6940109434243, | |
30 | |
], | |
[ | |
133.986651054546, | |
34.6940094794442, | |
30 | |
], | |
[ | |
133.98686166632, | |
34.6940024261275, | |
30 | |
], | |
[ | |
133.987187142857, | |
34.694005, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "土田東→岡山東支援学校口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.987187142857, | |
34.694005, | |
30 | |
], | |
[ | |
133.987895018834, | |
34.6940027676029, | |
30 | |
], | |
[ | |
133.987928486432, | |
34.6935540024446, | |
30 | |
], | |
[ | |
133.987972101511, | |
34.6930514721283, | |
30 | |
], | |
[ | |
133.987985, | |
34.692079, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山東支援学校口→ろう学校前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.987985, | |
34.692079, | |
30 | |
], | |
[ | |
133.988000323072, | |
34.6913345147195, | |
30 | |
], | |
[ | |
133.98799250958, | |
34.6905840898665, | |
30 | |
], | |
[ | |
133.987898, | |
34.688859, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "ろう学校前→前土田", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.987898, | |
34.688859, | |
30 | |
], | |
[ | |
133.987887670953, | |
34.6881689368692, | |
30 | |
], | |
[ | |
133.987862015528, | |
34.6871855523465, | |
30 | |
], | |
[ | |
133.987836010236, | |
34.6863289397549, | |
30 | |
], | |
[ | |
133.987828662355, | |
34.6860993159884, | |
30 | |
], | |
[ | |
133.985401, | |
34.68583, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "前土田→東岡山駅前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.985401, | |
34.68583, | |
30 | |
], | |
[ | |
133.981788, | |
34.685493, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "東岡山駅前→コウリョー前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.981788, | |
34.685493, | |
30 | |
], | |
[ | |
133.978739, | |
34.685212, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "コウリョー前→雄町東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.978739, | |
34.685212, | |
30 | |
], | |
[ | |
133.975895, | |
34.684939, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "雄町東→雄町", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.975895, | |
34.684939, | |
30 | |
], | |
[ | |
133.970276, | |
34.68441, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "雄町→雄町中", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.970276, | |
34.68441, | |
30 | |
], | |
[ | |
133.96691, | |
34.684101, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "雄町中→雄町西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.96691, | |
34.684101, | |
30 | |
], | |
[ | |
133.964876, | |
34.683927, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "雄町西→藤の里", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.964876, | |
34.683927, | |
30 | |
], | |
[ | |
133.961891, | |
34.68364, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "藤の里→中井南", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.961891, | |
34.68364, | |
30 | |
], | |
[ | |
133.959104418755, | |
34.6834138452883, | |
30 | |
], | |
[ | |
133.957938, | |
34.683291, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中井南→新屋敷団地", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.957938, | |
34.683291, | |
30 | |
], | |
[ | |
133.954756, | |
34.683022, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "新屋敷団地→新屋敷団地中", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.954756, | |
34.683022, | |
30 | |
], | |
[ | |
133.952998, | |
34.682872, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "新屋敷団地中→新屋敷団地西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.952998, | |
34.682872, | |
30 | |
], | |
[ | |
133.952131141586, | |
34.6828321360052, | |
30 | |
], | |
[ | |
133.951541289068, | |
34.6828003696198, | |
30 | |
], | |
[ | |
133.951053, | |
34.683098, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "新屋敷団地西→児童公園前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.951053, | |
34.683098, | |
30 | |
], | |
[ | |
133.950566596604, | |
34.6834735175811, | |
30 | |
], | |
[ | |
133.950431787077, | |
34.683542639147, | |
30 | |
], | |
[ | |
133.950555635621, | |
34.6840114139716, | |
30 | |
], | |
[ | |
133.950684731522, | |
34.6845175180236, | |
30 | |
], | |
[ | |
133.950771961681, | |
34.6848901204431, | |
30 | |
], | |
[ | |
133.950809512607, | |
34.6851609668365, | |
30 | |
], | |
[ | |
133.950748, | |
34.685261, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "児童公園前→保育所前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.950748, | |
34.685261, | |
30 | |
], | |
[ | |
133.950838317501, | |
34.6853618104022, | |
30 | |
], | |
[ | |
133.950929629669, | |
34.6860191313761, | |
30 | |
], | |
[ | |
133.950014, | |
34.686009, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "保育所前→高島団地", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.950014, | |
34.686009, | |
30 | |
], | |
[ | |
133.949258962331, | |
34.685989062, | |
30 | |
], | |
[ | |
133.949061878335, | |
34.6860840504373, | |
30 | |
], | |
[ | |
133.948903045, | |
34.6862320065773, | |
30 | |
], | |
[ | |
133.948741762592, | |
34.6863137386357, | |
30 | |
], | |
[ | |
133.948320189176, | |
34.6863331380974, | |
30 | |
], | |
[ | |
133.947599607822, | |
34.6863460827348, | |
30 | |
], | |
[ | |
133.946873662049, | |
34.6863410827348, | |
30 | |
], | |
[ | |
133.946072847889, | |
34.6861990388747, | |
30 | |
], | |
[ | |
133.945498155425, | |
34.6861025839301, | |
30 | |
], | |
[ | |
133.94543, | |
34.686059, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "高島団地→中島上", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.94543, | |
34.686059, | |
30 | |
], | |
[ | |
133.945295590608, | |
34.686074062, | |
30 | |
], | |
[ | |
133.944513201714, | |
34.6859370181399, | |
30 | |
], | |
[ | |
133.944453, | |
34.685904, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中島上→中島", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.944453, | |
34.685904, | |
30 | |
], | |
[ | |
133.94394807142, | |
34.6859349974052, | |
30 | |
], | |
[ | |
133.939927, | |
34.682317, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中島→新中島竹田橋", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.939927, | |
34.682317, | |
30 | |
], | |
[ | |
133.939414204325, | |
34.6818099008872, | |
30 | |
], | |
[ | |
133.939105517153, | |
34.6815058272185, | |
30 | |
], | |
[ | |
133.938905517812, | |
34.6810755515597, | |
30 | |
], | |
[ | |
133.93891997945, | |
34.6809614681936, | |
30 | |
], | |
[ | |
133.939028667281, | |
34.6809050002423, | |
30 | |
], | |
[ | |
133.940087, | |
34.680917, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "新中島竹田橋→岡山ハートクリニック前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.940087, | |
34.680917, | |
30 | |
], | |
[ | |
133.940823182504, | |
34.6808576679576, | |
30 | |
], | |
[ | |
133.941263763858, | |
34.6807573848274, | |
30 | |
], | |
[ | |
133.941603704338, | |
34.6806356318809, | |
30 | |
], | |
[ | |
133.941954724181, | |
34.6804418155589, | |
30 | |
], | |
[ | |
133.942593, | |
34.680007, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山ハートクリニック前→西川原", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.942593, | |
34.680007, | |
30 | |
], | |
[ | |
133.943168015856, | |
34.679561006797, | |
30 | |
], | |
[ | |
133.943458860436, | |
34.6793263207871, | |
30 | |
], | |
[ | |
133.94378037565, | |
34.6790034051445, | |
30 | |
], | |
[ | |
133.943969879619, | |
34.6787863587688, | |
30 | |
], | |
[ | |
133.944116, | |
34.678529, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "西川原→ジョイフル東川原店前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.944116, | |
34.678529, | |
30 | |
], | |
[ | |
133.944280199727, | |
34.6780958152578, | |
30 | |
], | |
[ | |
133.944321832003, | |
34.6778234788935, | |
30 | |
], | |
[ | |
133.944322, | |
34.676718, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "ジョイフル東川原店前→コープ東川原店前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.944322, | |
34.676718, | |
30 | |
], | |
[ | |
133.944336, | |
34.675615, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "コープ東川原店前→エディオン東川原店前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.944336, | |
34.675615, | |
30 | |
], | |
[ | |
133.944257808854, | |
34.6748124251537, | |
30 | |
], | |
[ | |
133.944097, | |
34.673751, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "エディオン東川原店前→林病院入口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.944097, | |
34.673751, | |
30 | |
], | |
[ | |
133.94394, | |
34.672746, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "林病院入口→OHKハウジングパーク前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.94394, | |
34.672746, | |
30 | |
], | |
[ | |
133.94380766467, | |
34.6719168531414, | |
30 | |
], | |
[ | |
133.943639617713, | |
34.6713994904982, | |
30 | |
], | |
[ | |
133.943550988742, | |
34.6710653752974, | |
30 | |
], | |
[ | |
133.943322884903, | |
34.6710718343674, | |
30 | |
], | |
[ | |
133.942880714286, | |
34.671069, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "OHKハウジングパーク前→岡山市中区役所前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.942880714286, | |
34.671069, | |
30 | |
], | |
[ | |
133.940521257242, | |
34.6710903649004, | |
30 | |
], | |
[ | |
133.938424, | |
34.671109, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山市中区役所前→岡山中央警察署前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.938424, | |
34.671109, | |
30 | |
], | |
[ | |
133.936223, | |
34.671151, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山中央警察署前→浜(岡山プラザホテル前)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.936223, | |
34.671151, | |
30 | |
], | |
[ | |
133.933563372933, | |
34.6711891851681, | |
30 | |
], | |
[ | |
133.931682795535, | |
34.671207124102, | |
30 | |
], | |
[ | |
133.930564430449, | |
34.6712271258349, | |
30 | |
], | |
[ | |
133.930403849095, | |
34.6711033038344, | |
30 | |
], | |
[ | |
133.930375, | |
34.670357, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "浜(岡山プラザホテル前)→弓之町", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930375, | |
34.670357, | |
30 | |
], | |
[ | |
133.93035906801, | |
34.6696679737049, | |
30 | |
], | |
[ | |
133.930360817348, | |
34.669245597624, | |
30 | |
], | |
[ | |
133.930427989306, | |
34.668825870851, | |
30 | |
], | |
[ | |
133.930509155312, | |
34.6682684923522, | |
30 | |
], | |
[ | |
133.930589621582, | |
34.6675252188883, | |
30 | |
], | |
[ | |
133.930631487323, | |
34.667153713001, | |
30 | |
], | |
[ | |
133.930636142857, | |
34.666349, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "弓之町→美術館前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930636142857, | |
34.666349, | |
30 | |
], | |
[ | |
133.930607580577, | |
34.6657712550475, | |
30 | |
], | |
[ | |
133.930477551477, | |
34.665595356184, | |
30 | |
], | |
[ | |
133.930513120259, | |
34.6650038284131, | |
30 | |
], | |
[ | |
133.930528863645, | |
34.66422257641, | |
30 | |
], | |
[ | |
133.930521749889, | |
34.6636292846488, | |
30 | |
], | |
[ | |
133.93052816391, | |
34.662984819196, | |
30 | |
], | |
[ | |
133.930568, | |
34.66287, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "美術館前→中銀本店西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930568, | |
34.66287, | |
30 | |
], | |
[ | |
133.930507678459, | |
34.6618770586629, | |
30 | |
], | |
[ | |
133.930306240626, | |
34.6616275685716, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中銀本店西→表町BC", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930342285714, | |
34.662599, | |
30 | |
], | |
[ | |
133.930370731365, | |
34.6653660570263, | |
30 | |
], | |
[ | |
133.930316735998, | |
34.6654712208184, | |
30 | |
], | |
[ | |
133.930188923166, | |
34.6655182748096, | |
30 | |
], | |
[ | |
133.929008095238, | |
34.6654976666667, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中銀本店西→表町入口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.929008095238, | |
34.6654976666667, | |
30 | |
], | |
[ | |
133.927508190476, | |
34.665515, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "表町入口→柳川", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.927508190476, | |
34.665515, | |
30 | |
], | |
[ | |
133.926299369567, | |
34.6655635789946, | |
30 | |
], | |
[ | |
133.9251891685, | |
34.6655482816554, | |
30 | |
], | |
[ | |
133.924757, | |
34.665518, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "柳川→柳川西(南側)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.924757, | |
34.665518, | |
30 | |
], | |
[ | |
133.920928, | |
34.665429, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "柳川西(南側)→岡山駅前・中銀前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.920928, | |
34.665429, | |
30 | |
], | |
[ | |
133.918906733932, | |
34.6654376664395, | |
30 | |
], | |
[ | |
133.918558, | |
34.664964, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山駅前・中銀前→岡山駅", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.918558, | |
34.664964, | |
30 | |
], | |
[ | |
133.918403994511, | |
34.6646988352589, | |
30 | |
], | |
[ | |
133.918202013027, | |
34.6647761581233, | |
30 | |
], | |
[ | |
133.918848775597, | |
34.6656291257523, | |
30 | |
], | |
[ | |
133.92066964598, | |
34.6656338900254, | |
30 | |
], | |
[ | |
133.921295428571, | |
34.665666, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山駅→岡山駅前・ドレミの街", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.921295428571, | |
34.665666, | |
30 | |
], | |
[ | |
133.922784626813, | |
34.6656683021928, | |
30 | |
], | |
[ | |
133.923919142857, | |
34.665698, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山駅前・ドレミの街→柳川西(北側)東岡山", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.923919142857, | |
34.665698, | |
30 | |
], | |
[ | |
133.925754882785, | |
34.6657401280134, | |
30 | |
], | |
[ | |
133.925939254483, | |
34.6658327415029, | |
30 | |
], | |
[ | |
133.92608910832, | |
34.6660009836479, | |
30 | |
], | |
[ | |
133.92613820422, | |
34.6661542316162, | |
30 | |
], | |
[ | |
133.926141714286, | |
34.666874, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "柳川西(北側)東岡山→岡電柳川(東岡山)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.926141714286, | |
34.666874, | |
30 | |
], | |
[ | |
133.926171428572, | |
34.669691, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡電柳川(東岡山)→県民局入口(東岡山)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.926171428572, | |
34.669691, | |
30 | |
], | |
[ | |
133.92631172936, | |
34.6713050526273, | |
30 | |
], | |
[ | |
133.928557714286, | |
34.67132, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "県民局入口(東岡山)→就実高校中学校前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.928557714286, | |
34.67132, | |
30 | |
], | |
[ | |
133.936254142857, | |
34.671228, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "就実高校中学校前→浜(岡山プラザホテル前)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.936223, | |
34.671151, | |
30 | |
], | |
[ | |
133.934249786954, | |
34.6711847784999, | |
30 | |
], | |
[ | |
133.932176088529, | |
34.671210073433, | |
30 | |
], | |
[ | |
133.930685364309, | |
34.6712327208996, | |
30 | |
], | |
[ | |
133.929014285714, | |
34.671204, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "浜(岡山プラザホテル前)→就実高校中学校前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.929014285714, | |
34.671204, | |
30 | |
], | |
[ | |
133.926824266396, | |
34.6711977191667, | |
30 | |
], | |
[ | |
133.925574007127, | |
34.6712080140998, | |
30 | |
], | |
[ | |
133.924477100372, | |
34.6711453666333, | |
30 | |
], | |
[ | |
133.923807, | |
34.671127, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "就実高校中学校前→裁判所前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.923807, | |
34.671127, | |
30 | |
], | |
[ | |
133.922650866231, | |
34.6710686005003, | |
30 | |
], | |
[ | |
133.922480954192, | |
34.6710709530338, | |
30 | |
], | |
[ | |
133.922305560673, | |
34.6710059530338, | |
30 | |
], | |
[ | |
133.921513142678, | |
34.6709938937006, | |
30 | |
], | |
[ | |
133.921096111608, | |
34.6709788885021, | |
30 | |
], | |
[ | |
133.920823931694, | |
34.6703600526273, | |
30 | |
], | |
[ | |
133.920493553385, | |
34.6696485562673, | |
30 | |
], | |
[ | |
133.920180317933, | |
34.6689908821853, | |
30 | |
], | |
[ | |
133.919891339095, | |
34.6683329081173, | |
30 | |
], | |
[ | |
133.9197, | |
34.667497, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "裁判所前→駅前町", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.9197, | |
34.667497, | |
30 | |
], | |
[ | |
133.919486673753, | |
34.6667131082399, | |
30 | |
], | |
[ | |
133.919252854968, | |
34.6659513037989, | |
30 | |
], | |
[ | |
133.919256354964, | |
34.6657936200695, | |
30 | |
], | |
[ | |
133.919408191605, | |
34.6656641942104, | |
30 | |
], | |
[ | |
133.919859386052, | |
34.665664477858, | |
30 | |
], | |
[ | |
133.920714544787, | |
34.6656683021928, | |
30 | |
], | |
[ | |
133.921284, | |
34.665691, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "駅前町→岡山駅前・ドレミの街", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.921284, | |
34.665691, | |
30 | |
], | |
[ | |
133.922527950886, | |
34.6656597751972, | |
30 | |
], | |
[ | |
133.923902, | |
34.665708, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山駅前・ドレミの街→柳川西(北側)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.923902, | |
34.665708, | |
30 | |
], | |
[ | |
133.927522142857, | |
34.665838, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "柳川西(北側)→柳川", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.927522142857, | |
34.665838, | |
30 | |
], | |
[ | |
133.928955571429, | |
34.665823, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "柳川→表町入口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.928955571429, | |
34.665823, | |
30 | |
], | |
[ | |
133.930480237312, | |
34.6657126869771, | |
30 | |
], | |
[ | |
133.930568, | |
34.66287, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "表町入口→中銀本店西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.9197, | |
34.667497, | |
30 | |
], | |
[ | |
133.919256005096, | |
34.6659492898484, | |
30 | |
], | |
[ | |
133.918558, | |
34.664964, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "駅前町→岡山駅", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.918558, | |
34.664964, | |
30 | |
], | |
[ | |
133.918356337102, | |
34.6646808879869, | |
30 | |
], | |
[ | |
133.918192333794, | |
34.6647543948059, | |
30 | |
], | |
[ | |
133.918819270967, | |
34.6656223622545, | |
30 | |
], | |
[ | |
133.92119734241, | |
34.6656238900254, | |
30 | |
], | |
[ | |
133.921284, | |
34.665691, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山駅→岡山駅前・ドレミの街", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.921284, | |
34.665691, | |
30 | |
], | |
[ | |
133.921350110931, | |
34.6656203630298, | |
30 | |
], | |
[ | |
133.92355756928, | |
34.6656847751973, | |
30 | |
], | |
[ | |
133.923902, | |
34.665708, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山駅前・ドレミの街→柳川西(北側)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.923902, | |
34.665708, | |
30 | |
], | |
[ | |
133.927512, | |
34.665765, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "柳川西(北側)→柳川", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.927512, | |
34.665765, | |
30 | |
], | |
[ | |
133.92897, | |
34.665781, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "柳川→表町入口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.92897, | |
34.665781, | |
30 | |
], | |
[ | |
133.929807233347, | |
34.6656859577082, | |
30 | |
], | |
[ | |
133.930227292867, | |
34.6656906398316, | |
30 | |
], | |
[ | |
133.930465073962, | |
34.6654950451532, | |
30 | |
], | |
[ | |
133.930568, | |
34.66287, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "表町入口→中銀本店西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930568, | |
34.66287, | |
30 | |
], | |
[ | |
133.930487464834, | |
34.6619258551821, | |
30 | |
], | |
[ | |
133.930050380178, | |
34.6617396303108, | |
30 | |
], | |
[ | |
133.930044, | |
34.661499, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中銀本店西→表町BC", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930044, | |
34.661499, | |
30 | |
], | |
[ | |
133.930058777002, | |
34.6613310845709, | |
30 | |
], | |
[ | |
133.930410963511, | |
34.6613387141355, | |
30 | |
], | |
[ | |
133.930400816029, | |
34.6623605663129, | |
30 | |
], | |
[ | |
133.931, | |
34.662347, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "表町BC→中銀本店前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.931, | |
34.662347, | |
30 | |
], | |
[ | |
133.934469, | |
34.662238, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中銀本店前→県庁前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.934469, | |
34.662238, | |
30 | |
], | |
[ | |
133.935541096486, | |
34.6622164527478, | |
30 | |
], | |
[ | |
133.936311007206, | |
34.6622902774435, | |
30 | |
], | |
[ | |
133.936837652713, | |
34.6622626379655, | |
30 | |
], | |
[ | |
133.937843247959, | |
34.6620829268348, | |
30 | |
], | |
[ | |
133.939140154054, | |
34.6618331958773, | |
30 | |
], | |
[ | |
133.94018306676, | |
34.6615917019634, | |
30 | |
], | |
[ | |
133.940877759225, | |
34.6613446203973, | |
30 | |
], | |
[ | |
133.941040324042, | |
34.6613142916337, | |
30 | |
], | |
[ | |
133.941716824047, | |
34.6616484351797, | |
30 | |
], | |
[ | |
133.942239, | |
34.661932, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "県庁前→朝日高前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.942239, | |
34.661932, | |
30 | |
], | |
[ | |
133.943601952363, | |
34.6627297195317, | |
30 | |
], | |
[ | |
133.943823640862, | |
34.6630033187972, | |
30 | |
], | |
[ | |
133.944296409384, | |
34.6636757496645, | |
30 | |
], | |
[ | |
133.944503142857, | |
34.663989, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "朝日高前→国富", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.944503142857, | |
34.663989, | |
30 | |
], | |
[ | |
133.944972558861, | |
34.6646917380274, | |
30 | |
], | |
[ | |
133.945658738098, | |
34.665702991162, | |
30 | |
], | |
[ | |
133.946182701727, | |
34.6663960011177, | |
30 | |
], | |
[ | |
133.946672962973, | |
34.6668919266312, | |
30 | |
], | |
[ | |
133.947035877658, | |
34.6671819491423, | |
30 | |
], | |
[ | |
133.947257, | |
34.66732, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "国富→国富東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.947257, | |
34.66732, | |
30 | |
], | |
[ | |
133.947618849885, | |
34.6675713851928, | |
30 | |
], | |
[ | |
133.948014417349, | |
34.6677908068412, | |
30 | |
], | |
[ | |
133.94884846762, | |
34.6681740717866, | |
30 | |
], | |
[ | |
133.951189, | |
34.669042, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "国富東→原東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.951189, | |
34.669042, | |
30 | |
], | |
[ | |
133.952192482856, | |
34.6694250195616, | |
30 | |
], | |
[ | |
133.95332437506, | |
34.669843859948, | |
30 | |
], | |
[ | |
133.954090787103, | |
34.6701721067503, | |
30 | |
], | |
[ | |
133.954844, | |
34.670595, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "原東→原尾島住宅前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.954844, | |
34.670595, | |
30 | |
], | |
[ | |
133.955577897563, | |
34.6711162496997, | |
30 | |
], | |
[ | |
133.956583726273, | |
34.6718915572692, | |
30 | |
], | |
[ | |
133.957416610538, | |
34.6725280344999, | |
30 | |
], | |
[ | |
133.958020574167, | |
34.6728874461394, | |
30 | |
], | |
[ | |
133.958288285714, | |
34.674572, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "原尾島住宅前→藤原", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.958288285714, | |
34.674572, | |
30 | |
], | |
[ | |
133.958278298378, | |
34.6745777239836, | |
30 | |
], | |
[ | |
133.958385120468, | |
34.6752453598183, | |
30 | |
], | |
[ | |
133.958484714286, | |
34.676327, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "藤原→藤原西町", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.958484714286, | |
34.676327, | |
30 | |
], | |
[ | |
133.958664428571, | |
34.678161, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "藤原西町→赤田", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.958664428571, | |
34.678161, | |
30 | |
], | |
[ | |
133.958878, | |
34.680589, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "赤田→清水", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.958878, | |
34.680589, | |
30 | |
], | |
[ | |
133.958906168752, | |
34.6806570643398, | |
30 | |
], | |
[ | |
133.958963428012, | |
34.6809700002424, | |
30 | |
], | |
[ | |
133.958967742827, | |
34.6820507712483, | |
30 | |
], | |
[ | |
133.958922378409, | |
34.6829936127515, | |
30 | |
], | |
[ | |
133.958859054996, | |
34.6841334592756, | |
30 | |
], | |
[ | |
133.958801096001, | |
34.6851739005129, | |
30 | |
], | |
[ | |
133.958730308963, | |
34.6861940388747, | |
30 | |
], | |
[ | |
133.958654, | |
34.686686, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "清水→中井", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.958654, | |
34.686686, | |
30 | |
], | |
[ | |
133.958667335418, | |
34.6870921224861, | |
30 | |
], | |
[ | |
133.958605527878, | |
34.6880984158753, | |
30 | |
], | |
[ | |
133.958585469676, | |
34.6885962794042, | |
30 | |
], | |
[ | |
133.958538, | |
34.688826, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中井→中井北", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.958538, | |
34.688826, | |
30 | |
], | |
[ | |
133.958621854597, | |
34.6888973702299, | |
30 | |
], | |
[ | |
133.958503285714, | |
34.690757, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中井北→国府市場西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.958503285714, | |
34.690757, | |
30 | |
], | |
[ | |
133.95847969587, | |
34.6914652039979, | |
30 | |
], | |
[ | |
133.959115147591, | |
34.6915080166633, | |
30 | |
], | |
[ | |
133.959458470345, | |
34.6915388921492, | |
30 | |
], | |
[ | |
133.960837707132, | |
34.6915585892026, | |
30 | |
], | |
[ | |
133.961414267317, | |
34.6915944646885, | |
30 | |
], | |
[ | |
133.961582428571, | |
34.691619, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "国府市場西→国府市場", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.961582428571, | |
34.691619, | |
30 | |
], | |
[ | |
133.961677707133, | |
34.6916238754722, | |
30 | |
], | |
[ | |
133.961813800387, | |
34.6916314685759, | |
30 | |
], | |
[ | |
133.961770884383, | |
34.6927965431687, | |
30 | |
], | |
[ | |
133.961705111896, | |
34.6935898770882, | |
30 | |
], | |
[ | |
133.96171, | |
34.693846, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "国府市場→賞田", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.96171, | |
34.693846, | |
30 | |
], | |
[ | |
133.961716890335, | |
34.6938501062265, | |
30 | |
], | |
[ | |
133.961803304356, | |
34.6938383194937, | |
30 | |
], | |
[ | |
133.961692167451, | |
34.6952935570766, | |
30 | |
], | |
[ | |
133.96165030171, | |
34.6959507286477, | |
30 | |
], | |
[ | |
133.961595285714, | |
34.696007, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "賞田→賞田上", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.961595285714, | |
34.696007, | |
30 | |
], | |
[ | |
133.96159350872, | |
34.6960068867929, | |
30 | |
], | |
[ | |
133.961622430017, | |
34.6960800768844, | |
30 | |
], | |
[ | |
133.961555, | |
34.69709, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "賞田上→脇田", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.961555, | |
34.69709, | |
30 | |
], | |
[ | |
133.961539047083, | |
34.6974659765979, | |
30 | |
], | |
[ | |
133.961943129093, | |
34.6976291208795, | |
30 | |
], | |
[ | |
133.962692980952, | |
34.697692614399, | |
30 | |
], | |
[ | |
133.963233037834, | |
34.6976799501343, | |
30 | |
], | |
[ | |
133.963779275932, | |
34.6975967188663, | |
30 | |
], | |
[ | |
133.964151287177, | |
34.6977008458475, | |
30 | |
], | |
[ | |
133.964486679377, | |
34.697704360557, | |
30 | |
], | |
[ | |
133.964828952528, | |
34.6976317188663, | |
30 | |
], | |
[ | |
133.965197464436, | |
34.6975141208795, | |
30 | |
], | |
[ | |
133.965289592743, | |
34.6975064571564, | |
30 | |
], | |
[ | |
133.965490714286, | |
34.697447, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "脇田→浄土寺前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.965490714286, | |
34.697447, | |
30 | |
], | |
[ | |
133.96593985333, | |
34.6972382474995, | |
30 | |
], | |
[ | |
133.966326441296, | |
34.6971741862546, | |
30 | |
], | |
[ | |
133.96684748958, | |
34.6969418499777, | |
30 | |
], | |
[ | |
133.96858, | |
34.697193, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "浄土寺前→公会堂前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.96858, | |
34.697193, | |
30 | |
], | |
[ | |
133.969021712478, | |
34.6973521338405, | |
30 | |
], | |
[ | |
133.969479785897, | |
34.697624666753, | |
30 | |
], | |
[ | |
133.969980426113, | |
34.6978628523916, | |
30 | |
], | |
[ | |
133.970953571429, | |
34.698056, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "公会堂前→湯迫", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.970953571429, | |
34.698056, | |
30 | |
], | |
[ | |
133.971771209853, | |
34.6983024549367, | |
30 | |
], | |
[ | |
133.97211010007, | |
34.6983309239565, | |
30 | |
], | |
[ | |
133.9731422846, | |
34.6983247448019, | |
30 | |
], | |
[ | |
133.97440443937, | |
34.6982638718432, | |
30 | |
], | |
[ | |
133.974516, | |
34.698241, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "湯迫→湯迫東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.974516, | |
34.698241, | |
30 | |
], | |
[ | |
133.974656332893, | |
34.6981753571939, | |
30 | |
], | |
[ | |
133.975995714286, | |
34.698081, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "湯迫東→東が丘西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.975995714286, | |
34.698081, | |
30 | |
], | |
[ | |
133.977027872592, | |
34.6977925461955, | |
30 | |
], | |
[ | |
133.977313469156, | |
34.6976484647836, | |
30 | |
], | |
[ | |
133.977755, | |
34.697533, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "東が丘西→東が丘団地入口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.977755, | |
34.697533, | |
30 | |
], | |
[ | |
133.977883380536, | |
34.6974870022476, | |
30 | |
], | |
[ | |
133.977994400379, | |
34.6979357546488, | |
30 | |
], | |
[ | |
133.978370725779, | |
34.6990754322941, | |
30 | |
], | |
[ | |
133.978568975781, | |
34.6997584488421, | |
30 | |
], | |
[ | |
133.978668451309, | |
34.6998201700792, | |
30 | |
], | |
[ | |
133.97891, | |
34.69975, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "東が丘団地入口→東が丘団地", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.97891, | |
34.69975, | |
30 | |
], | |
[ | |
133.979923725128, | |
34.6995087794174, | |
30 | |
], | |
[ | |
133.980865, | |
34.699247, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "東が丘団地→東が丘団地中", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.980865, | |
34.699247, | |
30 | |
], | |
[ | |
133.981102031354, | |
34.6991941815059, | |
30 | |
], | |
[ | |
133.981283139158, | |
34.6991071535312, | |
30 | |
], | |
[ | |
133.981566170246, | |
34.6988748664943, | |
30 | |
], | |
[ | |
133.981675790618, | |
34.6987284743883, | |
30 | |
], | |
[ | |
133.98189, | |
34.698273, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "東が丘団地中→四御神西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.98189, | |
34.698273, | |
30 | |
], | |
[ | |
133.981994274085, | |
34.6979483963395, | |
30 | |
], | |
[ | |
133.982056547895, | |
34.6975835313623, | |
30 | |
], | |
[ | |
133.982070541943, | |
34.6971586185292, | |
30 | |
], | |
[ | |
133.982055714286, | |
34.696698, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "四御神西→四御神上", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.982055714286, | |
34.696698, | |
30 | |
], | |
[ | |
133.982051, | |
34.695075, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "四御神上→四御神", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.982051, | |
34.695075, | |
30 | |
], | |
[ | |
133.982035789958, | |
34.6948595497737, | |
30 | |
], | |
[ | |
133.981790075673, | |
34.694598145392, | |
30 | |
], | |
[ | |
133.981644420248, | |
34.6943917607561, | |
30 | |
], | |
[ | |
133.981606403051, | |
34.6940615140381, | |
30 | |
], | |
[ | |
133.981607452654, | |
34.6937501249493, | |
30 | |
], | |
[ | |
133.981596428571, | |
34.693568, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "四御神→竜の口コミュニティハウス入口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.981596428571, | |
34.693568, | |
30 | |
], | |
[ | |
133.981608852125, | |
34.6933528799399, | |
30 | |
], | |
[ | |
133.981654216543, | |
34.6932114346826, | |
30 | |
], | |
[ | |
133.98167998903, | |
34.6930761865807, | |
30 | |
], | |
[ | |
133.981611767469, | |
34.6927756681039, | |
30 | |
], | |
[ | |
133.981605, | |
34.692442, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "竜の口コミュニティハウス入口→四御神南", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.981605, | |
34.692442, | |
30 | |
], | |
[ | |
133.981597773421, | |
34.6921922740445, | |
30 | |
], | |
[ | |
133.981513575009, | |
34.6919590772737, | |
30 | |
], | |
[ | |
133.981699347496, | |
34.6916050539048, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "四御神南→四御神車庫", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.918666571428, | |
34.6650806666667, | |
30 | |
], | |
[ | |
133.918397814614, | |
34.664688828413, | |
30 | |
], | |
[ | |
133.918196648608, | |
34.6647661581233, | |
30 | |
], | |
[ | |
133.918808190945, | |
34.6656285584571, | |
30 | |
], | |
[ | |
133.921335428571, | |
34.665671, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山駅→岡山駅前・ドレミの街", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.921335428571, | |
34.665671, | |
30 | |
], | |
[ | |
133.923902, | |
34.665708, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "岡山駅前・ドレミの街→柳川西(北側)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.923902, | |
34.665708, | |
30 | |
], | |
[ | |
133.927512, | |
34.665765, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "柳川西(北側)→柳川", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.927512, | |
34.665765, | |
30 | |
], | |
[ | |
133.928981428571, | |
34.665801, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "柳川→表町入口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.928981428571, | |
34.665801, | |
30 | |
], | |
[ | |
133.930511607023, | |
34.6657655987568, | |
30 | |
], | |
[ | |
133.930528, | |
34.662845, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "表町入口→中銀本店西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930528, | |
34.662845, | |
30 | |
], | |
[ | |
133.930513937056, | |
34.6618196897913, | |
30 | |
], | |
[ | |
133.930064957559, | |
34.6617596203974, | |
30 | |
], | |
[ | |
133.930042, | |
34.661572, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中銀本店西→表町BC", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.930042, | |
34.661572, | |
30 | |
], | |
[ | |
133.930037902003, | |
34.6613564031807, | |
30 | |
], | |
[ | |
133.930372479384, | |
34.6613531363968, | |
30 | |
], | |
[ | |
133.930414111001, | |
34.66235846492, | |
30 | |
], | |
[ | |
133.931, | |
34.662347, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "表町BC→中銀本店前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.931, | |
34.662347, | |
30 | |
], | |
[ | |
133.934469, | |
34.662238, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中銀本店前→県庁前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.934469, | |
34.662238, | |
30 | |
], | |
[ | |
133.935525118315, | |
34.6622099786607, | |
30 | |
], | |
[ | |
133.936346224801, | |
34.6623005663129, | |
30 | |
], | |
[ | |
133.936672169914, | |
34.6622811638784, | |
30 | |
], | |
[ | |
133.939076480773, | |
34.6618385045735, | |
30 | |
], | |
[ | |
133.939847671923, | |
34.661669939007, | |
30 | |
], | |
[ | |
133.940294900763, | |
34.6615546402242, | |
30 | |
], | |
[ | |
133.941031578009, | |
34.6612984450931, | |
30 | |
], | |
[ | |
133.942239, | |
34.661932, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "県庁前→朝日高前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.942239, | |
34.661932, | |
30 | |
], | |
[ | |
133.943681251968, | |
34.6627738709459, | |
30 | |
], | |
[ | |
133.944497428571, | |
34.664004, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "朝日高前→国富", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.944497428571, | |
34.664004, | |
30 | |
], | |
[ | |
133.945912264557, | |
34.6660250988972, | |
30 | |
], | |
[ | |
133.946313663368, | |
34.6665242549092, | |
30 | |
], | |
[ | |
133.946746199085, | |
34.6669181024168, | |
30 | |
], | |
[ | |
133.947251285714, | |
34.667335, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "国富→国富東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.947251285714, | |
34.667335, | |
30 | |
], | |
[ | |
133.948015117743, | |
34.6677910936167, | |
30 | |
], | |
[ | |
133.948795173307, | |
34.6681284838336, | |
30 | |
], | |
[ | |
133.951189, | |
34.669042, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "国富東→原東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.951189, | |
34.669042, | |
30 | |
], | |
[ | |
133.953569506672, | |
34.669931800314, | |
30 | |
], | |
[ | |
133.954295684591, | |
34.6702629902378, | |
30 | |
], | |
[ | |
133.954844, | |
34.670595, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "原東→原尾島住宅前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.954844, | |
34.670595, | |
30 | |
], | |
[ | |
133.95586003447, | |
34.6713027225606, | |
30 | |
], | |
[ | |
133.957466638979, | |
34.6725306781749, | |
30 | |
], | |
[ | |
133.957638999432, | |
34.6726624463064, | |
30 | |
], | |
[ | |
133.9586, | |
34.67312, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "原尾島住宅前→二本松", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.9586, | |
34.67312, | |
30 | |
], | |
[ | |
133.959332638996, | |
34.6731809747241, | |
30 | |
], | |
[ | |
133.961970714286, | |
34.673317, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "二本松→二本松東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.961970714286, | |
34.673317, | |
30 | |
], | |
[ | |
133.965313285714, | |
34.673467, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "二本松東→高屋", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.965313285714, | |
34.673467, | |
30 | |
], | |
[ | |
133.967611142857, | |
34.673589, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "高屋→高屋東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.967611142857, | |
34.673589, | |
30 | |
], | |
[ | |
133.970319857143, | |
34.673727, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "高屋東→兼基西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.970319857143, | |
34.673727, | |
30 | |
], | |
[ | |
133.971370041869, | |
34.6737744969358, | |
30 | |
], | |
[ | |
133.972001295177, | |
34.6738306748985, | |
30 | |
], | |
[ | |
133.972583451925, | |
34.6739568515262, | |
30 | |
], | |
[ | |
133.973070330898, | |
34.6740980254836, | |
30 | |
], | |
[ | |
133.974215571429, | |
34.674553, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "兼基西→兼基", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.974215571429, | |
34.674553, | |
30 | |
], | |
[ | |
133.975548886472, | |
34.6750973011078, | |
30 | |
], | |
[ | |
133.976768142857, | |
34.675549, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "兼基→兼基東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.976768142857, | |
34.675549, | |
30 | |
], | |
[ | |
133.979705285714, | |
34.676726, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "兼基東→乙多見西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.979705285714, | |
34.676726, | |
30 | |
], | |
[ | |
133.982549, | |
34.677817, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "乙多見西→乙多見", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.982549, | |
34.677817, | |
30 | |
], | |
[ | |
133.984795, | |
34.678726, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "乙多見→長岡団地", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.984795, | |
34.678726, | |
30 | |
], | |
[ | |
133.988071571429, | |
34.680016, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "長岡団地→長岡西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.988071571429, | |
34.680016, | |
30 | |
], | |
[ | |
133.988669240412, | |
34.6802685472339, | |
30 | |
], | |
[ | |
133.991009857143, | |
34.681605, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "長岡西→長岡", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.991009857143, | |
34.681605, | |
30 | |
], | |
[ | |
133.995097, | |
34.684046, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "長岡→宍甘", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
133.995097, | |
34.684046, | |
30 | |
], | |
[ | |
133.995545451446, | |
34.684269020469, | |
30 | |
], | |
[ | |
134.000316, | |
34.687076, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "宍甘→宿", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.000316, | |
34.687076, | |
30 | |
], | |
[ | |
134.003975, | |
34.68923, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "宿→積水前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.003975, | |
34.68923, | |
30 | |
], | |
[ | |
134.006656, | |
34.690801, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "積水前→藤井", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.006656, | |
34.690801, | |
30 | |
], | |
[ | |
134.011327, | |
34.69354, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "藤井→鉄", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.011327, | |
34.69354, | |
30 | |
], | |
[ | |
134.014325077239, | |
34.6952801147579, | |
30 | |
], | |
[ | |
134.01678, | |
34.696752, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "鉄→北方", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.01678, | |
34.696752, | |
30 | |
], | |
[ | |
134.01904782529, | |
34.6980607090194, | |
30 | |
], | |
[ | |
134.019774591818, | |
34.6984697321887, | |
30 | |
], | |
[ | |
134.020686888133, | |
34.6988672250444, | |
30 | |
], | |
[ | |
134.021662142857, | |
34.699237, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "北方→中尾", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.021662142857, | |
34.699237, | |
30 | |
], | |
[ | |
134.025137839884, | |
34.7003846899783, | |
30 | |
], | |
[ | |
134.025416, | |
34.700525, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "中尾→沼西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.025416, | |
34.700525, | |
30 | |
], | |
[ | |
134.025831948357, | |
34.7006204626515, | |
30 | |
], | |
[ | |
134.030316019157, | |
34.7020900011365, | |
30 | |
], | |
[ | |
134.031424714286, | |
34.70249, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "沼西→沼", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.031424714286, | |
34.70249, | |
30 | |
], | |
[ | |
134.033091872352, | |
34.7030082723607, | |
30 | |
], | |
[ | |
134.033610935854, | |
34.7031060869167, | |
30 | |
], | |
[ | |
134.034299332019, | |
34.7031951887363, | |
30 | |
], | |
[ | |
134.035254571429, | |
34.703186, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "沼→浮田校口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.035254571429, | |
34.703186, | |
30 | |
], | |
[ | |
134.038522, | |
34.702968, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "浮田校口→八ツ塚", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.038522, | |
34.702968, | |
30 | |
], | |
[ | |
134.040315061559, | |
34.7028354970987, | |
30 | |
], | |
[ | |
134.041080539082, | |
34.7028537545513, | |
30 | |
], | |
[ | |
134.041726019244, | |
34.7029393443694, | |
30 | |
], | |
[ | |
134.042325084724, | |
34.7030787276446, | |
30 | |
], | |
[ | |
134.04278572494, | |
34.7032219040157, | |
30 | |
], | |
[ | |
134.043031714286, | |
34.703363, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "八ツ塚→赤坂", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.043031714286, | |
34.703363, | |
30 | |
], | |
[ | |
134.043333945182, | |
34.7034697696171, | |
30 | |
], | |
[ | |
134.04656122563, | |
34.704959792773, | |
30 | |
], | |
[ | |
134.047096501427, | |
34.7051879360989, | |
30 | |
], | |
[ | |
134.047338, | |
34.705336, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "赤坂→南古都", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.047338, | |
34.705336, | |
30 | |
], | |
[ | |
134.047701513999, | |
34.7054634391784, | |
30 | |
], | |
[ | |
134.048174398924, | |
34.7056739702479, | |
30 | |
], | |
[ | |
134.049115738874, | |
34.7060153703043, | |
30 | |
], | |
[ | |
134.049949787826, | |
34.7061749404126, | |
30 | |
], | |
[ | |
134.050888211773, | |
34.706154320438, | |
30 | |
], | |
[ | |
134.051764428571, | |
34.706103, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "南古都→平島", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.051764428571, | |
34.706103, | |
30 | |
], | |
[ | |
134.052162183344, | |
34.7060245532205, | |
30 | |
], | |
[ | |
134.053057652926, | |
34.7059537738163, | |
30 | |
], | |
[ | |
134.053775086131, | |
34.7059028304534, | |
30 | |
], | |
[ | |
134.053912227669, | |
34.7059296903774, | |
30 | |
], | |
[ | |
134.053956076213, | |
34.7060052503999, | |
30 | |
], | |
[ | |
134.053899982959, | |
34.7062537004633, | |
30 | |
], | |
[ | |
134.053772857143, | |
34.706459, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "平島→瀬戸線平島", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.053772857143, | |
34.706459, | |
30 | |
], | |
[ | |
134.053724473038, | |
34.7065483305239, | |
30 | |
], | |
[ | |
134.053635727005, | |
34.7066765005759, | |
30 | |
], | |
[ | |
134.05329823494, | |
34.7069851658837, | |
30 | |
], | |
[ | |
134.052986049091, | |
34.7071988927686, | |
30 | |
], | |
[ | |
134.051978121174, | |
34.707851530543, | |
30 | |
], | |
[ | |
134.051422204503, | |
34.7082784198367, | |
30 | |
], | |
[ | |
134.051109902251, | |
34.7086409312716, | |
30 | |
], | |
[ | |
134.050818142857, | |
34.709093, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "瀬戸線平島→東平島下", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.050818142857, | |
34.709093, | |
30 | |
], | |
[ | |
134.050424306346, | |
34.7098389467489, | |
30 | |
], | |
[ | |
134.050058714286, | |
34.710501, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "東平島下→パナソニック前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.050058714286, | |
34.710501, | |
30 | |
], | |
[ | |
134.049671888351, | |
34.7112350713671, | |
30 | |
], | |
[ | |
134.049258128428, | |
34.7120132973383, | |
30 | |
], | |
[ | |
134.049036088742, | |
34.7124234956696, | |
30 | |
], | |
[ | |
134.048845714286, | |
34.712722, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "パナソニック前→東平島", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.048845714286, | |
34.712722, | |
30 | |
], | |
[ | |
134.048272824849, | |
34.7138990917484, | |
30 | |
], | |
[ | |
134.047747811617, | |
34.7149132899368, | |
30 | |
], | |
[ | |
134.047572428571, | |
34.715218, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "東平島→東平島上", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.047572428571, | |
34.715218, | |
30 | |
], | |
[ | |
134.047118775237, | |
34.716129444776, | |
30 | |
], | |
[ | |
134.046585248778, | |
34.7171739314636, | |
30 | |
], | |
[ | |
134.046107815574, | |
34.7181072668655, | |
30 | |
], | |
[ | |
134.045733857143, | |
34.71872, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "東平島上→砂場", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.045733857143, | |
34.71872, | |
30 | |
], | |
[ | |
134.045163561598, | |
34.7196507610543, | |
30 | |
], | |
[ | |
134.044663970985, | |
34.7204576554675, | |
30 | |
], | |
[ | |
134.044215925347, | |
34.7211731737787, | |
30 | |
], | |
[ | |
134.043977285714, | |
34.721482, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "砂場→沖下", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.043977285714, | |
34.721482, | |
30 | |
], | |
[ | |
134.043863506693, | |
34.7216798239937, | |
30 | |
], | |
[ | |
134.04332111714, | |
34.7225496525683, | |
30 | |
], | |
[ | |
134.042940243459, | |
34.7231886990723, | |
30 | |
], | |
[ | |
134.042511439885, | |
34.7238791506899, | |
30 | |
], | |
[ | |
134.04227, | |
34.724181, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "沖下→瀬戸南高", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.04227, | |
34.724181, | |
30 | |
], | |
[ | |
134.042072957077, | |
34.7245152341388, | |
30 | |
], | |
[ | |
134.041667476916, | |
34.7250216783161, | |
30 | |
], | |
[ | |
134.041384, | |
34.725333, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "瀬戸南高→沖", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.041384, | |
34.725333, | |
30 | |
], | |
[ | |
134.041172084716, | |
34.7256465711734, | |
30 | |
], | |
[ | |
134.040760540401, | |
34.7261421457011, | |
30 | |
], | |
[ | |
134.040350279154, | |
34.7266379891045, | |
30 | |
], | |
[ | |
134.040201857143, | |
34.726804, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "沖→竹久工業前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.040201857143, | |
34.726804, | |
30 | |
], | |
[ | |
134.039937218966, | |
34.7271450120232, | |
30 | |
], | |
[ | |
134.039721009309, | |
34.7273894940721, | |
30 | |
], | |
[ | |
134.039083925972, | |
34.7281916329778, | |
30 | |
], | |
[ | |
134.038395531126, | |
34.7291412980645, | |
30 | |
], | |
[ | |
134.037743754005, | |
34.7301979943765, | |
30 | |
], | |
[ | |
134.037323929928, | |
34.7308874721454, | |
30 | |
], | |
[ | |
134.037441365111, | |
34.7310397324607, | |
30 | |
], | |
[ | |
134.037776, | |
34.731386, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "竹久工業前→瀬戸西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.037776, | |
34.731386, | |
30 | |
], | |
[ | |
134.03793127649, | |
34.731508503582, | |
30 | |
], | |
[ | |
134.038217689852, | |
34.7318021067701, | |
30 | |
], | |
[ | |
134.038618621734, | |
34.7322126995317, | |
30 | |
], | |
[ | |
134.039169407452, | |
34.7328166767459, | |
30 | |
], | |
[ | |
134.039812787748, | |
34.7334911859318, | |
30 | |
], | |
[ | |
134.040373486165, | |
34.7341048848786, | |
30 | |
], | |
[ | |
134.040701065532, | |
34.7344340155833, | |
30 | |
], | |
[ | |
134.04099365945, | |
34.7347690613223, | |
30 | |
], | |
[ | |
134.041144213023, | |
34.7349353995594, | |
30 | |
], | |
[ | |
134.041230428571, | |
34.735031, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "瀬戸西→瀬戸駅前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.041230428571, | |
34.735031, | |
30 | |
], | |
[ | |
134.041610101253, | |
34.7354506104685, | |
30 | |
], | |
[ | |
134.041961470964, | |
34.7352298491591, | |
30 | |
], | |
[ | |
134.041886285714, | |
34.735061, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "瀬戸駅前→瀬戸駅", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.041886285714, | |
34.735061, | |
30 | |
], | |
[ | |
134.04180858472, | |
34.7348687637772, | |
30 | |
], | |
[ | |
134.041685669376, | |
34.7352181310501, | |
30 | |
], | |
[ | |
134.041533133, | |
34.735368820359, | |
30 | |
], | |
[ | |
134.041801354561, | |
34.735666016868, | |
30 | |
], | |
[ | |
134.042001354561, | |
34.7359053687225, | |
30 | |
], | |
[ | |
134.0423412957, | |
34.7366050622669, | |
30 | |
], | |
[ | |
134.042706776521, | |
34.737361375573, | |
30 | |
], | |
[ | |
134.042898496099, | |
34.7377249576893, | |
30 | |
], | |
[ | |
134.042828291076, | |
34.7378747818026, | |
30 | |
], | |
[ | |
134.042633655494, | |
34.7379182146492, | |
30 | |
], | |
[ | |
134.041677428571, | |
34.737517, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "瀬戸駅→赤磐警察署前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.041677428571, | |
34.737517, | |
30 | |
], | |
[ | |
134.04055599278, | |
34.7370472924134, | |
30 | |
], | |
[ | |
134.039892787089, | |
34.7367689156069, | |
30 | |
], | |
[ | |
134.039641857143, | |
34.736662, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "赤磐警察署前→瀬戸郵便局前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.039641857143, | |
34.736662, | |
30 | |
], | |
[ | |
134.039068183245, | |
34.7365308632945, | |
30 | |
], | |
[ | |
134.038587484828, | |
34.7364657114961, | |
30 | |
], | |
[ | |
134.037765093956, | |
34.7364497952576, | |
30 | |
], | |
[ | |
134.036663637603, | |
34.7364642612391, | |
30 | |
], | |
[ | |
134.036084279796, | |
34.7363836696153, | |
30 | |
], | |
[ | |
134.035462357172, | |
34.7362254444868, | |
30 | |
], | |
[ | |
134.034332334006, | |
34.7357924497798, | |
30 | |
], | |
[ | |
134.034155714286, | |
34.736083, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "瀬戸郵便局前→瀬戸橋", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.034155714286, | |
34.736083, | |
30 | |
], | |
[ | |
134.032872863753, | |
34.7381923577986, | |
30 | |
], | |
[ | |
134.032212107795, | |
34.7394604910566, | |
30 | |
], | |
[ | |
134.031526900119, | |
34.7405590084826, | |
30 | |
], | |
[ | |
134.030918077363, | |
34.7414249408962, | |
30 | |
], | |
[ | |
134.03026571757, | |
34.7423903722491, | |
30 | |
], | |
[ | |
134.029327605129, | |
34.7434350156803, | |
30 | |
], | |
[ | |
134.029071, | |
34.743579, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "瀬戸橋→舟廻", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.029071, | |
34.743579, | |
30 | |
], | |
[ | |
134.029092542957, | |
34.7437610845409, | |
30 | |
], | |
[ | |
134.028780085282, | |
34.7441446392615, | |
30 | |
], | |
[ | |
134.028137792951, | |
34.7448965295836, | |
30 | |
], | |
[ | |
134.027227046912, | |
34.7457202636821, | |
30 | |
], | |
[ | |
134.026435523097, | |
34.7464059633502, | |
30 | |
], | |
[ | |
134.025951, | |
34.746676, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "舟廻→立川", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.025951, | |
34.746676, | |
30 | |
], | |
[ | |
134.025244622294, | |
34.7472973043389, | |
30 | |
], | |
[ | |
134.023040507199, | |
34.7489741826379, | |
30 | |
], | |
[ | |
134.020733807446, | |
34.7507191411892, | |
30 | |
], | |
[ | |
134.020357093157, | |
34.7510007434462, | |
30 | |
], | |
[ | |
134.020136, | |
34.751123, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "立川→医師会病院前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.020136, | |
34.751123, | |
30 | |
], | |
[ | |
134.019883819344, | |
34.751390054395, | |
30 | |
], | |
[ | |
134.019078184418, | |
34.7519914101747, | |
30 | |
], | |
[ | |
134.018330780974, | |
34.7525732085283, | |
30 | |
], | |
[ | |
134.017999508485, | |
34.7527818808066, | |
30 | |
], | |
[ | |
134.018135, | |
34.753098, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "医師会病院前→ネオポリス線下市", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.018135, | |
34.753098, | |
30 | |
], | |
[ | |
134.018352122243, | |
34.7535689634696, | |
30 | |
], | |
[ | |
134.018685921188, | |
34.754349154325, | |
30 | |
], | |
[ | |
134.018885181772, | |
34.7546171594282, | |
30 | |
], | |
[ | |
134.019594, | |
34.755302, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "ネオポリス線下市→赤磐市役所前", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.019594, | |
34.755302, | |
30 | |
], | |
[ | |
134.020467996597, | |
34.7560962551837, | |
30 | |
], | |
[ | |
134.02142527306, | |
34.756982202506, | |
30 | |
], | |
[ | |
134.02221248206, | |
34.7575465193107, | |
30 | |
], | |
[ | |
134.022458714286, | |
34.757758, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "赤磐市役所前→高屋(ネオ)", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.022458714286, | |
34.757758, | |
30 | |
], | |
[ | |
134.022704609048, | |
34.7579928311302, | |
30 | |
], | |
[ | |
134.023082101113, | |
34.7582684830045, | |
30 | |
], | |
[ | |
134.023493528366, | |
34.758661282616, | |
30 | |
], | |
[ | |
134.023883857143, | |
34.7591356666667, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "高屋(ネオ)→高屋上", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.023883857143, | |
34.7591356666667, | |
30 | |
], | |
[ | |
134.024225848479, | |
34.7595191662194, | |
30 | |
], | |
[ | |
134.024394750595, | |
34.7596661246624, | |
30 | |
], | |
[ | |
134.024976517795, | |
34.7600691720128, | |
30 | |
], | |
[ | |
134.025733445049, | |
34.7605485026235, | |
30 | |
], | |
[ | |
134.026521714286, | |
34.760939, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "高屋上→沼田", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.026521714286, | |
34.760939, | |
30 | |
], | |
[ | |
134.026758243337, | |
34.7610822458865, | |
30 | |
], | |
[ | |
134.026912411989, | |
34.7612379306575, | |
30 | |
], | |
[ | |
134.027319135539, | |
34.7617465887353, | |
30 | |
], | |
[ | |
134.027592060144, | |
34.7621183790363, | |
30 | |
], | |
[ | |
134.027944790304, | |
34.7624813549333, | |
30 | |
], | |
[ | |
134.028185428571, | |
34.762633, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "沼田→二井口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.028185428571, | |
34.762633, | |
30 | |
], | |
[ | |
134.029524572064, | |
34.763494004182, | |
30 | |
], | |
[ | |
134.029967679214, | |
34.7638095369634, | |
30 | |
], | |
[ | |
134.03023660183, | |
34.7639144985986, | |
30 | |
], | |
[ | |
134.030581790325, | |
34.7639911018822, | |
30 | |
], | |
[ | |
134.031134753291, | |
34.7640492718914, | |
30 | |
], | |
[ | |
134.031459610439, | |
34.7639454271812, | |
30 | |
], | |
[ | |
134.031836091923, | |
34.7637513575706, | |
30 | |
], | |
[ | |
134.032528296952, | |
34.763429148739, | |
30 | |
], | |
[ | |
134.032654671293, | |
34.7632666842189, | |
30 | |
], | |
[ | |
134.033106, | |
34.763531, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "二井口→日古木・中島口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.033106, | |
34.763531, | |
30 | |
], | |
[ | |
134.034042384266, | |
34.7640101714927, | |
30 | |
], | |
[ | |
134.034586056228, | |
34.7642367671996, | |
30 | |
], | |
[ | |
134.034842808878, | |
34.7643192855867, | |
30 | |
], | |
[ | |
134.03564012502, | |
34.7644029318483, | |
30 | |
], | |
[ | |
134.037224767885, | |
34.7646796858201, | |
30 | |
], | |
[ | |
134.038713898849, | |
34.7650689288364, | |
30 | |
], | |
[ | |
134.039421029808, | |
34.7653314178808, | |
30 | |
], | |
[ | |
134.039955, | |
34.765694, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "日古木・中島口→桜が丘西一丁目", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.039955, | |
34.765694, | |
30 | |
], | |
[ | |
134.040534302303, | |
34.7661143944638, | |
30 | |
], | |
[ | |
134.040986234847, | |
34.7666755802639, | |
30 | |
], | |
[ | |
134.041113, | |
34.76698, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西一丁目→桜が丘西一丁目上", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.041113, | |
34.76698, | |
30 | |
], | |
[ | |
134.041473736173, | |
34.767416869461, | |
30 | |
], | |
[ | |
134.041788487498, | |
34.7680333301735, | |
30 | |
], | |
[ | |
134.041888, | |
34.768675, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西一丁目上→桜が丘西二丁目", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.041888, | |
34.768675, | |
30 | |
], | |
[ | |
134.041855349269, | |
34.7691399912469, | |
30 | |
], | |
[ | |
134.041701879692, | |
34.7696688829578, | |
30 | |
], | |
[ | |
134.041514707734, | |
34.7699820044225, | |
30 | |
], | |
[ | |
134.041306894902, | |
34.7702305526091, | |
30 | |
], | |
[ | |
134.040827012623, | |
34.7707945935126, | |
30 | |
], | |
[ | |
134.040386, | |
34.77122, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西二丁目→桜が丘西三丁目", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.040386, | |
34.77122, | |
30 | |
], | |
[ | |
134.040372670027, | |
34.7713221005374, | |
30 | |
], | |
[ | |
134.03999377849, | |
34.7717328408114, | |
30 | |
], | |
[ | |
134.039655120419, | |
34.7721179868117, | |
30 | |
], | |
[ | |
134.039297803617, | |
34.7725824446189, | |
30 | |
], | |
[ | |
134.039074, | |
34.772868, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西三丁目→桜が丘西三丁目上", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.039074, | |
34.772868, | |
30 | |
], | |
[ | |
134.03905477253, | |
34.7729799864372, | |
30 | |
], | |
[ | |
134.038891857185, | |
34.7732712419915, | |
30 | |
], | |
[ | |
134.038703052951, | |
34.7737209447655, | |
30 | |
], | |
[ | |
134.03859075004, | |
34.7740552324908, | |
30 | |
], | |
[ | |
134.038477047659, | |
34.7744942691656, | |
30 | |
], | |
[ | |
134.038333607843, | |
34.7758563737684, | |
30 | |
], | |
[ | |
134.038306435885, | |
34.7762849692647, | |
30 | |
], | |
[ | |
134.038222, | |
34.77659, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西三丁目上→桜が丘西五丁目", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.038222, | |
34.77659, | |
30 | |
], | |
[ | |
134.038249176625, | |
34.7767825916771, | |
30 | |
], | |
[ | |
134.038111, | |
34.777936, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西五丁目→桜が丘西六丁目", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.038111, | |
34.777936, | |
30 | |
], | |
[ | |
134.038102588, | |
34.7787338729539, | |
30 | |
], | |
[ | |
134.038114716306, | |
34.7793919140758, | |
30 | |
], | |
[ | |
134.038106086677, | |
34.7803304060497, | |
30 | |
], | |
[ | |
134.038105736809, | |
34.7806738279694, | |
30 | |
], | |
[ | |
134.037996, | |
34.780818, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西六丁目→桜が丘中央", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.037996, | |
34.780818, | |
30 | |
], | |
[ | |
134.0381044544, | |
34.780990219752, | |
30 | |
], | |
[ | |
134.038053259294, | |
34.7812823028, | |
30 | |
], | |
[ | |
134.037394, | |
34.781245, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘中央→桜が丘西10丁目東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.037394, | |
34.781245, | |
30 | |
], | |
[ | |
134.036543448434, | |
34.7812832937498, | |
30 | |
], | |
[ | |
134.035477, | |
34.781216, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西10丁目東→桜が丘西10丁目中", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.035477, | |
34.781216, | |
30 | |
], | |
[ | |
134.034647902788, | |
34.7810796539247, | |
30 | |
], | |
[ | |
134.033772428571, | |
34.78084, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西10丁目中→桜が丘西10丁目西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.033772428571, | |
34.78084, | |
30 | |
], | |
[ | |
134.033205496032, | |
34.7806260886086, | |
30 | |
], | |
[ | |
134.031941, | |
34.779931, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西10丁目西→桜が丘西9丁目東", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.031941, | |
34.779931, | |
30 | |
], | |
[ | |
134.030241966248, | |
34.7789186809586, | |
30 | |
], | |
[ | |
134.029646, | |
34.778541, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西9丁目東→桜が丘西9丁目中", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.029646, | |
34.778541, | |
30 | |
], | |
[ | |
134.028946692429, | |
34.7782286028323, | |
30 | |
], | |
[ | |
134.028445285714, | |
34.778013, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西9丁目中→桜が丘西9丁目西", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
134.028445285714, | |
34.778013, | |
30 | |
], | |
[ | |
134.026609440422, | |
34.7773762151704, | |
30 | |
] | |
] | |
}, | |
"properties": { | |
"name": "桜が丘西9丁目西→桜が丘運動公園口", | |
"description": "東岡山線", | |
"stroke": "#0000ff", | |
"stroke-opacity": 1, | |
"stroke-width": 3 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment