Skip to content

Instantly share code, notes, and snippets.

@come25136
Last active June 6, 2018 05:42
Show Gist options
  • Save come25136/6e60338b3822b7bb78a5b6c5017f676b to your computer and use it in GitHub Desktop.
Save come25136/6e60338b3822b7bb78a5b6c5017f676b to your computer and use it in GitHub Desktop.
路線図データ (KML) http://www3.unobus.co.jp/opendata/ CC BY 4.0 をGeoJSONに変換
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
133.918707018287,
34.6656276536051,
45
],
[
133.919077930358,
34.665642417021,
45
],
[
133.92177481194,
34.6656459869385,
45
],
[
133.924116986607,
34.6656845168276,
45
],
[
133.930492327917,
34.6658079131942,
45
],
[
133.930507370249,
34.6674069873557,
45
],
[
133.930363142857,
34.668252,
45
]
]
},
"properties": {
"name": "岡山駅→県立美術館(Okayama Prefectural Museum)",
"description": "岡山後楽園バス",
"stroke": "#ff80b0",
"stroke-opacity": 1,
"stroke-width": 3
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
133.930363142857,
34.668252,
45
],
[
133.930226585879,
34.6694242047744,
45
],
[
133.930245711539,
34.6713029626832,
45
],
[
133.932106935746,
34.6712600553828,
45
],
[
133.933968275038,
34.6712635901033,
45
],
[
133.93420873867,
34.6710065307702,
45
],
[
133.934347513804,
34.6708438833036,
45
],
[
133.934704831265,
34.6705082951702,
45
],
[
133.934303781662,
34.6699603342642,
45
],
[
133.934127688408,
34.6697206214121,
45
],
[
133.933773753221,
34.6697359085601,
45
],
[
133.933703899384,
34.6696585562673,
45
],
[
133.933682714286,
34.669571,
45
]
]
},
"properties": {
"name": "県立美術館(Okayama Prefectural Museum)→後楽園前(Korakuen)",
"description": "岡山後楽園バス",
"stroke": "#ff80b0",
"stroke-opacity": 1,
"stroke-width": 3
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
133.933682714286,
34.669571,
45
],
[
133.933620751893,
34.6693635507563,
45
],
[
133.931090028332,
34.6694364883669,
45
],
[
133.930889795527,
34.6693903122205,
45
],
[
133.930353584551,
34.6693869530407,
45
],
[
133.93044671673,
34.6687796811049,
45
]
]
},
"properties": {
"name": "後楽園前(Korakuen)→県立美術館(Okayama Prefectural Museum)",
"description": "岡山後楽園バス",
"stroke": "#ff80b0",
"stroke-opacity": 1,
"stroke-width": 3
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
133.93044671673,
34.6687796811049,
45
],
[
133.930611547503,
34.6673531778556,
45
],
[
133.930596154644,
34.6657604365179,
45
],
[
133.930424024359,
34.6655874238668,
45
],
[
133.928025779632,
34.6655974101752,
45
],
[
133.924958148657,
34.6655582885012,
45
],
[
133.920614128804,
34.6654665113118,
45
],
[
133.919065565948,
34.6654709166334,
45
],
[
133.91891711422,
34.6654532748096,
45
],
[
133.918714199535,
34.6651756124483,
45
],
[
133.918484695565,
34.6648305919108,
45
],
[
133.918336940934,
34.6646349825784,
45
],
[
133.918171658514,
34.6646734308299,
45
]
]
},
"properties": {
"name": "県立美術館(Okayama Prefectural Museum)→岡山駅",
"description": "岡山後楽園バス",
"stroke": "#ff80b0",
"stroke-opacity": 1,
"stroke-width": 3
}
}
]
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment