Commit Graph

504 Commits (480c93f01c3f9acfa56ee976483a5920e62f1bf3)

Author SHA1 Message Date
Oliver Tonnhofer 53ebc4ead4 refactor rps counter 2013-07-29 09:51:38 +02:00
Oliver Tonnhofer df0131213d use log.Fatal instead of die()-wrapper 2013-07-29 09:34:00 +02:00
Oliver Tonnhofer 8238471ec5 open/test db connection before opening/cleaning cache 2013-07-29 09:31:08 +02:00
Oliver Tonnhofer 96220606f2 default to sslmode=disable on localhost 2013-07-29 09:20:17 +02:00
Oliver Tonnhofer 1721a53000 return error for unknown database types 2013-07-29 09:19:51 +02:00
Oliver Tonnhofer 93ad3fb426 list available commands; show cmd options on error 2013-07-29 08:35:55 +02:00
Oliver Tonnhofer d5219cbf6b mv diff/cmd/process to diff/ 2013-07-29 08:18:08 +02:00
Oliver Tonnhofer 04714e266c fixed parsing of diff command options 2013-07-26 15:59:03 +02:00
Oliver Tonnhofer 4c7fefb52b first unification of import/diff command 2013-07-25 11:28:16 +02:00
Oliver Tonnhofer 9eeac15f48 store replicationUrl in last.state.txt 2013-07-22 16:04:32 +02:00
Oliver Tonnhofer c6bad82131 moved state.go to diff/state package 2013-07-19 09:35:21 +02:00
Oliver Tonnhofer 4a0abacbc5 save timestamp after initial diff import 2013-07-19 09:29:51 +02:00
Oliver Tonnhofer 25cd7bfdc3 parse pbf header block with timestamp; check required pbf features 2013-07-17 10:24:39 +02:00
Oliver Tonnhofer 8fa52a13e7 first diff download code 2013-07-17 09:10:43 +02:00
Oliver Tonnhofer c124c65f31 read/store diff state 2013-07-16 14:03:47 +02:00
Oliver Tonnhofer 7e5e2ce86d skip ways without tags 2013-07-15 11:41:03 +02:00
Oliver Tonnhofer 198f2d925f filter by relation tags before finishing the multipolygon 2013-07-15 11:39:43 +02:00
Oliver Tonnhofer f65b23a1c7 only expire tiles when way/rel was inserted 2013-07-15 11:14:03 +02:00
Oliver Tonnhofer 5f0d7ed3dd expire tiles with removed data 2013-07-12 16:41:52 +02:00
Oliver Tonnhofer 79afd6514f expire nodes 2013-07-12 15:12:56 +02:00
Oliver Tonnhofer e21137b9b6 write expired tiles in single transaction 2013-07-12 15:12:44 +02:00
Oliver Tonnhofer 766bc6ebc1 removed old code 2013-07-12 14:59:51 +02:00
Oliver Tonnhofer bc7b22da61 write out expired tile coordinates 2013-07-12 14:57:06 +02:00
Oliver Tonnhofer a3bbc98f44 use srid from config 2013-07-10 09:53:33 +02:00
Oliver Tonnhofer c85d391929 use config in diff/cmd/process 2013-07-10 09:50:50 +02:00
Oliver Tonnhofer 1429bcae8a add cachedir and limitto to config 2013-07-10 09:01:32 +02:00
Oliver Tonnhofer 8195dd0b77 handle missing tables in updated dropTableIfExists function 2013-07-08 16:54:45 +02:00
Oliver Tonnhofer 5cb96d0871 add config file for reuse in import/diff cmd 2013-07-08 08:34:23 +02:00
Oliver Tonnhofer db2c8b2cfb fixed MakeSuffixReplace test 2013-07-05 15:24:01 +02:00
Oliver Tonnhofer f75c8994c8 remove deleted elements from cache in diff mode 2013-07-05 15:14:21 +02:00
Oliver Tonnhofer eb449b2636 support for uncompressed pbf 2013-07-05 10:06:55 +02:00
Oliver Tonnhofer a5be2de690 refactored parser API 2013-07-05 09:57:03 +02:00
Oliver Tonnhofer 0959c8cec5 remove indexer 2013-07-05 09:41:06 +02:00
Oliver Tonnhofer 5398171a23 renamed pbf parser package to parser/pbf 2013-07-05 09:35:16 +02:00
Oliver Tonnhofer 83af982f2c renamed test file 2013-07-05 09:23:14 +02:00
Oliver Tonnhofer 9d8166ce11 removed empty file 2013-07-05 09:23:05 +02:00
Oliver Tonnhofer 6c5b7e0201 refactored cache API 2013-07-05 09:21:51 +02:00
Oliver Tonnhofer 2ff97757d8 update tests for diff cache 2013-07-05 08:56:01 +02:00
Oliver Tonnhofer d092ba7807 refactored diff cache 2013-07-05 08:03:13 +02:00
Oliver Tonnhofer 0f09649775 Merge branch 'master' into diffbunch
Conflicts:
	cache/diff.go
	cache/diff_test.go
2013-07-04 17:33:35 +02:00
Oliver Tonnhofer d62f11ff97 refactored cache API 2013-07-04 17:27:22 +02:00
Oliver Tonnhofer e38875a850 remove unused code; make private functions lowercase 2013-07-04 16:03:26 +02:00
Oliver Tonnhofer 0bbe0065d5 refactored PostGIS generalize/optimize 2013-07-04 15:52:14 +02:00
Oliver Tonnhofer 8d32510953 refactored PostGIS.Finish 2013-07-04 15:39:13 +02:00
Oliver Tonnhofer c18802a64e add optimize option 2013-07-04 11:26:53 +02:00
Oliver Tonnhofer 80aaa01dc8 Merge branch 'master' into diffbunch 2013-07-02 14:15:28 +02:00
Oliver Tonnhofer 1e6830968d add generalized tables to geometry_columns 2013-07-02 14:14:32 +02:00
Oliver Tonnhofer 811a5ad9e8 add TODOs and comments 2013-07-02 08:49:44 +02:00
Oliver Tonnhofer 99d59e8b31 fixed import 2013-06-28 13:10:46 +02:00
Oliver Tonnhofer 32e4214351 refactored coords cache 2013-06-28 13:10:18 +02:00