Commit Graph

7 Commits

Author SHA1 Message Date
b75a2b603d Change proposed hstore flag to nocolumn 2015-02-22 06:12:47 -08:00
d21c739184 Forward port of hstore only database patch:
Replace phstore flag in style by a generic hstore flag
which is also usable for points and lines.

This is useful in conjunction with the --hstore-match-only option

Keep phstore option as an alias for polygon,hstore to provide
backward compatibility for older style files.
2014-12-20 14:01:40 +01:00
b4c77a1382 Add more missing includes for std::pair
Although these aren't causing errors, it adds clarity anyways and may reduce
future problems.
2014-10-27 18:24:59 -07:00
ae2e0e3aa3 Added point processor for multi-table output.
The point processor just looks at nodes to determine the output -
we should have another one which is able to do centroids for
matching types.

Added a test case for this and factored out a bunch of common code
for setting up test databases.
2014-06-03 19:58:30 +01:00
d4bff7b06b Finished hooking up output multi. 2014-05-30 18:54:29 +01:00
0285fca53d move as much as possible into table_t all of the sql interactions. exception being the threaded stopping stuff. which will be next on the block. also removed count from taginfo as it wasnt really used and prevented moving the logic into table_t 2014-05-30 11:43:22 -04:00
97d48cfcf3 Removed a lot of static, global state variables from output_pgsql_t. 2014-05-14 14:15:07 +01:00