[Tile-serving] [osm2pgsql-dev/osm2pgsql] Error in reprocessing of ways in relation, if osmc_symbols-tag of the relation contains the word 'backslash' (Issue #2128)

Paul Norman notifications at github.com
Thu Feb 1 09:51:42 UTC 2024


What are the tags on the object?

If the same data in a PBF and XML gets different results, there's a bug.

The fact that you're getting an error is not a bug - you're supplying a string literal for a text[] value. There's nothing wrong with doing that and doing the conversion yourself - in fact you must do it because there isn't a [built-in conversion](https://osm2pgsql.org/doc/manual.html#type-conversions) but your code is responsible for getting the string literal right, including escaping.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/issues/2128#issuecomment-1920929079
You are receiving this because you are subscribed to this thread.

Message ID: <osm2pgsql-dev/osm2pgsql/issues/2128/1920929079 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240201/768a9813/attachment.htm>


More information about the Tile-serving mailing list