added bounding box handling to configuration
This commit is contained in:
parent
2e1ec740f5
commit
742bd6fa96
|
@ -99,6 +99,26 @@ class.map.specifications={\
|
||||||
"class_field": "PlaceName",\
|
"class_field": "PlaceName",\
|
||||||
"substring": "no",\
|
"substring": "no",\
|
||||||
"element_type": "java.lang.String"\
|
"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": {\
|
"ArchaeologicalResourceType": {\
|
||||||
|
@ -254,6 +274,11 @@ class.map.specifications={\
|
||||||
"substring": "no",\
|
"substring": "no",\
|
||||||
"external_reference": "Spatial"\
|
"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": {\
|
"https://www.ariadne-infrastructure.eu/property/landingPage": {\
|
||||||
"class_field": "LandingPage",\
|
"class_field": "LandingPage",\
|
||||||
"substring": "no",\
|
"substring": "no",\
|
||||||
|
|
Loading…
Reference in New Issue