GeoJson:BrassdorfMap: Difference between revisions
Visual map edit |
Visual map edit |
||
(3 intermediate revisions by the same user not shown) | |||
Line 187: | Line 187: | ||
"type": "Feature", | "type": "Feature", | ||
"properties": { | "properties": { | ||
"title": "Sea | "title": "Sea Swallows Tavern", | ||
"description": "" | "description": "" | ||
}, | }, | ||
Line 193: | Line 193: | ||
"type": "Point", | "type": "Point", | ||
"coordinates": [ | "coordinates": [ | ||
47. | 50.125, | ||
50.638672 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Quick Halbert", | |||
"description": "High tier restaurant" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
53.469551, | |||
47.914063 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Flawless Silver", | |||
"description": "Clothier" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
53.40706, | |||
48.945313 | |||
] | ] | ||
} | } |