Consistently use mvt as the format

This commit is contained in:
Martin Tůma 2020-04-13 19:47:41 +02:00
parent 254e93e583
commit 402e1e3adc

View File

@ -34,7 +34,7 @@ static bool isPlainPBF(quint32 magic)
bool PBFHandler::canRead() const bool PBFHandler::canRead() const
{ {
if (canRead(device())) { if (canRead(device())) {
setFormat("pbf"); setFormat("mvt");
return true; return true;
} else } else
return false; return false;