diff --git a/TileStache/Goodies/VecTiles/sort.py b/TileStache/Goodies/VecTiles/sort.py index c1d26698..ed53bcbf 100644 --- a/TileStache/Goodies/VecTiles/sort.py +++ b/TileStache/Goodies/VecTiles/sort.py @@ -86,6 +86,7 @@ def places(features, zoom): features.sort(key=_place_key_desc, reverse=True) features.sort(key=_by_scalerank) features.sort(key=_by_feature_property('mz_n_photos'), reverse=True) + features.sort(key=_by_feature_property('min_zoom')) return features