Oliver Tonnhofer

Results 62 comments of Oliver Tonnhofer

I just did a quick test on 10.10 with tokyo-cabinet (1.4.48), protbuf (2.6.0) and python (2.7.8) installed with homebrew and a fresh virtualenv with: ``` Shapely==1.4.4 imposm==2.5.0 imposm.parser==1.0.6 psycopg2==2.5.4 ```...

Thanks for providing a patch for #6. Unfortunately this is a backwards incompatible change. Can you update it so that it only parses and passes the metadata when the parser...

"only" 23.8usec, but for each node, way and relation. For Germany alone just parsing the datetime would take ~30min. I would leave it out, maybe add it as code snippet...

Cool finding! It says that "an R-Tree built incrementally on spatial data might not have high spatial coherence of the leaves". Does this also apply when the index was created...

Can you upgrade imposm.parser to 1.0.6. It includes a fix for a segfault. https://pypi.python.org/pypi/imposm.parser

Cool. I think you still need to get the filters to not filter out any tags at all, if you want your HStore to contain everything.

The first filtering reduces the data in the imposm cache files (cache only tags you're using later). In the PostGIS package it decides which tag needs to be inserted into...

I'm not sure if a global variable and use_hstore is the best solution. What if someone wants to have only a list of keys in the hstore column, or if...

Not all Mapserver style options are available from Magnacarto. Line-offset is still missing.

From the top of my head? - `group-by` layer property - Variable substitutions in file names, e.g. `primary_[width]x[height].svg` The group-by could be moved into he SQL query and the complete...