mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-06-30 13:09:15 +02:00
Removed wrong namespace
This commit is contained in:
@ -12,9 +12,9 @@
|
||||
#define LINE_TO 2
|
||||
#define CLOSE_PATH 7
|
||||
|
||||
#define POLYGON vector_tile::Tile_GeomType::Tile_GeomType_POLYGON
|
||||
#define LINESTRING vector_tile::Tile_GeomType::Tile_GeomType_LINESTRING
|
||||
#define POINT vector_tile::Tile_GeomType::Tile_GeomType_POINT
|
||||
#define POLYGON vector_tile::Tile_GeomType_POLYGON
|
||||
#define LINESTRING vector_tile::Tile_GeomType_LINESTRING
|
||||
#define POINT vector_tile::Tile_GeomType_POINT
|
||||
|
||||
|
||||
static QVariant value(const vector_tile::Tile_Value &val)
|
||||
|
Reference in New Issue
Block a user