Artem Pavlenko
|
9b4b249555
|
+ create table if not exists
+ use OGC_FID instead of PK_UID
|
2009-02-23 23:44:42 +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
|
0794df76b9
|
+ support for binding blobs
|
2009-02-21 11:22:17 +00:00 |
|
Artem Pavlenko
|
b236012474
|
+ impl output directly to sqlite
|
2009-02-21 00:23:41 +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 |
|