mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-04 17:49:06 +00:00
This one really is an int upstream
This commit is contained in:
parent
52dbed8132
commit
12be3e5a32
@ -311,7 +311,7 @@ void handle(std::string message, int z, unsigned x, unsigned y, struct pool **fi
|
||||
mapnik::vector::tile_feature *outfeature = outlayer->add_features();
|
||||
outfeature->set_type(feat.type());
|
||||
|
||||
for (size_t g = 0; g < feat.geometry_size(); g++) {
|
||||
for (int g = 0; g < feat.geometry_size(); g++) {
|
||||
outfeature->add_geometry(feat.geometry(g));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user