[Tile-serving] [osm2pgsql] Use the polygon flag from the tagtransforms to change multi-backend (#471)

Sarah Hoffmann notifications at github.com
Mon Oct 26 20:06:35 UTC 2015


>  may be specified via an array of strings named `hstores`. Finally standard columns
>  may be specified via an array of objects named `tags` with each object containing
>  a `name` and a postgres `type`. Note you may also set `flags` on each tag as with
>  the standard osm2pgsql style file. `flags` is formated exactly as in the style file
> -as a string of flag names seprated by commas.
> +as a string of flag names separated by commas.
> +
> +## Polygons ##
> +
> +Area handling differs slightly from the traditional osm2pgsql C and Lua transforms
> +where if a way is added to the polygon or line table depends on if it is closed,
> +not just its tagging. All tables with the multi-backend are independent.
> +
> +All ways in `line` tables are turned into linestrings and what the tag
> +transform sets the polygon flag to does not matter.. In `polygon` tables ways

Remove duplicate full stop.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/471/files#r43045195
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151026/4c73a22f/attachment.html>


More information about the Tile-serving mailing list