mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
feat: add core
This commit is contained in:
112
test/resources/PointOfInterest.1.json
Normal file
112
test/resources/PointOfInterest.1.json
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"validationErrorNames": [],
|
||||
"scData": {
|
||||
"uid": "2e925b84-3c99-5df2-a289-62be7a4ae512",
|
||||
"name": "Validierer (UB)",
|
||||
"type": "point of interest",
|
||||
"categories": [
|
||||
"validator"
|
||||
],
|
||||
"description": "EG Eingangsbereich",
|
||||
"geo": {
|
||||
"point": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
8.653079867363,
|
||||
50.120368286434
|
||||
]
|
||||
}
|
||||
},
|
||||
"inPlace": {
|
||||
"name": "UB",
|
||||
"address": {
|
||||
"addressCountry": "Deutschland",
|
||||
"addressLocality": "Frankfurt am Main",
|
||||
"addressRegion": "Hessen",
|
||||
"postalCode": "60325",
|
||||
"streetAddress": "Bockenheimer Landstr. 134-138"
|
||||
},
|
||||
"geo": {
|
||||
"point": {
|
||||
"coordinates": [
|
||||
8.65302,
|
||||
50.12036
|
||||
],
|
||||
"type": "Point"
|
||||
},
|
||||
"polygon": {
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
8.6524924635887,
|
||||
50.120309814205
|
||||
],
|
||||
[
|
||||
8.6525192856789,
|
||||
50.120423319054
|
||||
],
|
||||
[
|
||||
8.6526641249657,
|
||||
50.120426758591
|
||||
],
|
||||
[
|
||||
8.6526963114738,
|
||||
50.120547142219
|
||||
],
|
||||
[
|
||||
8.6526480317116,
|
||||
50.120554021274
|
||||
],
|
||||
[
|
||||
8.6527070403099,
|
||||
50.120839501198
|
||||
],
|
||||
[
|
||||
8.65344196558,
|
||||
50.120777590034
|
||||
],
|
||||
[
|
||||
8.6533936858177,
|
||||
50.120498988804
|
||||
],
|
||||
[
|
||||
8.6533454060554,
|
||||
50.120498988804
|
||||
],
|
||||
[
|
||||
8.6533239483833,
|
||||
50.120375165515
|
||||
],
|
||||
[
|
||||
8.6534956097603,
|
||||
50.12035796781
|
||||
],
|
||||
[
|
||||
8.6534580588341,
|
||||
50.120241023257
|
||||
],
|
||||
[
|
||||
8.6524924635887,
|
||||
50.120309814205
|
||||
]
|
||||
]
|
||||
],
|
||||
"type": "Polygon"
|
||||
}
|
||||
},
|
||||
"categories": [
|
||||
"library"
|
||||
],
|
||||
"type": "building",
|
||||
"uid": "65596790-a217-5d70-888e-16aa17bfda0a",
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy"
|
||||
}
|
||||
},
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user