GeoJson:Shizugatake: Difference between revisions
From Jcastle.info
(Created GeoJSON page) |
(first line defenses) |
||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-223.807082, | |||
35.540524 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-223.800645, | |||
35.544644 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "first ridge line", | |||
"description": "original forts" | |||
}, | |||
"geometry": { | |||
"type": "LineString", | |||
"coordinates": [ | |||
[ | |||
-223.806052, | |||
35.540733 | |||
], | |||
[ | |||
-223.800902, | |||
35.544435 | |||
], | |||
[ | |||
-223.791118, | |||
35.550091 | |||
], | |||
[ | |||
-223.788629, | |||
35.551069 | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } |