mapbox-vector-tile icon indicating copy to clipboard operation
mapbox-vector-tile copied to clipboard

erroneous scale_rank values of True

Open rmarianski opened this issue 7 years ago • 1 comments

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

rmarianski avatar Oct 26 '17 19:10 rmarianski

This is happening because both the values of True and 1 are evaluating to the same index in the value to index mapping dict.

rmarianski avatar Oct 26 '17 19:10 rmarianski