Commit Graph

24 Commits (master)

Author SHA1 Message Date
Oliver Tonnhofer 6054ef6a34 config: remove global option structs 2018-06-07 20:23:06 +02:00
Oliver Tonnhofer 32b80c2cdd mapping: refactor New function; avoid global test mapping 2018-06-05 19:08:42 +02:00
Yohan Boniface 9e131ca116 Pass replicationUrl and replicationInterval as parameters
Instead of reading them from the config, per consistency.
2018-04-07 21:21:56 +02:00
Yohan Boniface a8ae4dcbdc Make diff_state_before default to 0 2018-01-26 11:30:28 +01:00
Yohan Boniface e277d8da24 Adapt estimateSequence to replication interval 2018-01-22 19:46:27 +01:00
Yohan Boniface f2381554f9 Use URL defined in config to fetch replication state 2018-01-22 19:45:33 +01:00
Yohan Boniface cfb1be89d1 Make run command more verbose 2018-01-22 19:44:56 +01:00
Russ Garrett 2c8b957949
Switch replication URL to HTTPS
The discussion about moving OSM services to HTTPS-only continues.
Although everything should be happy following 302 redirects I thought
I'd remove one variable and move the default URL to HTTPS.

Seems to work fine for me.
2018-01-06 10:38:58 +00:00
Oliver Tonnhofer 8d8694976c test: fix state from PBF test, sequence is only estimated 2017-11-21 14:43:20 +01:00
Oliver Tonnhofer e79386a1af writer: remove old-style-multipolygon handling 2017-11-21 14:43:11 +01:00
Oliver Tonnhofer 3b158a4107 add test for parsing state from pbf 2017-11-15 14:59:52 +01:00
Oliver Tonnhofer 073dfeb8cf only delete from matched tables 2017-05-16 16:30:00 +02:00
Oliver Tonnhofer 18d14fbb9a exit on errors in mapping before starting -read
closes #131
2017-05-12 14:52:20 +02:00
Oliver Tonnhofer e211940af3 separate mapping config from mapping logic
create new imposm3/mapping/config package that includes
all "dumb" config structs
2017-05-11 11:08:06 +02:00
Oliver Tonnhofer 698a4fc05c no need to filter relations without support for old-style multipolygons 2017-05-09 11:49:49 +02:00
Oliver Tonnhofer 9b181804da refactor diff downloader into replication package; add chagneset downloader 2016-12-13 11:15:58 +01:00
Oliver Tonnhofer c8d99af5d6 refactor diff state write 2016-12-07 14:20:21 +01:00
Oliver Tonnhofer a685d363e5 move diff parser to parser/diff 2016-12-06 15:34:01 +01:00
Oliver Tonnhofer 05ee91f8bd rename diff.New*Decoder to New*Parser 2016-12-06 15:28:41 +01:00
Oliver Tonnhofer e3593761b5 refactor parser.pbf API 2016-12-06 14:47:34 +01:00
Oliver Tonnhofer 7d4bec6909 rename diff.DiffElem to diff.Element 2016-12-06 12:52:12 +01:00
Oliver Tonnhofer ba70ab3393 update diff parser API 2016-12-06 12:46:55 +01:00
Oliver Tonnhofer f8d128f966 rename update/parser package to update/diff 2016-12-06 11:04:35 +01:00
Oliver Tonnhofer 909bd5fdec rename diff package to update 2016-12-06 11:00:52 +01:00