diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_11.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_11.robot index adad13ae3d78fb14aaeeff50dda9d95db9532662..23703d70f23283161cdbe225b650bda6913acc1b 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_11.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_11.robot @@ -16,7 +16,7 @@ Test Template Query several entities based on complex geoqueries 019_11_01 QueryOnEqualsPolygon [Documentation] Check that one can query with an exact polygon [Tags] e-query 5_7_2 4_10 - equals Polygon [[[13.2865906,52.5648645],[13.2879639,52.5648645],[13.2797241,52.4988679],[13.477478,52.4712703],[13.5049438,52.5373084],[13.2865906,52.5648645]]] 1 + equals Polygon [[[13.2879639,52.5648645],[13.2865906,52.5648645],[13.2797241,52.4988679],[13.477478,52.4712703],[13.5049438,52.5373084],[13.2879639,52.5648645]]] 1 019_11_02 QueryOnIntersectsPolygon [Documentation] Check that one can query with an intersects polygon [Tags] e-query 5_7_2 4_10 @@ -24,7 +24,7 @@ Test Template Query several entities based on complex geoqueries 019_11_03 QueryOnContainsPolygonMatching [Documentation] Check that one can query with a contains polygon [Tags] e-query 5_7_2 4_10 - contains Polygon [[[13.3844376,52.5356966],[13.3844376,52.5356966],[13.381691,52.5123012],[13.4235764,52.5100027],[13.4331894,52.5273425],[13.3844376,52.5356966]]] 1 + contains Polygon [[[13.3844376,52.5356966],[13.381691,52.5123012],[13.4235764,52.5100027],[13.4331894,52.5273425],[13.3844376,52.5356966]]] 1 019_11_04 QueryOnContainsPolygonNotMatching [Documentation] Check that one can query with a contains polygon without matching geometries [Tags] e-query 5_7_2 4_10 @@ -36,7 +36,7 @@ Test Template Query several entities based on complex geoqueries 019_11_06 QueryOnWithinPolygon [Documentation] Check that one can query with a within polygon [Tags] e-query 5_7_2 4_10 - within Polygon [[[13.3023834,52.4903066],[13.3027267,52.4905156],[13.2745743,52.465632],[13.3343124,52.4185447],[13.4311295,52.47107],[13.3023834,52.4903066]]] 1 + within Polygon [[[13.3023834,52.4903066],[13.2745743,52.465632],[13.3343124,52.4185447],[13.4311295,52.47107],[13.3023834,52.4903066]]] 1 019_11_07 QueryOnOverlapsPolygon [Documentation] Check that one can query with an overlaps polygon [Tags] e-query 5_7_2 4_10 diff --git a/data/entities/building-location-polygon.jsonld b/data/entities/building-location-polygon.jsonld index 0a836550952cb0101d8be2658acf47e4c03517cf..97fbb6d08795855da842122851881f29ce959437 100644 --- a/data/entities/building-location-polygon.jsonld +++ b/data/entities/building-location-polygon.jsonld @@ -12,11 +12,11 @@ "coordinates": [ [ [ - 13.2865906, + 13.2879639, 52.5648645 ], [ - 13.2879639, + 13.2865906, 52.5648645 ], [ @@ -32,7 +32,7 @@ 52.5373084 ], [ - 13.2865906, + 13.2879639, 52.5648645 ] ] @@ -42,4 +42,4 @@ "@context": [ "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld" ] -} \ No newline at end of file +}