Actions
GeoJSON Format¶
- Table of contents
- GeoJSON Format
Full Example¶
{
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[
15.6432715260176,
48.5867361212989
],
"title":"",
"description":""
},
"properties":{
"@id":50505,
"systemClass":"place",
"name":"Thunau Obere Holzwiese",
"description":"In the area of Obere Holzwiese 215 inhumation burials were documented in different excavations. The cemetery ranges from the (later) 8th c. to the (early) 10th c.\r\n##German\r\n215 Bestattungen wurden im Bereich der Oberen Holzwiese dokumentiert; im NW-Areal wird eine Holzkirche vermutet, die wohl bereits in der ersten Hälfte des 9. Jahrhunderts vorhanden war.",
"begin_earliest":"0750-01-01",
"begin_latest":"0750-12-31",
"begin_comment":null,
"end_earliest":"0950-01-01",
"end_latest":"0950-12-31",
"end_comment":null,
"types":[
"Inhumation Cemetery",
"Excavation"
]
}
}
]
}
Updated by Bernhard Koschiček-Krombholz almost 3 years ago · 1 revisions