Last active
February 19, 2020 03:52
-
-
Save YuukiToriyama/ddb2c8681cc61085d4b37ee6f2d25f0b to your computer and use it in GitHub Desktop.
御土居推定線.geojson
This file contains hidden or 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", | |
"properties": { | |
"title": "御土居推定線", | |
"description": "京都市資料をトレースして作成", | |
"stroke": "#555555", | |
"stroke-width": 5, | |
"stroke-opacity": 0.7 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
135.73254346847534, | |
35.0270268752197 | |
], | |
[ | |
135.73342323303223, | |
35.028116287842735 | |
], | |
[ | |
135.7346248626709, | |
35.032438652900254 | |
], | |
[ | |
135.73548316955566, | |
35.03481058536406 | |
], | |
[ | |
135.73612689971924, | |
35.03452947103845 | |
], | |
[ | |
135.73614835739136, | |
35.03760410642159 | |
], | |
[ | |
135.7364058494568, | |
35.03788521017039 | |
], | |
[ | |
135.7366633415222, | |
35.0406610577632 | |
], | |
[ | |
135.73597669601438, | |
35.04535167448557 | |
], | |
[ | |
135.73589086532593, | |
35.04705568952232 | |
], | |
[ | |
135.73404550552365, | |
35.04967312791717 | |
], | |
[ | |
135.74108362197876, | |
35.05230804828909 | |
], | |
[ | |
135.74543952941895, | |
35.05373086994305 | |
], | |
[ | |
135.75185537338257, | |
35.05562792692047 | |
], | |
[ | |
135.7586145401001, | |
35.0464057085987 | |
], | |
[ | |
135.76350688934326, | |
35.03904475291207 | |
], | |
[ | |
135.76906442642212, | |
35.03124387566252 | |
], | |
[ | |
135.76908588409424, | |
35.02911783179917 | |
], | |
[ | |
135.76865673065186, | |
35.02338953759621 | |
], | |
[ | |
135.77022314071652, | |
35.02328410510674 | |
], | |
[ | |
135.77011585235596, | |
35.02142144204034 | |
], | |
[ | |
135.7688283920288, | |
35.021316007012864 | |
], | |
[ | |
135.76857089996335, | |
35.01748510880366 | |
], | |
[ | |
135.7683777809143, | |
35.01087726630969 | |
], | |
[ | |
135.76878547668457, | |
35.00368887398649 | |
], | |
[ | |
135.76884984970093, | |
35.002423370344246 | |
], | |
[ | |
135.7675838470459, | |
34.999804418695675 | |
], | |
[ | |
135.7670259475708, | |
34.9953924381249 | |
], | |
[ | |
135.76464414596558, | |
34.99374008139209 | |
], | |
[ | |
135.76472997665405, | |
34.9888179700423 | |
], | |
[ | |
135.7623052597046, | |
34.98867733394037 | |
], | |
[ | |
135.7623052597046, | |
34.98512619229641 | |
], | |
[ | |
135.75408697128296, | |
34.98484490716667 | |
], | |
[ | |
135.75404405593872, | |
34.9798343538781 | |
], | |
[ | |
135.74981689453125, | |
34.97969370234418 | |
], | |
[ | |
135.7492160797119, | |
34.97877946148499 | |
], | |
[ | |
135.74365854263306, | |
34.97876187982997 | |
], | |
[ | |
135.74352979660034, | |
34.99031221370394 | |
], | |
[ | |
135.74166297912598, | |
34.990241896966744 | |
], | |
[ | |
135.74159860610962, | |
34.99614829231819 | |
], | |
[ | |
135.74140548706055, | |
35.0015269600881 | |
], | |
[ | |
135.73310136795044, | |
35.001562113616494 | |
], | |
[ | |
135.73297262191772, | |
35.01683489266767 | |
], | |
[ | |
135.73016166687012, | |
35.01681731918682 | |
], | |
[ | |
135.72999000549316, | |
35.022405495740266 | |
], | |
[ | |
135.73213577270508, | |
35.022510929362774 | |
], | |
[ | |
135.7322645187378, | |
35.026640305960285 | |
], | |
[ | |
135.73254346847534, | |
35.0270268752197 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment