Dane Springmeyer
|
c2988656df
|
backport r1955,1956 - db connection fixes
|
2010-07-14 02:00:57 +00:00 |
|
Artem Pavlenko
|
42d0fe1c8c
|
+ small cleanup
|
2009-02-22 22:36:50 +00:00 |
|
Artem Pavlenko
|
db1e445370
|
+ remove -simplify,s option as it can be specified in input query e.g
"select simplify(the_geom,300) as the_geom from world"
+ fixed table_from_sql to handle multiple table_names
|
2009-02-22 22:34:31 +00:00 |
|
Artem Pavlenko
|
4868eb805e
|
+ change (table,t) option to specify output table
+ add support for SQL select statement (query,q)
+ if output table is not specified, use table name extracted from input query
|
2009-02-22 21:36:34 +00:00 |
|
Artem Pavlenko
|
34b8d62909
|
+ more changes ...
|
2009-02-20 23:04:30 +00:00 |
|
Artem Pavlenko
|
0e2a4cddc5
|
+ add direct sqlite3 support (work in progress..)
|
2009-02-20 15:58:33 +00:00 |
|
Artem Pavlenko
|
0bcf0004be
|
+ discard empty geometries from output
|
2009-02-20 12:28:21 +00:00 |
|
Artem Pavlenko
|
7b63111a67
|
+ add --simplify=<tolerance> option
|
2009-02-20 11:12:56 +00:00 |
|
Artem Pavlenko
|
13b7321751
|
+ Utilty to convert postgresql/postgis tables into format suitable for sqlite3 (r*tree index)
+ Initial import
|
2009-02-20 10:43:15 +00:00 |
|