Home
last modified time | relevance | path

Searched refs:minMapZoom (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Dimg.cpp135 int minMapZoom = 24; in IMG() local
157 if (tile->zooms().min() < minMapZoom) in IMG()
158 minMapZoom = tile->zooms().min(); in IMG()
165 if (tile->zooms().min() > minMapZoom) in IMG()
167 if (tile->zooms().min() == minMapZoom) in IMG()