GeoJson:Shizugatake: Difference between revisions
From Jcastle.info
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
"properties": { | "properties": { | ||
"marker-color": "#0433ff", | "marker-color": "#0433ff", | ||
"marker-size": " | "marker-size": "small", | ||
"marker-symbol": "circle" | "marker-symbol": "circle" | ||
}, | }, | ||
Line 20: | Line 20: | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": {}, | "properties": { | ||
"marker-color": "#77bb41", | |||
"marker-size": "medium", | |||
"marker-symbol": "circle" | |||
}, | |||
"geometry": { | "geometry": { | ||
"coordinates": [ | "coordinates": [ | ||
Line 27: | Line 31: | ||
], | ], | ||
"type": "Point" | "type": "Point" | ||
} | }, | ||
"id": 1 | |||
}, | }, | ||
{ | { | ||
Line 38: | Line 43: | ||
], | ], | ||
"type": "Point" | "type": "Point" | ||
} | }, | ||
"id": 2 | |||
}, | }, | ||
{ | { |