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
1.33.0
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
Eric Fischer
454f75ef91
Merge pull request #716 from mapbox/keep-id-attribute
...
Don't exclude the attribute that is specified to be the feature ID
2019-02-14 12:40:22 -08:00
Eric Fischer
435a788c3f
Don't exclude the attribute that is specified to be the feature ID
2019-02-14 11:40:58 -08:00
Eric Fischer
9387fe6546
Current behavior if the ID attribute is also excluded
2019-02-14 10:48:22 -08:00
Eric Fischer
b1ae63ab86
Merge pull request #707 from mapbox/unused-filter
...
Remove now-unused filter argument during parsing
2019-02-14 10:43:11 -08:00
Eric Fischer
451175dd35
Merge pull request #715 from mapbox/multiple-include
...
Clarify use of multiple -x or -y options
2019-02-14 10:42:43 -08:00
Eric Fischer
8c2df5f7b4
Clarify use of multiple -x or -y options
2019-02-13 16:45:11 -08:00
Eric Fischer
87bdaa1a25
Merge pull request #711 from andrewharvey/patch-3
...
update broken links in README.md
2019-02-04 10:06:00 -08:00
Andrew Harvey
185f7d752e
update broken links in README.md
2019-02-03 21:31:16 +11:00
Eric Fischer
e805d113d0
Remove now-unused filter argument during parsing
2019-01-22 14:26:06 -08:00
Eric Fischer
610afc2332
Merge pull request #702 from mapbox/minzoom-0
...
Fix a bug that disallowed a per-feature minzoom of 0
1.32.10
2019-01-16 13:08:54 -08:00
Eric Fischer
6da2090960
Fix a bug that disallowed a per-feature minzoom of 0
2019-01-16 11:56:25 -08:00
Eric Fischer
454ae96242
Merge pull request #697 from wsw0108/typo
...
fix some typo
2019-01-02 10:16:06 -08:00
wsw0108
2eb7f5dfae
read_json.cpp: fix semantic typo
2018-12-25 20:04:41 +08:00
wsw0108
b746688018
serial.cpp: fix shift-op typo
2018-12-25 20:03:57 +08:00
Eric Fischer
5421dbf8f9
Merge pull request #695 from mapbox/cookbook-replace-features
...
Add cookbook example for adding and removing features with tile-join
2018-12-20 15:31:34 -08:00
Eric Fischer
0505e0e7d5
Add cookbook example for adding and removing features with tile-join
2018-12-20 15:06:44 -08:00
Eric Fischer
255f795c91
Merge pull request #691 from mapbox/detail-limit
...
Limit detail to 30 and buffer 127 to prevent coordinate delta overflow
1.32.9
2018-12-18 17:31:51 -08:00
Eric Fischer
32b14b1269
Limit detail to 30 and buffer 127 to prevent coordinate delta overflow
2018-12-18 15:53:11 -08:00
Eric Fischer
b31b0b04b6
Merge pull request #684 from mapbox/metadata-exists
...
Better error message if the output tileset already exists
2018-12-13 15:07:31 -08:00
Eric Fischer
28f773a933
Better error message if the output tileset already exists
2018-12-13 11:20:06 -08:00
Eric Fischer
45fbdf43c5
Merge pull request #683 from mapbox/coalesce-points
...
Point features may now be coalesced into MultiPoint features with --coalesce
2018-12-12 16:58:30 -08:00
Eric Fischer
6376c283ba
Add Hilbert Curve feature sequencing as an option
2018-12-12 10:51:00 -08:00
Eric Fischer
5f1c0e151f
Add a table of zoom level precisions to the documentation
2018-12-11 17:52:51 -08:00
Eric Fischer
ca4aad0c64
Point features may now be coalesced into MultiPoint features with --coalesce
2018-12-11 17:09:13 -08:00
Eric Fischer
4b20948369
Merge pull request #681 from Plantain/master
...
Update coalesce-smallest-as-needed documentation
2018-12-04 12:49:23 -08:00
Matthew Scutter
3eea8b0e4b
Update coalesce-smallest-as-needed documentation
2018-12-04 22:19:50 +02:00
Eric Fischer
9c708aa3c4
Merge pull request #676 from mapbox/empty-coordinate
...
Make it an error, not a warning, to have missing coordinates for a point
2018-11-26 15:34:11 -08:00
Eric Fischer
cf28e6b88b
Make it an error, not a warning, to have missing coordinates for a point
2018-11-26 14:50:45 -08:00
Eric Fischer
506526ddfa
Merge pull request #657 from mapbox/drop-features-earlier
...
Drop LineStrings and Polygons early in tiling if they are smaller than a pixel
1.32.5
2018-11-26 10:57:30 -08:00
Eric Fischer
4fec7a162e
Reduce coordinate precision so GeoJSON and geobuf have the same results
2018-11-26 10:22:05 -08:00
Eric Fischer
5229990523
Fix gridding of small squares; use less memory for small features
2018-11-21 15:34:43 -08:00
Eric Fischer
739445cb6c
Merge pull request #665 from mapbox/coerce-id-leading-zero
...
Ignore leading zeroes when converting string attributes to feature IDs
2018-11-07 16:31:35 -08:00
Eric Fischer
f9c9ff3853
Ignore leading zeroes when converting string attributes to feature IDs
2018-11-07 15:46:44 -08:00
Eric Fischer
949468e6f5
Merge pull request #658 from mapbox/coerce-feature-ids
...
Add an option to convert stringified number feature IDs to numbers
1.32.3
2018-11-07 14:45:08 -08:00
Eric Fischer
a3150642d3
Merge pull request #663 from jingsam/ignore
...
chore: ignore geobuf tests files and node_modules
2018-11-07 10:36:04 -08:00
jingsam
752f77d58e
chore: ignore geobuf tests files and node_modules
2018-11-07 14:49:51 +08:00
Eric Fischer
cc7c0cc6c9
Don't test string ID conversion with geobuf, because it fails
2018-11-02 15:28:51 -07:00
Eric Fischer
bd2423a5ea
Add an option to use a specified feature attribute as the feature ID
2018-11-02 15:21:52 -07:00
Eric Fischer
53de8a2014
Add an option to convert stringified number feature IDs to numbers
2018-11-01 17:07:33 -07:00
Eric Fischer
b8ffdda32e
Merge pull request #656 from mapbox/tile-join-maxzoom
...
Warn in tile-join if tilesets being joined have different maxzooms
2018-10-31 16:09:11 -07:00
Eric Fischer
9c79cf7162
Warn in tile-join if tilesets being joined have different maxzooms
2018-10-31 14:25:25 -07:00
Eric Fischer
d3ae48534e
Merge pull request #650 from mapbox/filter-crash
...
Fix null pointer crash/add bounding box option
1.32.1
2018-10-23 11:59:28 -07:00
Eric Fischer
1cf3b0accc
Fix the feature bounding box after clipping
2018-10-23 10:55:07 -07:00
Eric Fischer
5dfbc4a281
Add --clip-bounding-box option to clip input geometry
2018-10-22 16:49:33 -07:00