GeoJson:Shizugatake: Difference between revisions
From Jcastle.info
(first line defenses) |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": {}, | "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": { | "geometry": { | ||
"coordinates": [ | "coordinates": [ | ||
136.19244931367882, | |||
35. | 35.54020624829165 | ||
] | ], | ||
} | "type": "Point" | ||
}, | |||
"id": 1 | |||
}, | }, | ||
{ | { | ||
Line 17: | Line 38: | ||
"properties": {}, | "properties": {}, | ||
"geometry": { | "geometry": { | ||
"coordinates": [ | "coordinates": [ | ||
136.19809906366152, | |||
35. | 35.54398140184067 | ||
] | ], | ||
} | "type": "Point" | ||
}, | |||
"id": 2 | |||
}, | }, | ||
{ | { | ||
"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 | |||
} | } | ||
] | ] | ||
} | } |