mapbox-vector-tile
mapbox-vector-tile copied to clipboard
erroneous scale_rank values of True
scale_rank values of True
are erroneously appearing in tiles. Example tile:
https://tile.mapzen.com/mapzen/vector/v1/512/all/16/19293/24639.mvt
This is happening because both the values of True
and 1
are evaluating to the same index in the value to index mapping dict.