Commit Graph

846 Commits (master)

Author SHA1 Message Date
Oliver Tonnhofer c90badce51 discard additional cache.NotFound errors in diff.Update 2016-12-06 10:29:05 +01:00
Oliver Tonnhofer 4605e38c75 document -expiretiles-* 2016-11-30 12:55:03 +01:00
Oliver Tonnhofer 65cdcc5dcb rename expire_tiles_* options to expiretiles_* to match command line option 2016-11-30 12:54:47 +01:00
Oliver Tonnhofer 9bf844d2dd clear tile list after flush 2016-11-25 09:42:23 +01:00
Oliver Tonnhofer 3fd7719104 expire polygon areas and linestrings 2016-11-24 13:38:02 +01:00
Oliver Tonnhofer ea973f769b add padding around expired tiles 2016-11-23 16:06:11 +01:00
Oliver Tonnhofer 3453b13af2 write expire tiles; add first tests 2016-11-23 14:43:38 +01:00
Oliver Tonnhofer bba7d68380 allways call Expire with wgs84 coords 2016-11-22 17:06:58 +01:00
Oliver Tonnhofer 02e2abfd2a set diff.Deleter expireor 2016-11-22 16:44:27 +01:00
Oliver Tonnhofer 80dc4c4b34 update go and GEOS version 2016-11-16 16:28:10 +01:00
Oliver Tonnhofer eea414dfbb add hstore.include option 2016-11-16 16:27:00 +01:00
Oliver Tonnhofer 2eb219be09 add tags.include option 2016-11-16 16:25:48 +01:00
Oliver Tonnhofer 8eef95309b update go versions for travis 2016-11-11 17:08:53 +01:00
Oliver Tonnhofer af77376321 improve webmerc_area accuracy; update tests 2016-11-11 17:05:36 +01:00
Oliver Tonnhofer 9c86495275 add area and webmerc_area field; deprecate pseudoarea 2016-11-11 12:21:05 +01:00
Oliver Tonnhofer c9e5f22bb7 update docs location 2016-11-10 14:39:08 +01:00
Oliver Tonnhofer 89412f3fec fix markup 2016-11-10 14:37:43 +01:00
Oliver Tonnhofer 4d90e55953 allow custom ranking for wayzorder 2016-11-10 13:54:28 +01:00
Oliver Tonnhofer b6b3d262d4 improve area=yes/no handling 2016-11-10 11:00:34 +01:00
Oliver Tonnhofer 81e363ef1a fix typo 2016-11-10 10:13:05 +01:00
Oliver Tonnhofer 6bdc6c84dd use named fields when initializing tagMatcher 2016-11-07 11:29:17 +01:00
Oliver Tonnhofer ee59cf2896 fix encoding of empty keys (#122) 2016-10-12 11:03:28 +02:00
Oliver Tonnhofer 4a472f563a escape commonKey/tagCodePoint runes in key (closes #122) 2016-10-10 09:31:11 +02:00
Oliver Tonnhofer c312bd2229 Merge pull request #120 from rubenv/header-features
Expose feature fields in PBF header
2016-09-19 10:46:45 +02:00
Ruben Vermeersch 2a77446d51 Expose feature fields in PBF header 2016-09-13 10:21:44 +02:00
Oliver Tonnhofer c3f041aa85 Merge pull request #112 from missinglink/ignore_nil_chans2
don't parse elements when chan is nil
2016-08-17 17:28:07 +02:00
Peter Johnson 39eeaf36c1 don't parse elements when chan is nil 2016-08-17 16:59:45 +02:00
Oliver Tonnhofer d495ca4bf4 refactor test names 2016-06-15 14:27:27 +02:00
Oliver Tonnhofer 07a8726169 properly cleanup after tests (drop schema, rm cache) 2016-06-15 14:26:50 +02:00
Oliver Tonnhofer 1a18adc6d0 refactor test helper functions 2016-06-15 14:09:05 +02:00
Oliver Tonnhofer 8213d072c1 support for __any__: [__any__] mappings 2016-06-15 13:37:20 +02:00
Oliver Tonnhofer 3c271279b2 do not log NotFound errors when collecting relations for relation members
(other NotFounds are already discarded)
2016-04-27 09:45:28 +02:00
Oliver Tonnhofer ada5423e7e fix running system tests without godep 2016-04-27 09:45:07 +02:00
Oliver Tonnhofer 77162d985a bump version for new packages 2016-03-11 10:23:23 +01:00
Oliver Tonnhofer f4ff0b0d15 Merge pull request #89 from gaspardle/floating-point-comparison
Safer float comparison in relation test
2016-03-10 18:19:40 +01:00
Oliver Tonnhofer 137739f54b Merge pull request #93 from rubenv/master
Include replication sequence in pbf header.
2016-03-10 18:16:27 +01:00
Oliver Tonnhofer 4ad68435ad document out-of-disk-space behaviour 2016-03-10 18:12:35 +01:00
Oliver Tonnhofer 4b4865df2f Merge pull request #95 from omniscale/build-refactor
Refactor building
2016-03-10 17:57:41 +01:00
Oliver Tonnhofer 387d9448c2 travis: update go version 2016-03-10 17:19:58 +01:00
Oliver Tonnhofer fddaea018f remove glibc note and reference packaging.sh 2016-03-08 15:29:36 +01:00
Oliver Tonnhofer afac53d975 remove godep notes from README 2016-03-08 15:27:54 +01:00
Oliver Tonnhofer 7ddef6a41b allow to build specific revision 2016-03-08 15:03:53 +01:00
Oliver Tonnhofer 199a7ba879 add Vagrant-based packaging script 2016-03-08 14:24:19 +01:00
Oliver Tonnhofer 24d4aa4c11 use built-in vendor support instead of godeps 2016-03-08 14:24:11 +01:00
Oliver Tonnhofer f66b15127d add protobuf to LICENSE.deps 2016-03-03 16:50:31 +01:00
Oliver Tonnhofer ad3474c16d switch from godep to vendor/ 2016-03-03 16:47:52 +01:00
Ruben Vermeersch 57fef09c7d Include replication sequence in pbf header. 2016-03-03 08:55:39 +01:00
Oliver Tonnhofer 368c6699a7 fix import of relations without way members when using -limitto 2016-02-09 11:23:21 +01:00
gaspardle 16e844cf1c Safer float comparison in relation test 2016-02-07 22:40:49 -05:00
Oliver Tonnhofer 8949fe28c4 fix delete of relations with single_id_space 2016-02-04 17:07:35 +01:00