In many posts, I can see "bicycle != DESIGNATED"
. Can I use it in a json custom model like here:
{
"if": "bicycle != DESIGNATED",
"multiply_by": 0.8
},
At least not as I did it because GH says: “Error: Cannot compile expression: priority entry invalid condition “bicycle != DESIGNATED”: ‘bicycle’ not available”
1 Like
easbar
November 9, 2024, 6:20pm
3
You probably mean bike_road_access != DESIGNATED
? This was only introduced very recently so you need to use the current master branch.
1 Like
lalebarde:
bicycle != DESIGNATED
I think I have mis interpreted references to OSM as GH ones: 1 , 2 , 3 , 4 , 5 , 6 , 7 ]
system
Closed
February 8, 2025, 2:41pm
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.