Removed wrong namespace

This commit is contained in:
Tumic 2018-12-05 20:25:11 +01:00
parent 7442b76939
commit a24d669e8f

View File

@ -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)