GeoJson:Shizugatake: Difference between revisions
From Jcastle.info
(first line defenses) |
No edit summary |
||
Line 2: | Line 2: | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [ | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"marker-color": "#0433ff", | |||
"marker-size": "medium", | |||
"marker-symbol": "circle" | |||
}, | |||
"geometry": { | |||
"coordinates": [ | |||
136.20895577837257, | |||
35.55329046384564 | |||
], | |||
"type": "Point" | |||
}, | |||
"id": 0 | |||
}, | |||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": {}, | "properties": {}, | ||
"geometry": { | "geometry": { | ||
"coordinates": [ | "coordinates": [ | ||
136.19244931367882, | |||
35. | 35.54020624829165 | ||
] | ], | ||
"type": "Point" | |||
} | } | ||
}, | }, | ||
Line 17: | Line 33: | ||
"properties": {}, | "properties": {}, | ||
"geometry": { | "geometry": { | ||
"coordinates": [ | "coordinates": [ | ||
136.19809906366152, | |||
35. | 35.54398140184067 | ||
] | ], | ||
"type": "Point" | |||
} | } | ||
}, | }, | ||
Line 27: | Line 43: | ||
"type": "Feature", | "type": "Feature", | ||
"properties": { | "properties": { | ||
" | "stroke": "#b51a00", | ||
" | "stroke-width": 2.5, | ||
"stroke-opacity": 1 | |||
}, | }, | ||
"geometry": { | "geometry": { | ||
"coordinates": [ | "coordinates": [ | ||
[ | [ | ||
136.19274467597916, | |||
35. | 35.54020525350079 | ||
], | ], | ||
[ | [ | ||
136.1980308049454, | |||
35. | 35.54388749391059 | ||
], | ], | ||
[ | [ | ||
136.20900259657725, | |||
35. | 35.553259651431844 | ||
] | ] | ||
] | ], | ||
} | "type": "LineString" | ||
}, | |||
"id": 3 | |||
} | } | ||
] | ] | ||
} | } |