Commit Graph

1778 Commits

Author SHA1 Message Date
Eric Fischer
ea52e88a58 Update changelog 2020-08-26 10:44:27 -07:00
Eric Fischer
9f8c8508ff Exclude mapbox header libraries from code coverage 2020-08-26 10:11:56 -07:00
Eric Fischer
c678f784b7 Also update the Wagyu license 2020-08-26 08:31:12 -07:00
Eric Fischer
e0c7f1b91a Upgrade Wagyu to version 0.5.0 2020-08-25 17:00:50 -07:00
Eric Fischer
ddb79937d9
Merge pull request #841 from mapbox/fix-accumulate-mean
Fix calculation of mean when accumulating attributes in clusters
2020-02-06 16:24:35 -08:00
Eric Fischer
ed9f844cef Fix calculation of mean when accumulating attributes in clusters 2020-02-06 15:28:10 -08:00
Eric Fischer
065cc1d78d
Merge pull request #813 from mapbox/decode-crash
Guard against null data in the mbtiles file when decoding
2019-10-31 14:42:26 -07:00
Eric Fischer
25bf3957d1 Guard against null data in the mbtiles file when decoding 2019-10-31 13:50:29 -07:00
Eric Fischer
ec00ac2516
Merge pull request #801 from geeknik/patch-1
Update README.md
2019-10-08 10:24:43 -07:00
Geeknik Labs
28e99f8e72
Update README.md
Update the example in the 'Try this first' section so it matches other examples further along in this file.
2019-10-06 19:23:32 -05:00
Eric Fischer
ea53f5edcf
Merge pull request #800 from mapbox/compression-error-doc
Explain why you might want uncompressed tiles
2019-10-01 10:42:26 -07:00
Eric Fischer
9e81d5a3b2 Explain why you might want uncompressed tiles 2019-10-01 10:09:59 -07:00
Eric Fischer
33b055bf93
Merge pull request #790 from mapbox/json-parser-line-numbers
Fix line numbers in GeoJSON feature parsing error messages
2019-08-30 15:58:14 -07:00
Eric Fischer
fc810d4156 Fix line numbers in GeoJSON feature parsing error messages 2019-08-30 15:34:24 -07:00
Eric Fischer
d96b521570
Merge pull request #785 from mapbox/more-precisions
Extend the table of precisions
2019-08-19 14:03:10 -07:00
Eric Fischer
78853baf87 Extend the table of precisions 2019-08-19 12:08:01 -07:00
Eric Fischer
df9fa602bd
Merge pull request #772 from mapbox/clustered-doc-fix
Make the documentation match the code about the "clustered" attribute
2019-07-22 11:06:26 -07:00
Eric Fischer
7bba6bc7e1 Make the documentation match the code about the "clustered" attribute 2019-07-22 09:59:37 -07:00
Eric Fischer
9e3fed8834
Merge pull request #768 from mapbox/undefined-shifts
Be careful to avoid undefined behavior from shifting negative numbers
2019-06-18 14:57:49 -07:00
Eric Fischer
fc335e2221 Be careful to avoid undefined behavior from shifting negative numbers 2019-06-17 17:50:25 -07:00
Eric Fischer
b550c7b4a6
Merge pull request #760 from mapbox/preserve-shared-nodes
Add an option to keep intersection nodes from being simplified away
2019-05-16 10:38:56 -07:00
Eric Fischer
dcdfb94ba9 Bump version number for --no-simplification-of-shared-nodes 2019-05-16 10:13:43 -07:00
Eric Fischer
42ee195bc3 Add an option to keep intersection nodes from being simplified away 2019-05-13 17:39:07 -07:00
Eric Fischer
9dc92a452a
Merge pull request #757 from mapbox/map-scale
Add map scale to table of zoom level equivalences
2019-05-09 16:48:20 -07:00
Eric Fischer
1b14034cb5 Add map scale to table of zoom level equivalences 2019-05-08 13:47:53 -07:00
Eric Fischer
363d21bfc1
Merge pull request #748 from mapbox/high-longitude
Be more consistent about when longitudes beyond 180 are allowed
2019-04-12 12:45:56 -07:00
Eric Fischer
4d3e30773f Be more consistent about when longitudes beyond 180 are allowed 2019-04-12 12:12:14 -07:00
Eric Fischer
b147ff22b1
Merge pull request #735 from mapbox/raw-tiles-zoom-enumerate
Fix -Z and -z for tile directories in tile-join and tippecanoe-decode
2019-04-08 17:03:06 -07:00
Eric Fischer
7be3710b40 Rebuild documentation 2019-04-08 16:33:11 -07:00
Eric Fischer
fcab1da952 Merge branch 'master' into raw-tiles-zoom-enumerate 2019-04-08 16:33:03 -07:00
Eric Fischer
a8a183df2d Update changelog and version 2019-04-08 16:32:39 -07:00
Eric Fischer
9d06af968a
Merge pull request #730 from andrewharvey/patch-4
Update README.md to include ndjson-cli suggestion
2019-04-08 16:32:08 -07:00
Eric Fischer
ffab876002 Don't run shell filters if the current zoom is below the minzoom 2019-04-08 16:30:19 -07:00
Eric Fischer
99dc019d92 Fix tests after merge 2019-04-08 16:29:56 -07:00
Eric Fischer
e89bdecb6d Merge branch 'master' into raw-tiles-zoom-enumerate 2019-04-08 16:28:12 -07:00
Eric Fischer
18b6473cdb
Merge pull request #744 from mapbox/track-flags
Record the command line options in the tileset metadata
2019-04-05 13:45:55 -07:00
Eric Fischer
382563a5b1 Sort wildcards in Makefile to provide test stability 2019-04-05 13:15:46 -07:00
Eric Fischer
26a07b2167 Forgot to update this test standard 2019-04-05 12:05:03 -07:00
Eric Fischer
f95b9bcc65 Use single-quote quoting instead of backslash quoting 2019-04-05 11:30:57 -07:00
Eric Fischer
4f7459c797 Record the command line options in the tileset metadata 2019-04-04 17:03:36 -07:00
Eric Fischer
e051c53051 Fix duplicated error message for unknown option 2019-03-19 10:16:14 -07:00
Eric Fischer
ac12932089 Return a successful error status for --help and --version 2019-03-19 10:13:44 -07:00
Eric Fischer
7419d64aab Suggest https instead of ssh for "git clone"
to avoid the need for authentication
2019-03-19 10:06:46 -07:00
Eric Fischer
25b9c51ac8 Fix -Z and -z for tile directories in tile-join and tippecanoe-decode 2019-03-18 18:01:32 -07:00
Andrew Harvey
0704ec9882
Update README.md to include ndjson-cli suggestion
Most software in the ecosystem is unable to write arbitrary data to the tippecanoe object, so it might be helpful to show how users can make these GeoJSON extensions work. #685
2019-03-11 16:40:59 +11:00
Eric Fischer
945d80400b
Merge pull request #725 from mapbox/geobuf-multilinestring
Fix reading of MultiLineStrings in Geobuf input
2019-03-01 16:22:00 -08:00
Eric Fischer
1bc475b789 Fix reading of MultiLineStrings in Geobuf input 2019-03-01 15:52:24 -08:00
Eric Fischer
907ddeb7ba
Merge pull request #718 from mapbox/decode-mvt
Make tile-join and tippecanoe-decode more flexible about directories
2019-02-20 14:08:22 -08:00
Eric Fischer
90afdf8fb2 Merge branch 'master' into decode-mvt 2019-02-20 12:06:06 -08:00
Eric Fischer
8df0455230 Make tile-join and tippecanoe-decode more flexible about directories:
* Accept .mvt as well as .pbf in directories of tiles
* Allow tippecanoe-decode and tile-join of directories with no metadata
2019-02-20 12:04:10 -08:00