Commit Graph

57 Commits

Author SHA1 Message Date
Eric Fischer
2afd0bf31b Try with clang++ instead 2016-04-25 10:22:14 -07:00
Eric Fischer
4e71c40f54 Try backing off to older C++ standard for older g++ 2016-04-25 09:58:36 -07:00
Eric Fischer
b15956b476 Oops, was still linking to -lprotobuf-lite 2016-04-22 19:30:37 -07:00
Eric Fischer
135aea8527 Use protozero for writing tiles 2016-04-22 17:45:24 -07:00
Eric Fischer
5ec41d7bbb Use protozero for tile decoding 2016-04-22 17:10:33 -07:00
Eric Fischer
f837577b38 Rename pb_ prefixes to mvt_ 2016-04-22 15:10:16 -07:00
Eric Fischer
f902721dab Abstraction of tile decoding 2016-04-22 13:27:03 -07:00
Eric Fischer
b91e8f6d3e Start factoring out protocol buffer handling code 2016-04-22 12:00:19 -07:00
Eric Fischer
62fac4d6f4 Add a test for layer names 2016-03-29 15:01:03 -07:00
Eric Fischer
962f82d44e Add a test for decoding standalone PBFs 2016-03-22 17:12:09 -07:00
Eric Fischer
01731e21ee Guard against missing source file in test invocation 2016-02-03 17:30:27 -08:00
Eric Fischer
b649e99b32 Preserve input sequence across multiple input files 2016-02-02 15:43:27 -08:00
Eric Fischer
54d9e20e30 Add the input-paths test to the standard test target 2016-02-02 12:23:30 -08:00
Eric Fischer
dfaba5a3e6 Spell out a fuzz test for the four input-reading code paths 2016-02-02 12:21:19 -08:00
Eric Fischer
bbd233c0ec Merge branch 'master' into travis-improvements
Conflicts:
	.travis.yml
2016-01-29 10:30:19 -08:00
Eric Fischer
b17f8fc663 Stabilize map center and mbtiles filename to fix test flakiness 2016-01-28 14:38:10 -08:00
Eric Fischer
7c021035a6 Include metadata in tippecanoe-decode. Allow multiple inputs for tests. 2016-01-28 14:06:51 -08:00
Eric Fischer
2a94d8084d No need to have these parts of the test run in the same subshell 2016-01-28 10:59:32 -08:00
Eric Fischer
794048c049 Add a test 2016-01-28 10:52:43 -08:00
Dane Springmeyer
893604ca94 fix hardcoded cc 2015-12-22 17:07:59 -08:00
Dane Springmeyer
8e3f8b8dc3 inherit CXX,CC,CFLAGS,CXXFLAGS,LDFLAGS from env 2015-12-22 16:26:24 -08:00
wilsaj
7c693c8cda include all CLI tools as dependencies for make install 2015-11-30 13:10:19 -06:00
Eric Fischer
2e155b3bb4 Document and install tippecanoe-enumerate and tippecanoe-decode 2015-11-03 14:04:28 -08:00
Eric Fischer
fd5ced6902 Pay attention to $PREFIX when installing the man page 2015-10-29 16:46:57 -07:00
Eric Fischer
9a09e92357 Update man page and put it in /usr/local 2015-10-29 11:30:12 -07:00
Eric Fischer
e4e14b2078 Link with -lpthread 2015-10-19 15:43:06 -07:00
Eric Fischer
2b25c2fe3e Use Clipper for polygon clipping instead of my own implementation 2015-10-13 17:25:01 -07:00
Eric Fischer
2e3f03172e Write out the JSON part of the metadata 2015-08-20 15:01:34 -07:00
Eric Fischer
caafe2fe5c Checkpoint in copying data from one tileset to another 2015-08-20 13:02:34 -07:00
Eric Fischer
70d11cc335 Actually using the stock sqlite on MacOS 2015-07-28 12:48:49 -07:00
Eric Fischer
dc3021656e Build the string pool in an appendable memory map, not the normal heap 2015-06-18 16:13:37 -07:00
Eric Fischer
1a95504390 No need to write a loop to reindent the source files 2015-06-03 12:47:56 -07:00
Eric Fischer
8a1f0d83e1 Consistent indent style with clang-format 2015-06-03 11:22:13 -07:00
Tom MacWright
25072133fb Install manpage 2015-05-29 12:15:48 -04:00
Tom MacWright
142ea37e17 use md2man to generate man page 2015-05-29 12:06:41 -04:00
Eric Fischer
77c4ce4171 Make the bin directory on install if it doesn't already exist 2014-12-02 11:38:48 -08:00
Eric Fischer
2bd0cb9f43 Don't override PREFIX if it is set in the environment 2014-11-24 10:35:06 -08:00
Eric Fischer
82c0f67813 Explicitly use /usr/local, as Yosemite apparently needs 2014-11-15 23:46:39 -08:00
Eric Fischer
be94bd0dd5 Remove an unused field from the index structure 2014-10-27 09:52:25 -07:00
Eric Fischer
46100c34df Move projection and tile arithmetic to its own file 2014-10-24 17:22:14 -07:00
Eric Fischer
17384d5da7 Move geometric transformations into their own file 2014-10-24 15:12:02 -07:00
Eric Fischer
75b7af8f79 Minimal tile decoder, only geometry for the moment 2014-10-23 15:40:27 -07:00
Eric Fischer
4e1eacc5b2 Simple enumerate command like the datamaps one 2014-10-23 14:04:57 -07:00
Eric Fischer
26e9feda02 Move mbtiles code to its own source file 2014-09-29 12:48:58 -07:00
Eric Fischer
8118c13a71 Give the constant pool its own source file 2014-09-29 12:17:35 -07:00
Eric Fischer
120809b004 Clip large LineString features down to the bounds of the tile 2014-09-26 17:07:52 -07:00
Eric Fischer
0f593d8fdf Fix build errors on Mac 2014-09-26 15:25:12 -07:00
Eric Fischer
c083d2f9f8 Commit to a name 2014-09-26 14:53:10 -07:00
Eric Fischer
eec0e14447 Start putting data into mbtiles instead of separate files 2014-09-25 15:20:17 -07:00
Eric Fischer
b8e7d3edf8 Start toward actually writing out tiles 2014-09-22 15:41:13 -07:00