[Tile-serving] [osm2pgsql] ids used multiple times (#33)
michael1e23
notifications at github.com
Sat Jun 1 16:13:50 UTC 2013
Thank you very much. I tested it and it works. For the München case, it is enough to specify the --multi-geometry parameter. Anyway i also patched the code in case i get larger areas that exceed the 1 degree "split_at" threshold.
This is my hacky code modification:
```
if (Options->projection == PROJ_LATLONG)
split_at = 1;
else
split_at = 100 * 1000;
split_at = 100000000000; // my new line
```
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/33#issuecomment-18791842
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20130601/e29b426f/attachment.html>
More information about the Tile-serving
mailing list