[Tile-serving] [osm2pgsql] pgsql_add_relation() is preventing to generate lines/polygons for user-defined tags through lua (#44)
jocelynj
notifications at github.com
Thu Jun 13 19:19:23 UTC 2013
I want to generate line for type=waterway in addition to already existing types. I have added the corresponding code to style.lua, but was blocked by the following code:
```c
/* Only a limited subset of type= is supported, ignore other */
if ( (strcmp(type, "route") != 0) && (strcmp(type, "multipolygon") != 0) && (strcmp(type, "boundary") != 0))
return 0;
```
This is already handled by style.lua, but it doesn't seem to be present in default tagtransform.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/44
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20130613/a757564d/attachment.html>
More information about the Tile-serving
mailing list