Expand golden QA benchmark scenarios
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-18 21:46:19 +02:00
parent 5128b9ced0
commit c85953f389
14 changed files with 417 additions and 28 deletions
@@ -0,0 +1,27 @@
{
"type": "FeatureCollection",
"name": "golden_reference_buildings_no_overlap",
"features": [
{
"type": "Feature",
"id": "ref-no-overlap-1",
"properties": {
"id": "ref-no-overlap-1",
"source": "golden_fixture",
"class": "building"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[4.9900, 51.1600],
[4.9905, 51.1600],
[4.9905, 51.1604],
[4.9900, 51.1604],
[4.9900, 51.1600]
]
]
}
}
]
}