Can we use tags in json?

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

Where?

You probably mean bike_road_access != DESIGNATED? This was only introduced very recently so you need to use the current master branch.

1 Like

I think I have mis interpreted references to OSM as GH ones: 1, 2, 3, 4, 5, 6, 7]