Fix a tile-join bug that would retain fields that were supposed to be excluded

This commit is contained in:
Eric Fischer 2016-06-10 15:53:59 -07:00
parent 864440e9a9
commit 3d023f34d3
4 changed files with 1005 additions and 1002 deletions

View File

@ -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

View File

@ -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) {

View File

@ -1 +1 @@
#define VERSION "tippecanoe v1.11.9\n" #define VERSION "tippecanoe v1.12.0\n"