We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ba285 commit bf683d4Copy full SHA for bf683d4
test/bdd/api/reverse/geometry.feature
@@ -28,7 +28,7 @@ Feature: Geometries for reverse geocoding
28
| 1 | 0.9 |
29
Then results contain
30
| geotext |
31
- | ^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. ]+)?\)\) |
32
33
34
Scenario: For polygons return the centroid as center point
0 commit comments