[Tile-serving] [osm2pgsql] Set polygon/linestring differently for some key values differently than the key in default style.lua (#346)
Sarah Hoffmann
notifications at github.com
Tue Feb 23 21:34:07 UTC 2016
> polytagcount = polytagcount + 1
> + break
If you actually mean to count the polygon tags as it was done before, that break must be removed. However, I'd argue that the code was wrong before already. 'polytagcount' is only used to check if there are any polygon tags, so a simple boolean flag will do, just as above in the way function. So instead of removing this break, rather add one in line 226.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/346/files#r53853897
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20160223/58fc2ae9/attachment.html>
More information about the Tile-serving
mailing list