Commit Graph

830 Commits (0ca34413d692afb44f49b8715ef6e9423a78fe86)

Author SHA1 Message Date
Oliver Tonnhofer 0ca34413d6 rename to imposm 2018-04-17 21:06:55 +02:00
Oliver Tonnhofer f83080c1d0 test: temporary rename of generated for updated timestamps to fix make errors 2018-04-16 18:16:24 +02:00
Oliver Tonnhofer 6c6128b7e5 test: temporary rename (see next commit) 2018-04-16 18:11:46 +02:00
Oliver Tonnhofer 16e9c1dbef protobuf: recommit .pb.go file for updated timestamps to fix make errors 2018-04-16 18:10:01 +02:00
Oliver Tonnhofer c6710734ce protobuf: remove unused code/options from original pbf definition 2018-04-16 18:03:12 +02:00
Oliver Tonnhofer b7f02225f2 protobuf: set syntax to proto2 to avoid warning 2018-04-16 17:40:49 +02:00
Oliver Tonnhofer 5074dd1352 travis: deploy releases to github with custom leveldb and geos 2018-04-16 17:01:10 +02:00
Oliver Tonnhofer 7b725dff6c
Merge pull request #158 from yohanboniface/replication
Improvements for hourly/daily replication
2018-04-16 17:00:25 +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
Oliver Tonnhofer aefe5246a6
Merge pull request #161 from erictheise/patch-2
Update relations.rst
2018-02-23 12:42:46 +01:00
Eric Theise 072daec4b1
Update relations.rst
"from" not "form".
2018-02-20 12:35:22 -08:00
Yohan Boniface 25f165d74e Log when remote file is not available 2018-01-30 14:03:26 +01:00
Oliver Tonnhofer 8c872a80cd
Merge pull request #159 from erictheise/patch-1
Update tutorial.rst
2018-01-26 12:56:26 +01:00
Yohan Boniface a8ae4dcbdc Make diff_state_before default to 0 2018-01-26 11:30:28 +01:00
Yohan Boniface 6f99b41d13 Diff: adapt wait time according to replication interval 2018-01-26 09:35:31 +01:00
Eric Theise d693586115
Update tutorial.rst
Just adding a left-out letter.
2018-01-25 13:57:11 -08: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
Yohan Boniface c5be424c8c Replace default ReplicationInterval if it still equals default 2018-01-22 19:41:56 +01:00
Oliver Tonnhofer 20ad581d9b
Merge pull request #154 from russss/docs-relation-types-fix
[docs] Fix "relation_type" typo
2018-01-06 22:53:25 +01:00
Oliver Tonnhofer 2301ecaa3e
Merge pull request #155 from russss/https_replication
Switch replication URL to HTTPS
2018-01-06 22:52:30 +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
Russ Garrett 8160289763
[docs] Fix "relation_type" typo 2018-01-05 10:13:17 +00:00
Oliver Tonnhofer 5816161a40 docs: change pseudoarea to webmerc_area in test/example configurations 2017-11-24 11:36:23 +01:00
Oliver Tonnhofer 41c37d8626 release: bump version 2017-11-21 15:27:11 +01:00
Oliver Tonnhofer 6dd8107d69 packaging: do not set BUILD_VERSION if IMPOSM_BUILD_RELEASE is set 2017-11-21 15:27:11 +01:00
Oliver Tonnhofer 4731e99e19 packaging: build binaries with Debian 8
LevelDB now requires C++11 support which is only available
with Debian 8.
2017-11-21 15:27:11 +01:00
Oliver Tonnhofer e96cb2541c packaging: build with LevelDB (post 1.21) 2017-11-21 15:27:10 +01:00
Oliver Tonnhofer ae4197a147 writer: do not use GEOS for LineString geometries 2017-11-21 15:27:10 +01:00
Oliver Tonnhofer a367850f6f writer: do not check for validity of simple polygons
Skips slow GEOS IsValid calls for polygons with only 4 corners.
They can be invalid, but its more unlikely to get simple polygons
wrong and even if, it should affect only small polygons like buildings.
2017-11-21 14:43:20 +01:00
Oliver Tonnhofer e245e01b95 geom: cache geos wkb writer 2017-11-21 14:43:20 +01:00
Oliver Tonnhofer c161339d89 mapping: check if geom is non null before calculating area 2017-11-21 14:43:20 +01:00
Oliver Tonnhofer 25b4c01917 cache: support new leveldb (>=1.21) max-file-size option
requires build/install with -tags="ldbpost121"
2017-11-21 14:43:20 +01:00
Oliver Tonnhofer 93c5298712 packaging: do not build proto files in ./vendor/ 2017-11-21 14:43:20 +01:00
Oliver Tonnhofer 3ac986a498 code: remove unused functions/conversions 2017-11-21 14:43:20 +01:00
Oliver Tonnhofer 8d8694976c test: fix state from PBF test, sequence is only estimated 2017-11-21 14:43:20 +01:00
Oliver Tonnhofer d8bccbe35a test: move test helper into test file 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 7bb3908bce travis: try to fix vendor path stuff 2017-11-15 15:34:18 +01:00
Oliver Tonnhofer 59b1974dfd travis: update dependencies 2017-11-15 15:23:43 +01:00
Oliver Tonnhofer 7244552479 fix test error output 2017-11-15 15:13:57 +01:00
Oliver Tonnhofer 864796f224 update travis config 2017-11-15 15:07:35 +01:00
Oliver Tonnhofer 3b158a4107 add test for parsing state from pbf 2017-11-15 14:59:52 +01:00
Oliver Tonnhofer 70bfd56c86 update LICENSE for dependencies 2017-11-15 14:25:27 +01:00
Oliver Tonnhofer 6cce5a42cc update README 2017-11-15 14:22:14 +01:00
Oliver Tonnhofer 9bbdf89e7c do not set GO15VENDOREXPERIMENT 2017-11-15 14:22:02 +01:00
Oliver Tonnhofer 7dd4980fe4 do not build protobuf files in vendor/ 2017-11-15 14:18:48 +01:00
Oliver Tonnhofer a5cbe077be update vendorized dependencies; use dep 2017-11-15 14:18:24 +01:00
Oliver Tonnhofer 88bca58fd1 update to github.com/gogo/protobuf 2017-11-15 13:57:30 +01:00