mapbox-gl-inspect icon indicating copy to clipboard operation
mapbox-gl-inspect copied to clipboard

OSM QA TILES - minzoom

Open ImreSamu opened this issue 7 years ago • 0 comments

I don't know it is a problem or not ...

Mapbox QA tiles is very special, because minzoom: 12 and maxzoom: 12 see more:

  • https://www.mapbox.com/blog/osm-qa-tiles/
  • http://osmlab.github.io/osm-qa-tiles/

so I downloaded and tested via tileserver-gl ( which is containing the mapbox-gl-inspect )

my simple test script :

mkdir qatiles
cd ./qatiles
wget https://s3.amazonaws.com/mapbox/osm-qa-tiles/latest.country/iceland.mbtiles.gz
gunzip iceland.mbtiles.gz
docker run -it --rm -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl

The over zooming is fine:
image

but no warning when z < minzoom: 12 ,

image

so my theoretical questions:

  • it is possible to show minzoom: maxzoom: info
  • detect if z < minzoom:

Bonus: A picture of a cute animal: idea

image foto : Jan Truter on Flickr https://flic.kr/p/iBaEkQ

ImreSamu avatar Jan 14 '17 15:01 ImreSamu