adapt BDD tests to changed simplification

This commit is contained in:
Sarah Hoffmann 2024-11-18 12:34:14 +01:00
parent f1ba285319
commit bf683d434b

View File

@ -28,7 +28,7 @@ Feature: Geometries for reverse geocoding
| 1 | 0.9 | | 1 | 0.9 |
Then results contain Then results contain
| geotext | | geotext |
| ^POLYGON\(\(9.5225302 47.138066, ?9.5225348 47.1379282, ?9.5227608 47.1379757, ?9.5227337 47.1380692, ?9.5225302 47.138066\)\) | | ^POLYGON\(\([0-9. ]+, ?[0-9. ]+, ?[0-9. ]+, ?[0-9. ]+(, ?[0-9. ]+)?\)\) |
Scenario: For polygons return the centroid as center point Scenario: For polygons return the centroid as center point