GeoJson:Shizugatake: Difference between revisions
From Jcastle.info
(Created GeoJSON page) |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"marker-color": "#0433ff", | |||
"marker-size": "small", | |||
"marker-symbol": "circle" | |||
}, | |||
"geometry": { | |||
"coordinates": [ | |||
136.20895577837257, | |||
35.55329046384564 | |||
], | |||
"type": "Point" | |||
}, | |||
"id": 0 | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"marker-color": "#77bb41", | |||
"marker-size": "medium", | |||
"marker-symbol": "circle" | |||
}, | |||
"geometry": { | |||
"coordinates": [ | |||
136.19244931367882, | |||
35.54020624829165 | |||
], | |||
"type": "Point" | |||
}, | |||
"id": 1 | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"coordinates": [ | |||
136.19809906366152, | |||
35.54398140184067 | |||
], | |||
"type": "Point" | |||
}, | |||
"id": 2 | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"stroke": "#b51a00", | |||
"stroke-width": 2.5, | |||
"stroke-opacity": 1 | |||
}, | |||
"geometry": { | |||
"coordinates": [ | |||
[ | |||
136.19274467597916, | |||
35.54020525350079 | |||
], | |||
[ | |||
136.1980308049454, | |||
35.54388749391059 | |||
], | |||
[ | |||
136.20900259657725, | |||
35.553259651431844 | |||
] | |||
], | |||
"type": "LineString" | |||
}, | |||
"id": 3 | |||
} | |||
] | |||
} | } |