added bounding box handling to configuration

This commit is contained in:
Enrico Ottonello 2021-03-11 13:13:50 +01:00
parent 2e1ec740f5
commit 742bd6fa96
1 changed files with 25 additions and 0 deletions

View File

@ -99,6 +99,26 @@ class.map.specifications={\
"class_field": "PlaceName",\
"substring": "no",\
"element_type": "java.lang.String"\
},\
"https://www.ariadne-infrastructure.eu/property/boxMaxLat": {\
"class_field": "BoundingBoxMaxLat",\
"substring": "no",\
"element_type": "java.lang.String"\
},\
"https://www.ariadne-infrastructure.eu/property/boxMinLat": {\
"class_field": "BoundingBoxMinLat",\
"substring": "no",\
"element_type": "java.lang.String"\
},\
"https://www.ariadne-infrastructure.eu/property/boxMaxLon": {\
"class_field": "BoundingBoxMaxLon",\
"substring": "no",\
"element_type": "java.lang.String"\
},\
"https://www.ariadne-infrastructure.eu/property/boxMinLon": {\
"class_field": "BoundingBoxMinLon",\
"substring": "no",\
"element_type": "java.lang.String"\
}}\
},\
"ArchaeologicalResourceType": {\
@ -254,6 +274,11 @@ class.map.specifications={\
"substring": "no",\
"external_reference": "Spatial"\
},\
"https://www.ariadne-infrastructure.eu/property/spatialRegionBox": {\
"class_field": "Spatial",\
"substring": "no",\
"external_reference": "Spatial"\
},\
"https://www.ariadne-infrastructure.eu/property/landingPage": {\
"class_field": "LandingPage",\
"substring": "no",\