2019-08-30 15:34:24 -07:00
|
|
|
## 1.34.5
|
|
|
|
|
|
|
|
* Fix line numbers in GeoJSON feature parsing error messages
|
|
|
|
|
2019-06-17 17:11:31 -07:00
|
|
|
## 1.34.4
|
|
|
|
|
|
|
|
* Be careful to avoid undefined behavior from shifting negative numbers
|
|
|
|
|
2019-05-16 10:13:43 -07:00
|
|
|
## 1.34.3
|
|
|
|
|
|
|
|
* Add an option to keep intersection nodes from being simplified away
|
|
|
|
|
2019-04-12 12:12:14 -07:00
|
|
|
## 1.34.2
|
|
|
|
|
|
|
|
* Be more consistent about when longitudes beyond 180 are allowed.
|
|
|
|
Now if the entire feature is beyond 180, it will still appear.
|
|
|
|
|
2019-04-08 16:32:39 -07:00
|
|
|
## 1.34.1
|
|
|
|
|
|
|
|
* Don't run shell filters if the current zoom is below the minzoom
|
|
|
|
* Fix -Z and -z for tile directories in tile-join and tippecanoe-decode
|
|
|
|
* Return a successful error status for --help and --version
|
|
|
|
|
2019-04-04 17:01:02 -07:00
|
|
|
## 1.34.0
|
|
|
|
|
|
|
|
* Record the command line options in the tileset metadata
|
|
|
|
|
2019-03-01 15:52:24 -08:00
|
|
|
## 1.33.0
|
|
|
|
|
|
|
|
* MultiLineStrings were previously ignored in Geobuf input
|
|
|
|
|
2019-02-20 12:06:06 -08:00
|
|
|
## 1.32.12
|
2019-02-20 12:04:10 -08:00
|
|
|
|
|
|
|
* 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:06:06 -08:00
|
|
|
## 1.32.11
|
2019-02-14 11:40:58 -08:00
|
|
|
* Don't let attribute exclusion apply to the attribute that has been specified
|
|
|
|
to become the feature ID
|
|
|
|
|
2019-01-16 11:55:57 -08:00
|
|
|
## 1.32.10
|
|
|
|
|
|
|
|
* Fix a bug that disallowed a per-feature minzoom of 0
|
|
|
|
|
2018-12-18 15:53:11 -08:00
|
|
|
## 1.32.9
|
|
|
|
|
|
|
|
* Limit tile detail to 30 and buffer size to 127 to prevent coordinate
|
|
|
|
delta overflow in vector tiles.
|
|
|
|
|
2018-12-13 11:20:06 -08:00
|
|
|
## 1.32.8
|
|
|
|
|
|
|
|
* Better error message if the output tileset already exists
|
|
|
|
|
2018-12-11 17:09:13 -08:00
|
|
|
## 1.32.7
|
|
|
|
|
|
|
|
* Point features may now be coalesced into MultiPoint features with --coalesce.
|
2018-12-12 10:49:53 -08:00
|
|
|
* Add --hilbert option to put features in Hilbert Curve sequence
|
2018-12-11 17:09:13 -08:00
|
|
|
|
2018-11-26 14:50:45 -08:00
|
|
|
## 1.32.6
|
|
|
|
|
|
|
|
* Make it an error, not a warning, to have missing coordinates for a point
|
|
|
|
|
2018-11-21 15:34:43 -08:00
|
|
|
## 1.32.5
|
|
|
|
|
|
|
|
* Use less memory on lines and polygons that are too small for the tile
|
|
|
|
* Fix coordinate rounding problem that was causing --grid-low-zooms grids
|
|
|
|
to be lost at low zooms if the original polygons were not aligned to
|
|
|
|
tile boundaries
|
|
|
|
|
2018-11-07 15:45:52 -08:00
|
|
|
## 1.32.4
|
|
|
|
|
|
|
|
* Ignore leading zeroes when converting string attributes to feature IDs
|
|
|
|
|
2018-11-01 17:07:33 -07:00
|
|
|
## 1.32.3
|
|
|
|
|
|
|
|
* Add an option to convert stringified number feature IDs to numbers
|
2018-11-02 15:21:52 -07:00
|
|
|
* Add an option to use a specified feature attribute as the feature ID
|
2018-11-01 17:07:33 -07:00
|
|
|
|
2018-10-31 14:25:25 -07:00
|
|
|
## 1.32.2
|
|
|
|
|
|
|
|
* Warn in tile-join if tilesets being joined have inconsistent maxzooms
|
|
|
|
|
2018-10-22 13:26:53 -07:00
|
|
|
## 1.32.1
|
|
|
|
|
|
|
|
* Fix null pointer crash when reading filter output that does not
|
|
|
|
tag features with their extent
|
2018-10-22 16:49:33 -07:00
|
|
|
* Add `--clip-bounding-box` option to clip input geometry
|
2018-10-22 13:26:53 -07:00
|
|
|
|
2018-10-10 14:35:46 -07:00
|
|
|
## 1.32.0
|
|
|
|
|
|
|
|
* Fix a bug that allowed coalescing of features with mismatched attributes
|
|
|
|
if they had been passed through a shell prefilter
|
|
|
|
|
2018-09-24 11:16:13 -07:00
|
|
|
## 1.31.7
|
|
|
|
|
|
|
|
* Create the output tile directory even if there are no valid features
|
|
|
|
|
2018-09-07 10:08:02 -07:00
|
|
|
## 1.31.6
|
|
|
|
|
|
|
|
* Issue an error message in tile-join if minzoom is greater than maxzoom
|
|
|
|
|
2018-08-31 15:11:05 -07:00
|
|
|
## 1.31.5
|
|
|
|
|
|
|
|
* Add options to change the tilestats limits
|
|
|
|
|
2018-08-20 17:45:18 -07:00
|
|
|
## 1.31.4
|
|
|
|
|
|
|
|
* Keep tile-join from generating a tileset name longer than 255 characters
|
|
|
|
|
2018-08-16 13:37:33 -07:00
|
|
|
## 1.31.3
|
|
|
|
|
|
|
|
* Fix the missing filename in JSON parsing warning messages
|
|
|
|
|
2017-12-22 14:34:37 -08:00
|
|
|
## 1.31.2
|
|
|
|
|
|
|
|
* Don't accept anything inside another JSON object's properties as a
|
|
|
|
feature or geometry of its own.
|
|
|
|
|
2018-08-07 10:27:38 -07:00
|
|
|
## 1.31.1
|
|
|
|
|
|
|
|
* Add --exclude-all to tile-join
|
|
|
|
|
2018-08-06 12:25:22 -07:00
|
|
|
## 1.31.0
|
|
|
|
|
|
|
|
* Upgrade Wagyu to version 0.4.3
|
|
|
|
|
2018-08-01 16:16:50 -07:00
|
|
|
## 1.30.6
|
2018-08-01 13:14:14 -07:00
|
|
|
|
|
|
|
* Take cluster distance into account when guessing a maxzoom
|
|
|
|
|
2018-07-27 15:32:31 -07:00
|
|
|
## 1.30.4
|
|
|
|
|
|
|
|
* Features within the z0 tile buffer of the antimeridian (not only
|
|
|
|
those that cross it) are duplicated on both sides.
|
|
|
|
|
2018-07-26 15:08:47 -07:00
|
|
|
## 1.30.3
|
|
|
|
|
|
|
|
* Add an option to automatically assign ids to features
|
|
|
|
|
2018-07-25 11:10:56 -07:00
|
|
|
## 1.30.2
|
|
|
|
|
|
|
|
* Don't guess a higher maxzoom than is allowed for manual selection
|
|
|
|
|
2018-07-19 14:18:57 -07:00
|
|
|
## 1.30.1
|
|
|
|
|
|
|
|
* Ensure that per-feature minzoom and maxzoom are integers
|
|
|
|
* Report compression errors in tippecanoe-decode
|
|
|
|
* Add the ability to specify the file format with -L{"format":"…"}
|
|
|
|
* Add an option to treat empty CSV columns as nulls, not empty strings
|
|
|
|
|
2018-06-19 14:15:27 -07:00
|
|
|
## 1.30.0
|
|
|
|
|
|
|
|
* Add a filter extension to allow filtering individual attributes
|
|
|
|
|
2018-06-07 11:19:19 -07:00
|
|
|
## 1.29.3
|
|
|
|
|
2018-06-07 15:06:42 -07:00
|
|
|
* Include a generator field in tileset metadata with the Tippecanoe version
|
2018-06-07 11:19:19 -07:00
|
|
|
|
2018-06-06 11:54:23 -07:00
|
|
|
## 1.29.2
|
|
|
|
|
|
|
|
* Be careful to remove null attributes from prefilter/postfilter output
|
|
|
|
|
2018-06-01 12:59:28 -07:00
|
|
|
## 1.29.1
|
|
|
|
|
|
|
|
* Add --use-source-polygon-winding and --reverse-source-polygon-winding
|
|
|
|
|
2018-05-24 12:41:14 -07:00
|
|
|
## 1.29.0
|
|
|
|
|
|
|
|
* Add the option to specify layer file, name, and description as JSON
|
2018-05-24 14:17:26 -07:00
|
|
|
* Add the option to specify the description for attributes in the
|
|
|
|
tileset metadata
|
2018-05-24 13:26:45 -07:00
|
|
|
* In CSV input, a trailing comma now counts as a trailing empty field
|
|
|
|
* In tippecanoe-json-tool, an empty CSV field is now an empty string,
|
|
|
|
not null (for consistency with tile-join)
|
2018-05-24 12:41:14 -07:00
|
|
|
|
2018-05-15 12:55:17 -07:00
|
|
|
## 1.28.1
|
|
|
|
|
|
|
|
* Explicitly check for infinite and not-a-number input coordinates
|
|
|
|
|
2018-05-11 16:34:18 -07:00
|
|
|
## 1.28.0
|
|
|
|
|
|
|
|
* Directly support gzipped GeoJSON as input files
|
|
|
|
|
2018-05-07 13:17:00 -07:00
|
|
|
## 1.27.16
|
|
|
|
|
|
|
|
* Fix thread safety issues related to the out-of-disk-space checker
|
|
|
|
|
2018-05-04 11:56:21 -07:00
|
|
|
## 1.27.15
|
|
|
|
|
|
|
|
* --extend-zooms-if-still-dropping now also extends zooms if features
|
|
|
|
are dropped by --force-feature-limit
|
|
|
|
|
2018-04-18 20:48:13 +03:00
|
|
|
## 1.27.14
|
|
|
|
|
|
|
|
* Use an exit status of 100 if some zoom levels were successfully
|
|
|
|
written but not all zoom levels could be tiled.
|
|
|
|
|
2018-04-05 13:42:54 -07:00
|
|
|
## 1.27.13
|
|
|
|
|
|
|
|
* Allow filtering features by zoom level in conditional expressions
|
2018-04-09 08:33:14 -07:00
|
|
|
* Lines in CSV input with empty geometry columns will be ignored
|
2018-04-05 13:42:54 -07:00
|
|
|
|
2018-03-29 11:56:32 -07:00
|
|
|
## 1.27.12
|
|
|
|
|
|
|
|
* Check integrity of sqlite3 file before decoding or tile-joining
|
|
|
|
|
2018-03-14 16:35:59 -07:00
|
|
|
## 1.27.11
|
|
|
|
|
|
|
|
* Always include tile and layer in tippecanoe-decode, fixing corrupt JSON.
|
2018-03-16 16:25:21 -07:00
|
|
|
* Clean up writing of JSON in general.
|
2018-03-14 16:35:59 -07:00
|
|
|
|
2018-03-13 14:51:41 -07:00
|
|
|
## 1.27.10
|
|
|
|
|
|
|
|
* Add --progress-interval setting to reduce progress indicator frequency
|
|
|
|
|
2018-03-01 16:53:59 -08:00
|
|
|
## 1.27.9
|
|
|
|
|
|
|
|
* Make clusters look better by averaging locations of clustered points
|
|
|
|
|
2018-02-27 14:45:46 -08:00
|
|
|
## 1.27.8
|
|
|
|
|
|
|
|
* Add --accumulate-attribute to keep attributes of dropped, coalesced,
|
|
|
|
or clustered features
|
|
|
|
* Make sure numeric command line arguments are actually numbers
|
|
|
|
* Don't coalesce features whose non-string-pool attributes don't match
|
|
|
|
|
2018-01-26 12:41:30 -08:00
|
|
|
## 1.27.7
|
|
|
|
|
|
|
|
* Add an option to produce only a single tile
|
2018-02-07 13:15:36 -08:00
|
|
|
* Retain non-ASCII characters in layernames generated from filenames
|
|
|
|
* Remember to close input files after reading them
|
|
|
|
* Add --coalesce-fraction-as-needed and --coalesce-densest-as-needed
|
|
|
|
* Report distances in both feet and meters
|
2018-01-26 12:41:30 -08:00
|
|
|
|
2018-01-18 12:37:15 -08:00
|
|
|
## 1.27.6
|
|
|
|
|
|
|
|
* Fix opportunities for integer overflow and out-of-bounds references
|
|
|
|
|
2017-12-14 14:30:08 -08:00
|
|
|
## 1.27.5
|
|
|
|
|
|
|
|
* Add --cluster-densest-as-needed to cluster features
|
|
|
|
* Add --maximum-tile-features to set the maximum number of features in a tile
|
|
|
|
|
2017-12-13 12:05:53 -08:00
|
|
|
## 1.27.4
|
|
|
|
|
|
|
|
* Support CSV point input
|
|
|
|
* Don't coalesce features that have different IDs but are otherwise identical
|
|
|
|
* Remove the 700-point limit on coalesced features, since polygon merging
|
|
|
|
is no longer a performance problem
|
|
|
|
|
2017-11-30 15:49:14 -08:00
|
|
|
## 1.27.3
|
|
|
|
|
|
|
|
* Clean up duplicated code for reading tiles from a directory
|
|
|
|
|
2017-11-29 16:24:48 -08:00
|
|
|
## 1.27.2
|
|
|
|
|
|
|
|
* Tippecanoe-decode can decode directories of tiles, not just mbtiles
|
|
|
|
* The --allow-existing option works on directories of tiles
|
|
|
|
* Trim .geojson, not just .json, when making layer names from filenames
|
|
|
|
|
2017-11-22 11:51:18 -08:00
|
|
|
## 1.27.1
|
|
|
|
|
|
|
|
* Fix a potential null pointer when parsing GeoJSON with bare geometries
|
|
|
|
* Fix a bug that could cause the wrong features to be coalesced when
|
|
|
|
input was parsed in parallel
|
|
|
|
|
2017-11-17 15:35:19 -08:00
|
|
|
## 1.27.0
|
|
|
|
|
|
|
|
* Add tippecanoe-json-tool for sorting and joining GeoJSON files
|
|
|
|
* Fix problem where --detect-shared-borders could simplify polygons away
|
2017-11-17 15:43:02 -08:00
|
|
|
* Attach --coalesce-smallest-as-needed leftovers to the last feature, not the first
|
2017-11-17 15:47:10 -08:00
|
|
|
* Fix overflow when iterating through 0-length lists backwards
|
2017-11-17 15:35:19 -08:00
|
|
|
|
2017-11-16 17:08:03 -08:00
|
|
|
## 1.26.7
|
|
|
|
|
|
|
|
* Add an option to quiet the progress indicator but not warnings
|
2017-11-17 11:21:48 -08:00
|
|
|
* Enable more compiler warnings and fix related problems
|
2017-11-16 17:08:03 -08:00
|
|
|
|
2017-11-09 12:11:07 -08:00
|
|
|
## 1.26.6
|
|
|
|
|
|
|
|
* Be more careful about checking for overflow when parsing numbers
|
|
|
|
|
2017-11-03 15:19:43 -07:00
|
|
|
## 1.26.5
|
|
|
|
|
|
|
|
* Support UTF-16 surrogate pairs in JSON strings
|
|
|
|
* Support arbitrarily long lines in CSV files.
|
|
|
|
* Treat CSV fields as numbers only if they follow JSON number syntax
|
|
|
|
|
2017-11-02 16:33:14 -07:00
|
|
|
## 1.26.4
|
|
|
|
|
|
|
|
* Array bounds bug fix in binary to decimal conversion library
|
|
|
|
|
2017-10-30 13:53:54 -07:00
|
|
|
## 1.26.3
|
|
|
|
|
|
|
|
* Guard against impossible coordinates when decoding tilesets
|
|
|
|
|
2017-10-27 12:43:23 -07:00
|
|
|
## 1.26.2
|
|
|
|
|
|
|
|
* Make sure to encode tile-joined integers as ints, not doubles
|
|
|
|
|
2017-10-27 11:00:47 -07:00
|
|
|
## 1.26.1
|
|
|
|
|
|
|
|
* Add tile-join option to rename layers
|
|
|
|
|
2017-10-13 11:22:15 -07:00
|
|
|
## 1.26.0
|
|
|
|
|
|
|
|
Fix error when parsing attributes with empty-string keys
|
|
|
|
|
2017-10-09 17:14:32 -07:00
|
|
|
## 1.25.0
|
|
|
|
|
|
|
|
* Add --coalesce-smallest-as-needed strategy for reducing tile sizes
|
|
|
|
* Add --stats option to tipppecanoe-decode
|
|
|
|
|
2017-09-06 15:26:19 -07:00
|
|
|
## 1.24.1
|
|
|
|
|
|
|
|
* Limit the size and depth of the string pool for better performance
|
|
|
|
|
2017-09-05 13:29:57 -07:00
|
|
|
## 1.24.0
|
|
|
|
|
|
|
|
* Add feature filters using the Mapbox GL Style Specification filter syntax
|
|
|
|
|
2017-08-31 14:16:13 -07:00
|
|
|
## 1.23.0
|
|
|
|
|
|
|
|
* Add input support for Geobuf file format
|
|
|
|
|
2017-08-21 10:44:04 -07:00
|
|
|
## 1.22.2
|
|
|
|
|
|
|
|
* Add better diagnostics for NaN or Infinity in input JSON
|
|
|
|
|
2017-08-16 13:46:07 -07:00
|
|
|
## 1.22.1
|
|
|
|
|
|
|
|
* Fix tilestats generation when long string attribute values are elided
|
|
|
|
* Add option not to produce tilestats
|
|
|
|
* Add tile-join options to select zoom levels to copy
|
|
|
|
|
2017-08-08 16:32:48 -07:00
|
|
|
## 1.22.0
|
|
|
|
|
|
|
|
* Add options to filter each tile's contents through a shell pipeline
|
|
|
|
|
2017-07-27 13:44:51 -07:00
|
|
|
## 1.21.0
|
|
|
|
|
|
|
|
* Generate layer, feature, and attribute statistics as part of tileset metadata
|
|
|
|
|
2017-07-18 10:50:25 -07:00
|
|
|
## 1.20.1
|
|
|
|
|
|
|
|
* Close mbtiles file properly when there are no valid features in the input
|
|
|
|
|
2017-07-07 12:37:08 -07:00
|
|
|
## 1.20.0
|
|
|
|
|
|
|
|
* Add long options to tippecanoe-decode and tile-join. Add --quiet to tile-join.
|
|
|
|
|
2017-06-30 11:20:26 -07:00
|
|
|
## 1.19.3
|
|
|
|
|
|
|
|
* Upgrade protozero to version 1.5.2
|
|
|
|
|
2017-02-08 10:20:45 -08:00
|
|
|
## 1.19.2
|
2017-06-30 11:20:26 -07:00
|
|
|
|
2017-02-08 10:20:45 -08:00
|
|
|
* Ignore UTF-8 byte order mark if present
|
|
|
|
|
2017-05-31 10:58:11 -07:00
|
|
|
## 1.19.1
|
|
|
|
|
|
|
|
* Add an option to increase maxzoom if features are still being dropped
|
|
|
|
|
2017-05-30 15:46:38 -07:00
|
|
|
## 1.19.0
|
|
|
|
|
|
|
|
* Tile-join can merge and create directories, not only mbtiles
|
|
|
|
* Maxzoom guessing (-zg) takes into account resolution within each feature
|
|
|
|
|
2017-05-18 14:33:38 -07:00
|
|
|
## 1.18.2
|
|
|
|
|
|
|
|
* Fix crash with very long (>128K) attribute values
|
|
|
|
|
2017-05-12 11:15:27 -07:00
|
|
|
## 1.18.1
|
|
|
|
|
|
|
|
* Only warn once about invalid polygons in tippecanoe-decode
|
|
|
|
|
2017-05-11 12:36:35 -07:00
|
|
|
## 1.18.0
|
|
|
|
|
|
|
|
* Fix compression of tiles in tile-join
|
|
|
|
* Calculate the tileset bounding box in tile-join from the tile boundaries
|
|
|
|
|
2017-05-05 10:56:50 -07:00
|
|
|
## 1.17.7
|
|
|
|
|
|
|
|
* Enforce polygon winding and closure rules in tippecanoe-decode
|
|
|
|
|
2017-05-04 15:08:31 -07:00
|
|
|
## 1.17.6
|
|
|
|
|
|
|
|
* Add tile-join options to set name, attribution, description
|
|
|
|
|
2017-05-04 13:30:45 -07:00
|
|
|
## 1.17.5
|
|
|
|
|
|
|
|
* Preserve the tileset names from the source mbtiles in tile-join
|
|
|
|
|
2017-05-01 15:26:53 -07:00
|
|
|
## 1.17.4
|
|
|
|
|
|
|
|
* Fix RFC 8142 support: Don't try to split *all* memory mapped files
|
|
|
|
|
2017-04-28 10:41:20 -07:00
|
|
|
## 1.17.3
|
|
|
|
|
|
|
|
* Support RFC 8142 GeoJSON text sequences
|
|
|
|
|
2017-04-21 13:48:39 -07:00
|
|
|
## 1.17.2
|
|
|
|
|
|
|
|
* Organize usage output the same way as in the README
|
|
|
|
|
2017-04-17 14:42:50 -07:00
|
|
|
## 1.17.1
|
|
|
|
|
|
|
|
* Add -T option to coerce the types of feature attributes
|
|
|
|
|
2017-04-13 14:07:11 -07:00
|
|
|
## 1.17.0
|
|
|
|
|
|
|
|
* Add -zg option to guess an appropriate maxzoom
|
|
|
|
|
2017-04-12 12:45:35 -07:00
|
|
|
## 1.16.17
|
|
|
|
|
|
|
|
* Clean up JSON parsing at the end of each FeatureCollection
|
|
|
|
to avoid running out of memory
|
|
|
|
|
2017-04-10 15:22:30 -07:00
|
|
|
## 1.16.16
|
|
|
|
|
|
|
|
* Add tile-join options to include or exclude specific layers
|
|
|
|
|
2017-04-07 13:21:38 -07:00
|
|
|
## 1.16.15
|
|
|
|
|
|
|
|
* Add --output-to-directory and --no-tile-compression options
|
|
|
|
|
2017-03-21 11:07:15 -07:00
|
|
|
## 1.16.14
|
|
|
|
|
|
|
|
* Add --description option for mbtiles metadata
|
|
|
|
* Clean up some utility functions
|
|
|
|
|
2017-03-15 13:35:41 -07:00
|
|
|
## 1.16.13
|
|
|
|
|
|
|
|
* Add --detect-longitude-wraparound option
|
|
|
|
|
2017-03-14 16:14:54 -07:00
|
|
|
## 1.16.12
|
|
|
|
|
|
|
|
* Stop processing higher zooms when a feature reaches its explicit maxzoom tag
|
|
|
|
|
2017-03-02 12:08:08 -08:00
|
|
|
## 1.16.11
|
|
|
|
|
|
|
|
* Remove polygon splitting, since polygon cleaning is now fast enough
|
|
|
|
|
2017-03-01 16:01:57 -08:00
|
|
|
## 1.16.10
|
|
|
|
|
|
|
|
* Add a tippecanoe-decode option to specify layer names
|
|
|
|
|
2017-02-20 16:16:06 -08:00
|
|
|
## 1.16.9
|
|
|
|
|
|
|
|
* Clean up layer name handling to fix layer merging crash
|
|
|
|
|
2017-02-20 11:47:01 -08:00
|
|
|
## 1.16.8
|
|
|
|
|
|
|
|
* Fix some code that could sometimes try to divide by zero
|
|
|
|
* Add check for $TIPPECANOE_MAX_THREADS environmental variable
|
|
|
|
|
2017-02-06 14:14:34 -08:00
|
|
|
## 1.16.7
|
|
|
|
|
|
|
|
* Fix area of placeholders for degenerate multipolygons
|
|
|
|
|
2017-01-26 13:25:06 -08:00
|
|
|
## 1.16.6
|
|
|
|
|
|
|
|
* Upgrade Wagyu to 0.3.0; downgrade C++ requirement to C++ 11
|
|
|
|
|
2017-01-24 14:14:10 -08:00
|
|
|
## 1.16.5
|
|
|
|
|
|
|
|
* Add -z and -Z options to tippecanoe-decode
|
|
|
|
|
2017-01-11 15:43:07 -08:00
|
|
|
## 1.16.4
|
|
|
|
|
|
|
|
* Use Wagyu's quick_lr_clip() instead of a separate implementation
|
|
|
|
|
2017-01-04 16:33:43 -08:00
|
|
|
## 1.16.3
|
|
|
|
|
|
|
|
* Upgrade Wagyu to bfbf2893
|
|
|
|
|
2017-01-03 12:18:40 -08:00
|
|
|
## 1.16.2
|
|
|
|
|
|
|
|
* Associate attributes with the right layer when explicitly tagged
|
|
|
|
|
2016-12-16 12:20:57 -08:00
|
|
|
## 1.16.1
|
|
|
|
|
|
|
|
* Choose a deeper starting tile than 0/0/0 if there is one that contains
|
|
|
|
all the features
|
|
|
|
|
2016-12-07 14:29:09 -08:00
|
|
|
## 1.16.0
|
|
|
|
|
|
|
|
* Switch from Clipper to Wagyu for polygon topology correction
|
|
|
|
|
2016-12-06 15:21:46 -08:00
|
|
|
## 1.15.4
|
|
|
|
|
|
|
|
* Dot-dropping with -r/-B doesn't apply if there is a per-feature minzoom tag
|
|
|
|
|
2016-11-29 15:18:44 -08:00
|
|
|
## 1.15.3
|
|
|
|
|
|
|
|
* Round coordinates in low-zoom grid math instead of truncating
|
|
|
|
|
2016-11-28 16:32:54 -08:00
|
|
|
## 1.15.2
|
|
|
|
|
|
|
|
* Add --grid-low-zooms option to snap low-zoom features to the tile grid
|
|
|
|
|
2016-11-23 13:57:32 -08:00
|
|
|
## 1.15.1
|
|
|
|
|
|
|
|
* Stop --drop-smallest-as-needed from always dropping all points
|
|
|
|
|
2016-11-21 13:36:31 -08:00
|
|
|
## 1.15.0
|
|
|
|
|
|
|
|
* New strategies for making tiles smaller, with uniform behavior across
|
|
|
|
the whole zoom level: --increase-gamma-as-needed,
|
|
|
|
--drop-densest-as-needed, --drop-fraction-as-needed,
|
|
|
|
--drop-smallest-as-needed.
|
|
|
|
* Option to specify the maximum tile size in bytes
|
|
|
|
* Option to turn off tiny polygon reduction
|
|
|
|
* Better error checking in JSON parsing
|
|
|
|
|
2016-10-14 15:42:01 -07:00
|
|
|
## 1.14.4
|
|
|
|
|
|
|
|
* Make -B/-r feature-dropping consistent between tiles and zoom levels
|
|
|
|
|
2016-10-06 16:16:51 -07:00
|
|
|
## 1.14.3
|
|
|
|
|
|
|
|
* Add --detect-shared-borders option for better polygon simplification
|
|
|
|
|
2016-10-04 16:43:03 -07:00
|
|
|
## 1.14.2
|
|
|
|
|
|
|
|
* Enforce that string feature attributes must be encoded as UTF-8
|
|
|
|
|
2016-09-21 12:32:03 -07:00
|
|
|
## 1.14.1
|
|
|
|
|
|
|
|
* Whitespace after commas in tile-join .csv input is no longer significant
|
|
|
|
|
2016-09-19 17:20:44 -07:00
|
|
|
## 1.14.0
|
|
|
|
|
2016-09-20 15:53:10 -07:00
|
|
|
* Tile-join is multithreaded and can merge multiple vector mbtiles files together
|
2016-09-19 17:20:44 -07:00
|
|
|
|
2016-08-30 15:36:22 -07:00
|
|
|
## 1.13.0
|
|
|
|
|
|
|
|
* Add the ability to specify layer names within the GeoJSON input
|
|
|
|
|
2016-08-24 12:34:28 -07:00
|
|
|
## 1.12.11
|
|
|
|
|
|
|
|
* Don't try to revive a placeholder for a degenerate polygon that had negative area
|
|
|
|
|
2016-08-16 13:21:15 -07:00
|
|
|
## 1.12.10
|
|
|
|
|
|
|
|
* Pass feature IDs through in tile-join
|
|
|
|
|
2016-08-15 13:11:35 -07:00
|
|
|
## 1.12.9
|
|
|
|
|
|
|
|
* Clean up parsing and serialization. Provide some context with parsing errors.
|
|
|
|
|
2016-08-01 11:00:38 -07:00
|
|
|
## 1.12.8
|
|
|
|
|
|
|
|
* Fix the spelling of the --preserve-input-order option
|
|
|
|
|
2016-07-15 15:00:40 -07:00
|
|
|
## 1.12.7
|
|
|
|
|
|
|
|
* Support the "id" field of GeoJSON objects and vector tile features
|
|
|
|
|
2016-07-13 13:50:45 -07:00
|
|
|
## 1.12.6
|
|
|
|
|
|
|
|
* Fix error reports when reading from an empty file with parallel input
|
|
|
|
|
2016-07-12 15:56:57 -07:00
|
|
|
## 1.12.5
|
|
|
|
|
2016-07-12 16:51:56 -07:00
|
|
|
* Add an option to vary the level of line and polygon simplification
|
2016-07-12 15:56:57 -07:00
|
|
|
* Be careful not to produce an empty tile if there was a feature with
|
|
|
|
empty geometry.
|
|
|
|
|
2016-07-11 17:45:12 -07:00
|
|
|
## 1.12.4
|
|
|
|
|
|
|
|
* Be even more careful not to produce features with empty geometry
|
|
|
|
|
2016-07-08 15:49:59 -07:00
|
|
|
## 1.12.3
|
|
|
|
|
|
|
|
* Fix double-counted progress in the progress indicator
|
|
|
|
|
2016-06-28 15:27:19 -07:00
|
|
|
## 1.12.2
|
|
|
|
|
|
|
|
* Add ability to specify a projection to tippecanoe-decode
|
|
|
|
|
2016-06-16 12:31:48 -07:00
|
|
|
## 1.12.1
|
|
|
|
|
|
|
|
* Fix incorrect tile layer version numbers in tile-join output
|
|
|
|
|
2016-06-10 15:53:59 -07:00
|
|
|
## 1.12.0
|
|
|
|
|
|
|
|
* Fix a tile-join bug that would retain fields that were supposed to be excluded
|
|
|
|
|
2016-06-01 15:49:41 -07:00
|
|
|
## 1.11.9
|
|
|
|
|
|
|
|
* Add minimal support for alternate input projections (EPSG:3857).
|
|
|
|
|
2016-05-27 16:25:40 -07:00
|
|
|
## 1.11.8
|
|
|
|
|
|
|
|
* Add an option to calculate the density of features as a feature attribute
|
|
|
|
|
2016-05-23 17:44:41 -07:00
|
|
|
## 1.11.7
|
|
|
|
|
|
|
|
* Keep metadata together with geometry for features that don't span many tiles,
|
|
|
|
to avoid extra memory load from indexing into a separate metadata file
|
|
|
|
|
2016-05-13 15:45:33 -07:00
|
|
|
## 1.11.6
|
|
|
|
|
|
|
|
* Reduce the size of critical data structures to reduce dynamic memory use
|
|
|
|
|
2016-05-09 16:01:10 -07:00
|
|
|
## 1.11.5
|
|
|
|
|
|
|
|
* Let zoom level 0 have just as much extent and buffer as any other zoom
|
2016-05-10 13:29:14 -07:00
|
|
|
* Fix tippecanoe-decode bug that would sometimes show outer rings as inner
|
2016-05-09 16:01:10 -07:00
|
|
|
|
2016-05-05 13:39:21 -07:00
|
|
|
## 1.11.4
|
|
|
|
|
|
|
|
* Don't let polygons with nonzero area disappear during cleaning
|
|
|
|
|
2016-05-03 16:47:29 -07:00
|
|
|
## 1.11.3
|
|
|
|
|
|
|
|
* Internal code cleanup
|
|
|
|
|
2016-05-02 16:18:01 -07:00
|
|
|
## 1.11.2
|
|
|
|
|
|
|
|
* Update Clipper to fix potential crash
|
|
|
|
|
2016-04-28 15:11:57 -07:00
|
|
|
## 1.11.1
|
|
|
|
|
|
|
|
* Make better use of C++ standard libraries
|
|
|
|
|
2016-04-27 15:33:30 -07:00
|
|
|
## 1.11.0
|
|
|
|
|
|
|
|
* Convert C source files to C++
|
|
|
|
|
2016-04-26 14:16:19 -07:00
|
|
|
## 1.10.0
|
|
|
|
|
|
|
|
* Upgrade Clipper to fix potential crashes and improve polygon topology
|
|
|
|
|
2016-04-22 17:45:06 -07:00
|
|
|
## 1.9.16
|
|
|
|
|
|
|
|
* Switch to protozero as the library for reading and writing protocol buffers
|
|
|
|
|
2016-04-19 15:32:58 -07:00
|
|
|
## 1.9.15
|
|
|
|
|
|
|
|
* Add option not to clip features
|
|
|
|
|
2016-04-18 15:46:07 -07:00
|
|
|
## 1.9.14
|
|
|
|
|
|
|
|
* Clean up polygons after coalescing, if necessary
|
|
|
|
|
2016-04-13 20:19:41 -07:00
|
|
|
## 1.9.13
|
|
|
|
|
|
|
|
* Don't trust the OS so much about how many files can be open
|
|
|
|
|
2016-04-11 13:50:39 -07:00
|
|
|
## 1.9.12
|
|
|
|
|
|
|
|
* Limit the size of the parallel parsing streaming input buffer
|
2016-04-13 12:49:41 -07:00
|
|
|
* Add an option to set the tileset's attribution
|
2016-04-11 13:50:39 -07:00
|
|
|
|
2016-04-07 16:45:45 -07:00
|
|
|
## 1.9.11
|
|
|
|
|
|
|
|
* Fix a line simplification crash when a segment degenerates to a single point
|
|
|
|
|
2016-04-07 11:23:33 -07:00
|
|
|
## 1.9.10
|
|
|
|
|
|
|
|
* Warn if temporary disk space starts to run low
|
|
|
|
|
2016-04-06 14:17:44 -07:00
|
|
|
## 1.9.9
|
|
|
|
|
|
|
|
* Add --drop-polygons to drop a fraction of polygons by zoom level
|
|
|
|
* Only complain once about failing to clean polygons
|
|
|
|
|
2016-04-05 13:32:44 -07:00
|
|
|
## 1.9.8
|
|
|
|
|
|
|
|
* Use an on-disk radix sort for the index to control virtual memory thrashing
|
|
|
|
when the geometry and index are too large to fit in memory
|
|
|
|
|
2016-03-31 11:44:04 -07:00
|
|
|
## 1.9.7
|
|
|
|
|
|
|
|
* Fix build problem (wrong spelling of long long max/min constants)
|
|
|
|
|
2016-03-29 13:12:59 -07:00
|
|
|
## 1.9.6
|
|
|
|
|
|
|
|
* Add an option to give specific layer names to specific input files
|
|
|
|
|
2016-03-28 15:03:28 -07:00
|
|
|
## 1.9.5
|
|
|
|
|
|
|
|
* Remove temporary files that were accidentally left behind
|
|
|
|
* Be more careful about checking memory allocations and array bounds
|
|
|
|
* Add GNU-style long options
|
|
|
|
|
2016-03-22 16:50:01 -07:00
|
|
|
## 1.9.4
|
|
|
|
|
|
|
|
* Tippecanoe-decode can decode .pbf files that aren't in an .mbtiles container
|
|
|
|
|
2016-03-17 11:23:54 -07:00
|
|
|
## 1.9.3
|
|
|
|
|
|
|
|
* Don't get stuck in a loop trying to split up very small, very complicated polygons
|
|
|
|
|
2016-02-19 16:50:40 -08:00
|
|
|
## 1.9.2
|
|
|
|
|
|
|
|
* Increase maximum tile size for tippecanoe-decode
|
|
|
|
|
2016-02-17 13:30:53 -08:00
|
|
|
## 1.9.1
|
|
|
|
|
|
|
|
* Incorporate Mapnik's Clipper upgrades for consistent results between Mac and Linux
|
|
|
|
|
2016-02-11 12:16:46 -08:00
|
|
|
## 1.9.0
|
|
|
|
|
|
|
|
* Claim vector tile version 2 in mbtiles
|
|
|
|
* Split too-complex polygons into multiple features
|
|
|
|
|
2016-02-10 12:01:29 -08:00
|
|
|
## 1.8.1
|
|
|
|
|
|
|
|
* Bug fixes to maxzoom, and more tests
|
|
|
|
|
2016-01-28 17:01:13 -08:00
|
|
|
## 1.8.0
|
|
|
|
|
|
|
|
* There are tests that can be run with "make test".
|
|
|
|
|
2016-01-27 14:29:34 -08:00
|
|
|
## 1.7.2
|
|
|
|
|
|
|
|
* Feature properties that are arrays or hashes get stringified
|
|
|
|
rather than being left out with a warning.
|
|
|
|
|
2016-01-20 14:53:58 -08:00
|
|
|
## 1.7.1
|
|
|
|
|
|
|
|
* Make clipping behavior with no buffer consistent with Mapnik.
|
|
|
|
Features that are exactly on a tile boundary appear in both tiles.
|
|
|
|
|
2016-01-12 14:27:05 -08:00
|
|
|
## 1.7.0
|
|
|
|
|
|
|
|
* Parallel processing of input with -P works with streamed input too
|
|
|
|
* Error handling if unsupported options given to -p or -a
|
|
|
|
|
2016-01-08 13:17:45 -08:00
|
|
|
## 1.6.4
|
|
|
|
|
|
|
|
* Fix crashing bug when layers are being merged with -l
|
|
|
|
|
2016-01-08 11:54:14 -08:00
|
|
|
## 1.6.3
|
|
|
|
|
|
|
|
* Add an option to do line simplification only at zooms below maxzoom
|
|
|
|
|
2016-01-07 11:35:11 -08:00
|
|
|
## 1.6.2
|
|
|
|
|
|
|
|
* Make sure line simplification matches on opposite sides of a tile boundary
|
|
|
|
|
2016-01-06 13:29:59 -08:00
|
|
|
## 1.6.1
|
|
|
|
|
|
|
|
* Use multiple threads for line simplification and polygon cleaning
|
|
|
|
|
2016-01-04 17:20:38 -08:00
|
|
|
## 1.6.0
|
|
|
|
|
|
|
|
* Add option of parallelized input when reading from a line-delimited file
|
|
|
|
|
2015-12-22 10:40:13 -08:00
|
|
|
## 1.5.1
|
|
|
|
|
|
|
|
* Fix internal error when number of CPUs is not a power of 2
|
|
|
|
* Add missing #include
|
|
|
|
|
2015-12-15 15:52:08 -08:00
|
|
|
## 1.5.0
|
|
|
|
|
|
|
|
* Base zoom for dot-dropping can be specified independently of
|
2015-12-18 11:28:00 -08:00
|
|
|
maxzoom for tiling.
|
|
|
|
* Tippecanoe can calculate a base zoom and drop rate for you.
|
2015-12-15 15:52:08 -08:00
|
|
|
|
2015-12-14 15:45:00 -08:00
|
|
|
## 1.4.3
|
|
|
|
|
|
|
|
* Encode numeric attributes as integers instead of floating point if possible
|
|
|
|
|
2015-12-11 12:31:10 -08:00
|
|
|
## 1.4.2
|
|
|
|
|
|
|
|
* Bug fix for problem that would occasionally produce empty point geometries
|
|
|
|
* More bug fixes for polygon generation
|
|
|
|
|
2015-12-03 15:19:54 -08:00
|
|
|
## 1.4.1
|
|
|
|
|
|
|
|
* Features that cross the antimeridian are split into two parts instead
|
|
|
|
of being partially lost off the edge
|
|
|
|
|
2015-11-11 17:03:49 -08:00
|
|
|
## 1.4.0
|
|
|
|
|
|
|
|
* More polygon correctness
|
|
|
|
* Query the system for the number of available CPUs instead of guessing
|
|
|
|
* Merge input files into one layer if a layer name is specified
|
|
|
|
* Document and install tippecanoe-enumerate and tippecanoe-decode
|
|
|
|
|
2015-10-20 12:01:10 -07:00
|
|
|
## 1.3.0
|
|
|
|
|
|
|
|
* Tile generation is multithreaded to take advantage of multiple CPUs
|
|
|
|
* More compact data representation reduces memory usage and improves speed
|
|
|
|
* Polygon clipping uses [Clipper](http://www.angusj.com/delphi/clipper/documentation/Docs/_Body.htm)
|
|
|
|
and makes sure interior and exterior rings are distinguished by winding order
|
|
|
|
* Individual GeoJSON features can specify their own minzoom and maxzoom
|
|
|
|
* New `tile-join` utility can add new properties from a CSV file to an existing tileset
|
|
|
|
* Feature coalescing, line-reversing, and reordering by attribute are now options, not defaults
|
|
|
|
* Output of `decode` utility is now in GeoJSON format
|
|
|
|
* Tile generation with a minzoom spends less time on unused lower zoom levels
|
|
|
|
* Bare geometries without a Feature wrapper are accepted
|
2015-10-27 12:55:42 -07:00
|
|
|
* Default tile resolution is 4096 units at all zooms since renderers assume it
|
2015-10-20 12:01:10 -07:00
|
|
|
|
2015-05-29 10:44:39 -04:00
|
|
|
## 1.2.0
|
|
|
|
|
|
|
|
* Switched to top-down rendering, yielding performance improvements
|
|
|
|
* Add a dot-density gamma feature to thin out especially dense clusters
|
|
|
|
* Add support for multiple layers, making it possible to include more
|
|
|
|
than one GeoJSON featurecollection in a map. [#29](https://github.com/mapbox/tippecanoe/pull/29)
|
|
|
|
* Added flags that let you optionally avoid simplifying lines, restricting
|
|
|
|
maximum tile sizes, and coalescing features [#30](https://github.com/mapbox/tippecanoe/pull/30)
|
|
|
|
* Added check that minimum zoom level is less than maximum zoom level
|
2015-05-29 10:52:20 -04:00
|
|
|
* Added `-v` flag to check tippecanoe's version
|