mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-03-27 22:18:34 +00:00
Missed one
This commit is contained in:
parent
4f974b3dc6
commit
30aa422483
4
mvt.hpp
4
mvt.hpp
@ -100,8 +100,8 @@ struct mvt_layer {
|
||||
void tag(mvt_feature &feature, std::string key, mvt_value value);
|
||||
|
||||
// For tracking the key-value constants already used in this layer
|
||||
std::map<std::string, size_t> key_map = std::map<std::string, size_t>();
|
||||
std::map<mvt_value, size_t> value_map = std::map<mvt_value, size_t>();
|
||||
std::map<std::string, size_t> key_map{};
|
||||
std::map<mvt_value, size_t> value_map{};
|
||||
};
|
||||
|
||||
struct mvt_tile {
|
||||
|
Loading…
x
Reference in New Issue
Block a user