mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 12:28:03 +00:00
Merge pull request #259 from mapbox/tile-join-x
Fix a tile-join bug that would retain fields that were supposed to be…
This commit is contained in:
commit
d170ebc312
@ -1,3 +1,7 @@
|
|||||||
|
## 1.12.0
|
||||||
|
|
||||||
|
* Fix a tile-join bug that would retain fields that were supposed to be excluded
|
||||||
|
|
||||||
## 1.11.9
|
## 1.11.9
|
||||||
|
|
||||||
* Add minimal support for alternate input projections (EPSG:3857).
|
* Add minimal support for alternate input projections (EPSG:3857).
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -132,7 +132,6 @@ void handle(std::string message, int z, unsigned x, unsigned y, std::vector<std:
|
|||||||
tas.string = std::string(sjoinkey);
|
tas.string = std::string(sjoinkey);
|
||||||
tas.type = attr_type;
|
tas.type = attr_type;
|
||||||
file_keys[ll].insert(tas);
|
file_keys[ll].insert(tas);
|
||||||
outlayer.tag(outfeature, layer.keys[feat.tags[t]], val);
|
|
||||||
|
|
||||||
mvt_value outval;
|
mvt_value outval;
|
||||||
if (attr_type == VT_STRING) {
|
if (attr_type == VT_STRING) {
|
||||||
|
@ -1 +1 @@
|
|||||||
#define VERSION "tippecanoe v1.11.9\n"
|
#define VERSION "tippecanoe v1.12.0\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user