When I try to identify an "Alpinwanderweg":
Then I get the following JSON:
{
"results": [
{
"layerBodId": "ch.swisstopo.swisstlm3d-wanderwege",
"layerName": "Wanderwege",
"featureId": 44818,
"id": 44818,
"properties": {
"hikingtype": "Alpinwanderweg",
"bridgetype": "Keine",
"tunneltype": "Keine",
"label": 44818
}
}
]
}
This is what I am expecting with the "hikingtype" "Alpinwanderweg"
But when I try to identify a common "Wanderweg":
Then the "hikingtype" is missing in the resulting JSON:
{
"results": [
{
"layerBodId": "ch.swisstopo.swisstlm3d-wanderwege",
"layerName": "Wanderwege",
"featureId": 24401,
"id": 24401,
"properties": {
"hikingtype": null,
"bridgetype": null,
"tunneltype": null,
"label": 24401
}
}
]
}
Will the property "hikingtype" be available again in the future or do I have to give up this feature?
Thanks and best regards
Heiri