Context
Seen the following call performed by claude opus 4.7 :
{
"typename": "BDTOPO_V3:zone_de_vegetation",
"select": [
"nature",
"geometrie"
],
"spatial_operator": "dwithin_point",
"dwithin_lon": 6.489772,
"dwithin_lat": 47.153006,
"dwithin_distance_m": 2500,
"where": [
{
"property": "nature",
"operator": "in",
"values": [
"Forêt fermée de feuillus",
"Forêt fermée de conifères",
"Forêt fermée mixte",
"Forêt ouverte"
]
}
],
"limit": 200
}
...facing the following error :
La propriété 'geometrie' est géométrique. `select` accepte uniquement des propriétés non géométriques.
it seems a bit strange to reject this case
Context
Seen the following call performed by claude opus 4.7 :
{ "typename": "BDTOPO_V3:zone_de_vegetation", "select": [ "nature", "geometrie" ], "spatial_operator": "dwithin_point", "dwithin_lon": 6.489772, "dwithin_lat": 47.153006, "dwithin_distance_m": 2500, "where": [ { "property": "nature", "operator": "in", "values": [ "Forêt fermée de feuillus", "Forêt fermée de conifères", "Forêt fermée mixte", "Forêt ouverte" ] } ], "limit": 200 }...facing the following error :
it seems a bit strange to reject this case