1792 Commits

Author SHA1 Message Date
Arun Ganesh
2daf84a6c1
Merge pull request #980 from curran/patch-1
Point to active fork.
2024-03-01 22:21:25 +05:30
Curran Kelleher
5d45f89d7e
Closes #979 2023-08-30 13:53:12 -04:00
Eric Fischer
18e53cd7fb
Merge pull request #862 from jalessio/patch-1
Instruct curl to follow redirects for census.gov URLs
2021-02-12 08:30:54 -08:00
Eric Fischer
158b5fb292
Merge pull request #861 from emonty/clean-warnings
Clean a few warnings emited by GCC v8
2021-02-12 08:30:17 -08:00
brsbl
4bb73aa6bc
Update README.md 2020-10-01 12:59:06 -07:00
brsbl
5808c95111
Merge pull request #883 from mapbox/readme-update
Update README.md
2020-10-01 12:56:21 -07:00
Blake Thompson
1fa797bc17 One more readme change 2020-10-01 14:54:02 -05:00
Blake Thompson
62554b6cd9 Pull title to the top 2020-10-01 14:53:02 -05:00
brsbl
9ece7c0d36
Update README.md
Small update to the README.md 

cc @flippmoke
2020-10-01 12:50:19 -07:00
Eric Fischer
97ace997ff
Merge pull request #880 from mapbox/version-1.36.0
Forgot to increment the version number
1.36.0
2020-08-26 12:51:29 -07:00
Eric Fischer
80eeacc98e Forgot to increment the version number 2020-08-26 12:04:44 -07:00
Eric Fischer
62b9d12a09
Merge pull request #879 from mapbox/wagyu-0.5.0
Upgrade Wagyu to version 0.5.0
2020-08-26 12:02:00 -07:00
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
Jamie Alessio
6d2713b02a
Instruct curl to follow redirects for census.gov URLs
These examples are no longer working without the addition of `-L` to the `curl` command. Note that other examples in this same file already have the `-L` for `census.gov` URLs.

Example for URL being called:
```
> curl -I http://www2.census.gov/census_2010/01-Redistricting_File--PL_94-171/California/ca2010.pl.zip

HTTP/1.1 302 Moved Temporarily
Location: https://www2.census.gov/census_2010/01-Redistricting_File--PL_94-171/California/ca2010.pl.zip?sec_ak_reference=18.440ad717.1589950562.829e1048
Server: BigIP
Content-Length: 0
Date: Wed, 20 May 2020 04:56:02 GMT
Connection: keep-alive
```
2020-05-19 21:57:28 -07:00
Monty Taylor
efa40d20ab Clean a few warnings emited by GCC v8
An instance of catching an exception by value:

  https://blog.knatten.org/2010/04/02/always-catch-exceptions-by-reference/

In jsontool, there's a warning about writing 8 bytes into a 7
byte buffer, potentially truncating or losing the nul-terminator.

There are a couple of instances of an unused bool variable, not
really a big deal.
2020-05-17 09:43:24 -05:00
Eric Fischer
ddb79937d9
Merge pull request #841 from mapbox/fix-accumulate-mean
Fix calculation of mean when accumulating attributes in clusters
1.35.0
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
1.34.3
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
1.34.0
2019-04-05 13:45:55 -07:00