Eric Fischer
79363e397b
Factor out the GeoJSON parsing loop from feature serialization
2018-08-08 13:11:10 -07:00
Dane Springmeyer
6683939483
catch all exceptions
2018-07-13 18:27:24 -07:00
Eric Fischer
11c6c869aa
Include a creator field in tileset metadata with the Tippecanoe version
...
Also finally eradicates binary diffs from the tests
2018-06-07 11:20:12 -07:00
Eric Fischer
7f843c4d36
Check integrity of sqlite3 file before decoding or tile-joining
2018-03-29 12:02:59 -07:00
Eric Fischer
1c4aa57ffd
Change the JSON writing functions to object methods
2018-03-16 13:43:21 -07:00
Eric Fischer
623e0c90fe
More regularization of JSON writing
2018-03-15 17:07:26 -07:00
Eric Fischer
ddf4a45b33
Use JSON writer functions for tile size stats
2018-03-15 15:19:52 -07:00
Eric Fischer
71df4d3e81
Always include tile and layer in tippecanoe-decode, fixing corrupt JSON.
2018-03-14 16:35:59 -07:00
Eric Fischer
a8a342f701
Send dot-dropping through the same pipeline.
...
The first feature in a tile can never be dropped, since there is
no previous feature to attach its properties to.
Remove the previous special case that reset the dropping counter
at the first feature within each tile proper (as opposed to the
first feature in each tile, including its buffer, which is now
the one that is guaranteed to be preserved).
2018-02-23 17:19:54 -08:00
Eric Fischer
d7f44ab082
Factor out code for reading metadata.json
2017-11-30 15:49:38 -08:00
Eric Fischer
1acd771743
Factor out code for enumerating the tiles in a directory
2017-11-30 15:37:46 -08:00
Eric Fischer
ba1c343204
Make --allow-existing work on dirs; trim .geojson from layer names
2017-11-29 16:24:48 -08:00
Eric Fischer
20e6e80cb1
Fix signed comparison warning from g++
2017-11-07 11:38:38 -08:00
Eric Fischer
93a325605c
Guard against impossible tile coordinates when decoding
2017-10-30 13:24:31 -07:00
Eric Fischer
e2b9b96ba8
Detect impossible zoom levels in mbtiles when decoding
2017-10-30 12:55:22 -07:00
Eric Fischer
a3e95db0c3
Guard against decoding tiles with an impossible extent
2017-10-30 12:48:55 -07:00
Eric Fischer
d13e08c9b5
Guard against null keys and values in tileset metadata
2017-10-27 17:38:07 -07:00
Eric Fischer
748ef3b1d5
Add a tippecanoe-decode option to report tile size and feature count
2017-10-09 17:05:29 -07:00
Eric Fischer
e453e32321
Fix test flakiness for filtered tile-join, and some other warnings.
2017-08-09 11:30:16 -07:00
Eric Fischer
c79f19e3ca
Merge branch 'master' into plugins
2017-08-08 11:08:10 -07:00
Eric Fischer
c164a3e69b
Add long options to tippecanoe-decode and tile-join. Add --quiet to tile-join.
2017-07-07 12:51:49 -07:00
Eric Fischer
b301512860
Merge branch 'master' into plugins
2017-05-12 17:20:30 -07:00
Eric Fischer
9632c14551
Only warn once about invalid polygon encoding in tippecanoe-decode
2017-05-12 11:15:27 -07:00
Eric Fischer
30d54ff50d
Tile-join had not been compressing its tiles.
2017-05-11 12:08:47 -07:00
Eric Fischer
922bef72c8
Fix array bounds error found by -fsanitize=address
2017-05-05 11:22:40 -07:00
Eric Fischer
9eb3a7f7ec
Enforce polygon winding and closure rules in tippecanoe-decode
2017-05-05 10:56:50 -07:00
Eric Fischer
834ba19277
Add option for newline-delimited output format to tippecanoe-decode
2017-03-28 16:25:40 -07:00
Eric Fischer
9cbbc4c68d
Merge branch 'master' into plugins-merge
2017-03-02 10:45:25 -08:00
Eric Fischer
835fafe30a
Add an option to decode only specified layers
2017-02-27 10:10:28 -08:00
Eric Fischer
5c2106c0dc
Merge branch 'master' into plugins
2017-01-25 16:38:03 -08:00
Eric Fischer
c74a9a8325
Add minzoom and maxzoom options to tippecanoe-decode
2017-01-24 14:15:40 -08:00
Eric Fischer
150e3663e1
Pass the index, sequence, and extent through the prefilter when needed
2017-01-13 14:59:11 -08:00
Eric Fischer
d1dc310bbc
The GeoJSON-producing part of prefiltering
2016-12-08 15:13:38 -08:00
Eric Fischer
6530e155eb
Don't put a comma between features in filter output
2016-12-08 11:14:06 -08:00
Eric Fischer
87d86ecfc9
Set close-on-exec flag for most file descriptors
2016-12-07 10:57:56 -08:00
Eric Fischer
112f451c66
Move JSON-writing again to keep it from requiring all plugin code
2016-12-06 17:19:22 -08:00
Eric Fischer
72478ae13e
Be more consistent about checking for errors from close()
2016-12-06 17:19:22 -08:00
Eric Fischer
adfceed554
Factor out conversion from vector tile to GeoJSON
2016-12-06 17:19:22 -08:00
Eric Fischer
2bc1b9bd91
Support feature IDs for decoding
2016-07-15 13:58:15 -07:00
Eric Fischer
32fed3b78a
Add the CRS to the tippecanoe-decode output if nonstandard
2016-06-28 15:29:37 -07:00
Eric Fischer
5d06f01e28
Add the ability to tippecanoe-decode into EPSG:3857 instead of WGS84
2016-06-28 15:18:27 -07:00
Eric Fischer
ae50abefc4
Add layer version and extent to tippecanoe-decode output and test standards
2016-06-16 12:50:08 -07:00
Eric Fischer
af412e2038
Add minimal support for alternate input projections
2016-06-01 15:49:41 -07:00
Eric Fischer
f03fbdb5c1
Fail gracefully if input to tippecanoe-decode isn't a vector tile
2016-05-17 15:43:42 -07:00
Eric Fischer
24327e195f
Fix area calculation for polygon rings in tippecanoe-decode
2016-05-10 12:13:03 -07:00
Eric Fischer
f1b3f6d231
Fix warnings about shadowed variables
2016-05-03 15:48:42 -07:00
Eric Fischer
ee97e6c307
Whittle down tile.hpp to the things that actually related to tile.cpp
2016-04-27 15:09:06 -07:00
Eric Fischer
65253cba50
Drag header files into C++
2016-04-27 14:00:14 -07:00
Eric Fischer
b12413eddb
Rename everything from .cc to .cpp to match other projects
2016-04-27 12:22:47 -07:00