Eric Fischer
|
65c095cc2b
|
Clean up #includes and add fields for counting attributes
|
2017-07-14 16:56:23 -07:00 |
|
Eric Fischer
|
24a182772f
|
Merge pull request #433 from mapbox/getopt
Add long options to tippecanoe-decode and tile-join. Add --quiet to to tile-join.
|
2017-07-07 14:44:28 -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
|
412be8e6fc
|
Merge pull request #431 from mapbox/protozero-1.5.2
Upgrade protozero to version 1.5.2
|
2017-06-30 15:37:35 -07:00 |
|
Eric Fischer
|
3ba45c7277
|
Upgrade protozero to version 1.5.2
|
2017-06-30 11:20:26 -07:00 |
|
Eric Fischer
|
bd845ac57d
|
Merge pull request #429 from mapbox/bom2
Ignore UTF-8 byte order mark if present
|
2017-06-29 15:25:31 -07:00 |
|
Eric Fischer
|
dd0a135b01
|
Ignore UTF-8 byte order mark if present
|
2017-06-29 14:42:42 -07:00 |
|
Eric Fischer
|
240ccbd219
|
Merge pull request #426 from mapbox/extend-zooms
Add an option to increase maxzoom if features are still being dropped
|
2017-05-31 14:07:57 -07:00 |
|
Eric Fischer
|
dba24959ba
|
Avoid potential infinite loop from choosing the same min density again
|
2017-05-31 11:02:02 -07:00 |
|
Eric Fischer
|
cf3a0800b8
|
Add an option to increase maxzoom if features are still being dropped
|
2017-05-31 10:47:34 -07:00 |
|
Eric Fischer
|
b80a1d7621
|
Merge pull request #425 from mapbox/better-maxzoom-guessing
Better maxzoom guessing by considering resolution within features
|
2017-05-30 17:22:40 -07:00 |
|
Eric Fischer
|
c7d146ea48
|
Don't do work for guessing maxzoom unless needed. Add a better test.
|
2017-05-30 16:58:56 -07:00 |
|
Eric Fischer
|
8776f17980
|
Bump version number, give better warning message
|
2017-05-30 16:02:08 -07:00 |
|
Eric Fischer
|
977effc96d
|
Merge pull request #424 from joykuotw/master
Add tile-join directory support
|
2017-05-30 15:43:56 -07:00 |
|
Eric Fischer
|
ab8ecb7e00
|
Add missing #include
|
2017-05-30 13:41:24 -07:00 |
|
Eric Fischer
|
331707f88a
|
Better maxzoom guessing by considering resolution within features
|
2017-05-30 13:28:25 -07:00 |
|
Shan-Chun Kuo
|
a5db055c50
|
Change fixed-size buffer to variable-length string
|
2017-05-30 20:11:13 +01:00 |
|
Shan-Chun Kuo
|
e8e949fac9
|
Fix memory leak
|
2017-05-30 18:40:22 +01:00 |
|
Shan-Chun Kuo
|
52ceaaddb6
|
Add tile-join source to directories of tiles
|
2017-05-30 14:53:55 +01:00 |
|
Shan-Chun Kuo
|
ef8af63ab4
|
Add tile-join options to no tile compression and output to directory
|
2017-05-25 11:25:57 +01:00 |
|
Shan-Chun Kuo
|
9c3fb0f669
|
Change the function name rawtiles to dirtiles
|
2017-05-24 16:32:44 +01:00 |
|
Eric Fischer
|
5db7b504e8
|
Merge pull request #421 from mapbox/long-attributes
Fix crash with very long (>128K) attribute values
|
2017-05-18 15:11:42 -07:00 |
|
Eric Fischer
|
eb8ab1dd58
|
Fix crash with very long (>128K) attribute values
|
2017-05-18 14:48:18 -07:00 |
|
Eric Fischer
|
d0980e29d0
|
Merge pull request #419 from Burke9077/master
Add basic support for Docker
|
2017-05-18 11:47:21 -07:00 |
|
Matt Burke
|
1bb31882fa
|
Added docker information to the README
|
2017-05-18 09:48:37 -04:00 |
|
Matt Burke
|
4016876670
|
Added dockerfile
|
2017-05-17 17:02:26 -04:00 |
|
Eric Fischer
|
27dadc8ade
|
Merge pull request #418 from mapbox/no-compression-test
There should be a test for the no-compression mbtiles output format
|
2017-05-12 17:09:41 -07:00 |
|
Eric Fischer
|
2f7b5d8afd
|
There should be a test for the no-compression mbtiles output format
|
2017-05-12 16:21:25 -07:00 |
|
Eric Fischer
|
733092abf6
|
Merge pull request #417 from mapbox/only-warn-once
Only warn once about invalid polygon encoding in tippecanoe-decode
|
2017-05-12 11:24:02 -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
|
7fe3de9cfa
|
Merge pull request #416 from mapbox/tile-join-compression
Tile-join had not been compressing its tiles.
|
2017-05-11 12:51:14 -07:00 |
|
Eric Fischer
|
fb6551c59e
|
Calculate the tileset bounding box in tile-join from the tile boundaries
|
2017-05-11 12:36:35 -07:00 |
|
Eric Fischer
|
30d54ff50d
|
Tile-join had not been compressing its tiles.
|
2017-05-11 12:08:47 -07:00 |
|
Eric Fischer
|
685e1a4360
|
Merge pull request #412 from mapbox/polygon-closure
Enforce polygon winding and closure rules in tippecanoe-decode
|
2017-05-05 11:47:54 -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
|
eab593fea5
|
Merge pull request #411 from mapbox/tile-join-name
Add tile-join options to set tileset name, description, attribution
|
2017-05-04 15:27:40 -07:00 |
|
Eric Fischer
|
f87a9d1660
|
Add tile-join options to set tileset name, description, attribution
|
2017-05-04 15:08:31 -07:00 |
|
Eric Fischer
|
92deeb58f9
|
Merge pull request #410 from mapbox/tile-join-name
Preserve the tileset names from the source mbtiles in tile-join
|
2017-05-04 14:17:52 -07:00 |
|
Eric Fischer
|
6ec453229c
|
Preserve the tileset names from the source mbtiles in tile-join
|
2017-05-04 13:31:30 -07:00 |
|
Eric Fischer
|
ad0eba7ccd
|
Merge pull request #405 from mapbox/too-much-splitting
Fix RFC 8142 support: Don't try to split *all* memory mapped files
|
2017-05-01 15:40:04 -07:00 |
|
Eric Fischer
|
acdb5b72db
|
Fix RFC 8142 support: Don't try to split *all* memory mapped files
|
2017-05-01 15:27:55 -07:00 |
|
Eric Fischer
|
1669d96510
|
Merge pull request #404 from mapbox/rfc8142
Support RFC 8142 GeoJSON text sequences
|
2017-04-28 16:56:40 -07:00 |
|
Eric Fischer
|
63e0c89c4b
|
Support RFC 8142 GeoJSON text sequences
|
2017-04-28 16:39:16 -07:00 |
|
Eric Fischer
|
dc01d33402
|
Merge pull request #402 from mapbox/gitignore
Put everything normally generated during compilation in .gitignore
|
2017-04-24 08:29:56 -07:00 |
|
Eric Fischer
|
0ecc6fa1c5
|
Put everything normally generated during compilation in .gitignore
|
2017-04-23 15:31:57 -07:00 |
|
Eric Fischer
|
6173180cee
|
Merge pull request #401 from mapbox/usage
Organize usage output the same way as in the README
|
2017-04-21 14:49:26 -07:00 |
|
Eric Fischer
|
569fd97475
|
Also generate the string of option letters instead of writing it again
|
2017-04-21 13:56:40 -07:00 |
|
Eric Fischer
|
6c7a52147b
|
Organize usage output the same way as in the README
|
2017-04-21 13:48:39 -07:00 |
|
Eric Fischer
|
d2a8761483
|
Merge pull request #399 from mapbox/projection-warning
Try to be clearer in the warning message about projections
|
2017-04-18 14:02:07 -07:00 |
|