mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Version 1.x shall work too
This commit is contained in:
parent
b064c4bbfa
commit
1ffe156768
@ -121,7 +121,7 @@ static void feature(const Feature &feature, Style *style, int styleLayer,
|
||||
|
||||
static void layer(const Layer &layer, Style *style, int styleLayer, Tile &tile)
|
||||
{
|
||||
if (layer.data->version() != 2)
|
||||
if (layer.data->version() > 2)
|
||||
return;
|
||||
|
||||
qreal factor = layer.data->extent() / (qreal)tile.size();
|
||||
|
Loading…
Reference in New Issue
Block a user