Hello there,
I just wanted to try using the postgis.lua profile.
However, it appears to me that the profile did not undergo changes which the other profiles did and is now not usable with the current code status. For example the change from "local highway = way.tags:Find("highway")" to "local highway = way:get_value_by_key("highway")". I edited this myself and the former error disappeared. Currently, I am struggling with the concatenated ID in the SQL statement. It says for me that the concatenation is invalid because it is a function value.
Best
Sebastian
Hello there,
I just wanted to try using the postgis.lua profile.
However, it appears to me that the profile did not undergo changes which the other profiles did and is now not usable with the current code status. For example the change from "local highway = way.tags:Find("highway")" to "local highway = way:get_value_by_key("highway")". I edited this myself and the former error disappeared. Currently, I am struggling with the concatenated ID in the SQL statement. It says for me that the concatenation is invalid because it is a function value.
Best
Sebastian