mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-04-06 14:39:11 +02:00
Compare commits
39 Commits
Author | SHA1 | Date | |
---|---|---|---|
b53d8f3df7 | |||
da62d0ba63 | |||
baff6ac17d | |||
56e83ea6d9 | |||
c9f7531f17 | |||
dc1655a2d7 | |||
cb4919d5bd | |||
affb818f4e | |||
851ed76e26 | |||
08d211204e | |||
9401f66ad7 | |||
0c63b66544 | |||
30fee38b25 | |||
00c52d5ab7 | |||
57af4fca5b | |||
3c125c9a7a | |||
252ca8542a | |||
14069640b4 | |||
4e2dfabc9d | |||
8e49440a02 | |||
badd834b59 | |||
0a4543ddcf | |||
c12c2b4497 | |||
b630d1d205 | |||
cbc0a05341 | |||
6ded86b080 | |||
3287e54411 | |||
caf0a29b74 | |||
4653525da8 | |||
cc2b03423b | |||
e21629f021 | |||
b2ff37b3a2 | |||
1f93100285 | |||
2b9cde99a5 | |||
14dada50c4 | |||
ab19e5770f | |||
aea6c129dc | |||
497aa2e023 | |||
e889815402 |
@ -1,4 +1,4 @@
|
|||||||
version: 3.1.{build}
|
version: 4.2.{build}
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
@ -7,26 +7,25 @@ image:
|
|||||||
- Visual Studio 2022
|
- Visual Studio 2022
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows-static-md
|
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows-static-md-release
|
||||||
matrix:
|
matrix:
|
||||||
- QTDIR: C:\Qt\5.15\msvc2019_64
|
- QTDIR: C:\Qt\5.15\msvc2019_64
|
||||||
- QTDIR: C:\Qt\6.7\msvc2019_64
|
- QTDIR: C:\Qt\6.8\msvc2022_64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cmd: |-
|
- cmd: |-
|
||||||
set PATH=%QTDIR%\bin;%VCPKGDIR%\tools\protobuf;%PATH%
|
set PATH=%QTDIR%\bin;%PATH%
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat
|
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat
|
||||||
vcpkg install protobuf:x64-windows-static-md
|
vcpkg install zlib:x64-windows-static-md-release
|
||||||
vcpkg install zlib:x64-windows-static-md
|
|
||||||
copy /y %VCPKGDIR%\lib\zlib.lib %VCPKGDIR%\lib\zlibstatic.lib
|
copy /y %VCPKGDIR%\lib\zlib.lib %VCPKGDIR%\lib\zlibstatic.lib
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: |-
|
- cmd: |-
|
||||||
qmake PROTOBUF=%VCPKGDIR% ZLIB=%VCPKGDIR% pbfplugin.pro
|
qmake ZLIB=%VCPKGDIR% pbfplugin.pro
|
||||||
nmake release
|
nmake release
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: release\pbf3.dll
|
- path: release\pbf4.dll
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- C:\tools\vcpkg\installed\
|
- C:\tools\vcpkg\installed\
|
||||||
|
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
@ -12,10 +12,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install protobuf compiler
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install protobuf-compiler
|
|
||||||
- name: set up JDK 11
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
@ -41,12 +37,10 @@ jobs:
|
|||||||
version: '6.4.0'
|
version: '6.4.0'
|
||||||
target: 'android'
|
target: 'android'
|
||||||
arch: 'android_arm64_v8a'
|
arch: 'android_arm64_v8a'
|
||||||
- name: Install Android Google Protocol Buffers
|
|
||||||
run: git clone https://github.com/tumic0/android_protobuf.git
|
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: qmake pbfplugin.pro PROTOBUF=android_protobuf
|
run: qmake pbfplugin.pro
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j2
|
run: make -j4
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
11
.github/workflows/linux.yml
vendored
11
.github/workflows/linux.yml
vendored
@ -8,15 +8,18 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: QtPBFImagePlugin
|
name: QtPBFImagePlugin
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
config: ['release', 'debug']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install qtbase5-dev qtbase5-dev-tools qt5-qmake libprotobuf-dev protobuf-compiler zlib1g-dev
|
sudo apt-get install qtbase5-dev qtbase5-dev-tools qt5-qmake zlib1g-dev
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: qmake pbfplugin.pro
|
run: qmake CONFIG+=${{ matrix.config }} pbfplugin.pro
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j2
|
run: make -j4
|
||||||
|
38
.github/workflows/osx.yml
vendored
38
.github/workflows/osx.yml
vendored
@ -6,36 +6,22 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
qt5:
|
build:
|
||||||
name: QtPBFImagePlugin Qt5 build
|
name: QtPBFImagePlugin
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set environment variables
|
|
||||||
run: echo "PATH=/opt/homebrew/opt/qt@5/bin:/opt/homebrew/opt/protobuf@21/bin:$PATH" >> $GITHUB_ENV
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install Qt
|
||||||
run: |
|
uses: jurplel/install-qt-action@v4
|
||||||
brew update
|
with:
|
||||||
brew install qt@5 protobuf@21
|
version: '6.8.2'
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: qmake PROTOBUF=/opt/homebrew/opt/protobuf@21 pbfplugin.pro
|
run: qmake pbfplugin.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64h arm64"
|
||||||
- name: Build project
|
|
||||||
run: make -j3
|
|
||||||
|
|
||||||
qt6:
|
|
||||||
name: QtPBFImagePlugin Qt6 build
|
|
||||||
runs-on: macos-latest
|
|
||||||
steps:
|
|
||||||
- name: Set environment variables
|
|
||||||
run: echo "PATH=/opt/homebrew/opt/qt@6/bin:/opt/homebrew/opt/protobuf@21/bin:$PATH" >> $GITHUB_ENV
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
brew update
|
|
||||||
brew install qt@6 protobuf@21
|
|
||||||
- name: Configure build
|
|
||||||
run: qmake PROTOBUF=/opt/homebrew/opt/protobuf@21 pbfplugin.pro
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j3
|
run: make -j3
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
path: libpbf.dylib
|
||||||
|
name: libpbf.dylib
|
||||||
|
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,17 +1,9 @@
|
|||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
# Protobuf stuff
|
|
||||||
protobuf/vector_tile.pb.cc
|
|
||||||
protobuf/vector_tile.pb.h
|
|
||||||
|
|
||||||
# Qt stuff
|
# Qt stuff
|
||||||
/.qmake.stash
|
/.qmake.stash
|
||||||
moc_*.cpp
|
moc_*.cpp
|
||||||
moc_*.h
|
moc_*.h
|
||||||
qrc_*.cpp
|
qrc_*.cpp
|
||||||
Makefile*
|
Makefile*
|
||||||
|
|
||||||
# lib
|
|
||||||
libpbf.so
|
|
||||||
pbf.dylib
|
|
||||||
|
31
README.md
31
README.md
@ -67,42 +67,39 @@ repository.
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
### Requirements
|
### Requirements
|
||||||
* Qt5 >= 5.11 or Qt6
|
* Qt5 >= 5.15 or Qt6
|
||||||
* Google Protocol Buffers (protobuf-lite)
|
|
||||||
* Zlib
|
* Zlib
|
||||||
|
|
||||||
### Build steps
|
### Build steps
|
||||||
#### Linux
|
#### Linux, OS X and Android
|
||||||
```shell
|
```shell
|
||||||
qmake pbfplugin.pro
|
qmake pbfplugin.pro
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
#### Windows
|
#### Windows
|
||||||
```shell
|
```shell
|
||||||
qmake PROTOBUF=path/to/protobuf ZLIB=path/to/zlib pbfplugin.pro
|
qmake ZLIB=path/to/zlib pbfplugin.pro
|
||||||
nmake
|
nmake
|
||||||
```
|
```
|
||||||
#### OS X
|
|
||||||
```shell
|
|
||||||
qmake PROTOBUF=path/to/protobuf pbfplugin.pro
|
|
||||||
make
|
|
||||||
```
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
Copy the plugin to the system Qt image plugins path to make it work. You may
|
Copy the plugin to the system Qt image plugins path to make it work. You may
|
||||||
also set the QT_PLUGIN_PATH system variable before starting the application. For
|
also set the QT_PLUGIN_PATH system variable before starting the application.
|
||||||
Linux, there are RPM and DEB [packages](https://build.opensuse.org/project/show/home:tumic:QtPBFImagePlugin)
|
For Linux, there are RPM and DEB [packages](https://build.opensuse.org/project/show/home:tumic:QtPBFImagePlugin)
|
||||||
for most common distros available on OBS.
|
for most common distros available on OBS.
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
* Only data that is part of the PBF file is displayed. External layers defined in the
|
* Only data that is part of the PBF file is displayed. External layers defined
|
||||||
style are ignored.
|
in the style are ignored.
|
||||||
* Text PBF features must have a unique id (OpenMapTiles >= v3.7) for the text layout
|
* Text PBF features must have a unique id (OpenMapTiles >= v3.7) for the text
|
||||||
algorithm to work properly.
|
layout algorithm to work properly. Additionally, the tile buffer must be large
|
||||||
* Expressions are not supported in the styles, only property functions are implemented.
|
enough to contain all neighboring text features overlapping to the tile bounds
|
||||||
|
(only data from the tile itself can be drawn to the resulting image).
|
||||||
|
* Expressions are not supported in the styles, only property functions are
|
||||||
|
implemented.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
[Changelog](https://build.opensuse.org/package/view_file/home:tumic:QtPBFImagePlugin/QtPBFImagePlugin/libqt5-qtpbfimageformat.changes)
|
[Changelog](https://build.opensuse.org/projects/home:tumic:QtPBFImagePlugin/packages/QtPBFImagePlugin/files/qt6-qtpbfimageformat.changes)
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
A picture is worth a thousand words.
|
A picture is worth a thousand words.
|
||||||
|
@ -2,13 +2,10 @@ TARGET = pbf
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += plugin
|
CONFIG += plugin
|
||||||
QT += gui
|
QT += gui
|
||||||
VERSION = 3.1
|
VERSION = 4.2
|
||||||
|
|
||||||
PROTOS = protobuf/vector_tile.proto
|
|
||||||
include(protobuf/vector_tile.pri)
|
|
||||||
|
|
||||||
INCLUDEPATH += ./protobuf
|
|
||||||
HEADERS += src/pbfhandler.h \
|
HEADERS += src/pbfhandler.h \
|
||||||
|
src/data.h \
|
||||||
src/pbfplugin.h \
|
src/pbfplugin.h \
|
||||||
src/gzip.h \
|
src/gzip.h \
|
||||||
src/pbf.h \
|
src/pbf.h \
|
||||||
@ -23,6 +20,7 @@ HEADERS += src/pbfhandler.h \
|
|||||||
src/textitem.h \
|
src/textitem.h \
|
||||||
src/sprites.h
|
src/sprites.h
|
||||||
SOURCES += src/pbfplugin.cpp \
|
SOURCES += src/pbfplugin.cpp \
|
||||||
|
src/data.cpp \
|
||||||
src/pbfhandler.cpp \
|
src/pbfhandler.cpp \
|
||||||
src/gzip.cpp \
|
src/gzip.cpp \
|
||||||
src/pbf.cpp \
|
src/pbf.cpp \
|
||||||
@ -40,31 +38,24 @@ RESOURCES += pbfplugin.qrc
|
|||||||
DEFINES += QT_NO_DEPRECATED_WARNINGS
|
DEFINES += QT_NO_DEPRECATED_WARNINGS
|
||||||
|
|
||||||
unix:!macx:!android {
|
unix:!macx:!android {
|
||||||
LIBS += -lprotobuf-lite \
|
LIBS += -lz
|
||||||
-lz
|
|
||||||
|
|
||||||
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
|
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
}
|
}
|
||||||
win32 {
|
win32 {
|
||||||
INCLUDEPATH += $$PROTOBUF/include \
|
INCLUDEPATH += $$ZLIB/include
|
||||||
$$ZLIB/include
|
LIBS += $$ZLIB/lib/zlibstatic.lib
|
||||||
LIBS += $$PROTOBUF/lib/libprotobuf-lite.lib \
|
|
||||||
$$ZLIB/lib/zlibstatic.lib
|
|
||||||
|
|
||||||
QMAKE_TARGET_PRODUCT = QtPBFImagePlugin
|
QMAKE_TARGET_PRODUCT = QtPBFImagePlugin
|
||||||
QMAKE_TARGET_DESCRIPTION = Qt $$QT_VERSION MVT/PBF image plugin
|
QMAKE_TARGET_DESCRIPTION = Qt $$QT_VERSION MVT/PBF image plugin
|
||||||
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2018-2024 Martin Tuma
|
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2018-2025 Martin Tuma
|
||||||
}
|
}
|
||||||
macx {
|
macx {
|
||||||
INCLUDEPATH += $$PROTOBUF/include
|
LIBS += -lz
|
||||||
LIBS += $$PROTOBUF/lib/libprotobuf-lite.a \
|
|
||||||
-lz
|
|
||||||
}
|
}
|
||||||
android {
|
android {
|
||||||
INCLUDEPATH += $$PROTOBUF/include
|
LIBS += -lz
|
||||||
LIBS += $$PROTOBUF/$$ANDROID_TARGET_ARCH/libprotobuf-lite.a \
|
|
||||||
-lz
|
|
||||||
|
|
||||||
top_builddir=$$shadowed($$PWD)
|
top_builddir=$$shadowed($$PWD)
|
||||||
DESTDIR = $$top_builddir/plugins
|
DESTDIR = $$top_builddir/plugins
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
INCLUDEPATH += $$PWD
|
|
||||||
DEPENDPATH += $$PWD
|
|
||||||
|
|
||||||
protobuf_decl.name = protobuf headers
|
|
||||||
protobuf_decl.input = PROTOS
|
|
||||||
protobuf_decl.output = ${QMAKE_FILE_IN_PATH}/${QMAKE_FILE_BASE}.pb.h
|
|
||||||
protobuf_decl.commands = protoc --cpp_out=${QMAKE_FILE_IN_PATH} --proto_path=${QMAKE_FILE_IN_PATH} ${QMAKE_FILE_NAME}
|
|
||||||
protobuf_decl.variable_out = HEADERS
|
|
||||||
QMAKE_EXTRA_COMPILERS += protobuf_decl
|
|
||||||
|
|
||||||
protobuf_impl.name = protobuf sources
|
|
||||||
protobuf_impl.input = PROTOS
|
|
||||||
protobuf_impl.output = ${QMAKE_FILE_IN_PATH}/${QMAKE_FILE_BASE}.pb.cc
|
|
||||||
protobuf_impl.depends = ${QMAKE_FILE_IN_PATH}/${QMAKE_FILE_BASE}.pb.h
|
|
||||||
protobuf_impl.commands = $$escape_expand(\n)
|
|
||||||
protobuf_impl.variable_out = SOURCES
|
|
||||||
QMAKE_EXTRA_COMPILERS += protobuf_impl
|
|
@ -1,78 +0,0 @@
|
|||||||
package vector_tile;
|
|
||||||
|
|
||||||
option optimize_for = LITE_RUNTIME;
|
|
||||||
|
|
||||||
message Tile {
|
|
||||||
|
|
||||||
// GeomType is described in section 4.3.4 of the specification
|
|
||||||
enum GeomType {
|
|
||||||
UNKNOWN = 0;
|
|
||||||
POINT = 1;
|
|
||||||
LINESTRING = 2;
|
|
||||||
POLYGON = 3;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Variant type encoding
|
|
||||||
// The use of values is described in section 4.1 of the specification
|
|
||||||
message Value {
|
|
||||||
// Exactly one of these values must be present in a valid message
|
|
||||||
optional string string_value = 1;
|
|
||||||
optional float float_value = 2;
|
|
||||||
optional double double_value = 3;
|
|
||||||
optional int64 int_value = 4;
|
|
||||||
optional uint64 uint_value = 5;
|
|
||||||
optional sint64 sint_value = 6;
|
|
||||||
optional bool bool_value = 7;
|
|
||||||
|
|
||||||
extensions 8 to max;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Features are described in section 4.2 of the specification
|
|
||||||
message Feature {
|
|
||||||
optional uint64 id = 1 [ default = 0 ];
|
|
||||||
|
|
||||||
// Tags of this feature are encoded as repeated pairs of
|
|
||||||
// integers.
|
|
||||||
// A detailed description of tags is located in sections
|
|
||||||
// 4.2 and 4.4 of the specification
|
|
||||||
repeated uint32 tags = 2 [ packed = true ];
|
|
||||||
|
|
||||||
// The type of geometry stored in this feature.
|
|
||||||
optional GeomType type = 3 [ default = UNKNOWN ];
|
|
||||||
|
|
||||||
// Contains a stream of commands and parameters (vertices).
|
|
||||||
// A detailed description on geometry encoding is located in
|
|
||||||
// section 4.3 of the specification.
|
|
||||||
repeated uint32 geometry = 4 [ packed = true ];
|
|
||||||
}
|
|
||||||
|
|
||||||
// Layers are described in section 4.1 of the specification
|
|
||||||
message Layer {
|
|
||||||
// Any compliant implementation must first read the version
|
|
||||||
// number encoded in this message and choose the correct
|
|
||||||
// implementation for this version number before proceeding to
|
|
||||||
// decode other parts of this message.
|
|
||||||
required uint32 version = 15 [ default = 1 ];
|
|
||||||
|
|
||||||
required string name = 1;
|
|
||||||
|
|
||||||
// The actual features in this tile.
|
|
||||||
repeated Feature features = 2;
|
|
||||||
|
|
||||||
// Dictionary encoding for keys
|
|
||||||
repeated string keys = 3;
|
|
||||||
|
|
||||||
// Dictionary encoding for values
|
|
||||||
repeated Value values = 4;
|
|
||||||
|
|
||||||
// Although this is an "optional" field it is required by the specification.
|
|
||||||
// See https://github.com/mapbox/vector-tile-spec/issues/47
|
|
||||||
optional uint32 extent = 5 [ default = 4096 ];
|
|
||||||
|
|
||||||
extensions 16 to max;
|
|
||||||
}
|
|
||||||
|
|
||||||
repeated Layer layers = 3;
|
|
||||||
|
|
||||||
extensions 16 to 8191;
|
|
||||||
}
|
|
354
src/data.cpp
Normal file
354
src/data.cpp
Normal file
@ -0,0 +1,354 @@
|
|||||||
|
#include "data.h"
|
||||||
|
|
||||||
|
#define TYPE(tag) (tag & 0x07)
|
||||||
|
#define FIELD(tag) (tag >> 3)
|
||||||
|
|
||||||
|
#define VARINT 0
|
||||||
|
#define I64 1
|
||||||
|
#define LEN 2
|
||||||
|
#define I32 5
|
||||||
|
|
||||||
|
struct CTX
|
||||||
|
{
|
||||||
|
CTX(const QByteArray &ba)
|
||||||
|
: bp(ba.constData()), be(bp + ba.size()), tag(0) {}
|
||||||
|
|
||||||
|
const char *bp;
|
||||||
|
const char *be;
|
||||||
|
quint32 tag;
|
||||||
|
};
|
||||||
|
|
||||||
|
static inline qint64 zigzag64decode(quint64 value)
|
||||||
|
{
|
||||||
|
return static_cast<qint64>((value >> 1u) ^ static_cast<quint64>(
|
||||||
|
-static_cast<qint64>(value & 1u)));
|
||||||
|
}
|
||||||
|
|
||||||
|
template<typename T>
|
||||||
|
static bool varint(CTX &ctx, T &val)
|
||||||
|
{
|
||||||
|
unsigned int shift = 0;
|
||||||
|
val = 0;
|
||||||
|
|
||||||
|
while (ctx.bp < ctx.be) {
|
||||||
|
val |= ((quint8)*ctx.bp & 0x7F) << shift;
|
||||||
|
shift += 7;
|
||||||
|
if (!((quint8)*ctx.bp++ & 0x80))
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool length(CTX &ctx, qint32 &val)
|
||||||
|
{
|
||||||
|
if (TYPE(ctx.tag) != LEN)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
if (!varint(ctx, val))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
return (val >= 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool str(CTX &ctx, QByteArray &val)
|
||||||
|
{
|
||||||
|
qint32 len;
|
||||||
|
|
||||||
|
if (!length(ctx, len))
|
||||||
|
return false;
|
||||||
|
if (ctx.bp + len > ctx.be)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
/* In Qt5 the (later) conversion to QString is broken when the QByteArray is
|
||||||
|
not nul terminated so we have to use the "deep copy" constructor that
|
||||||
|
nul-terminates the byte array when it is created. */
|
||||||
|
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
||||||
|
val = QByteArray(ctx.bp, len);
|
||||||
|
#else
|
||||||
|
val = QByteArray::fromRawData(ctx.bp, len);
|
||||||
|
#endif
|
||||||
|
ctx.bp += len;
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool dbl(CTX &ctx, double &val)
|
||||||
|
{
|
||||||
|
if (TYPE(ctx.tag) != I64)
|
||||||
|
return false;
|
||||||
|
if (ctx.bp + sizeof(val) > ctx.be)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
memcpy(&val, ctx.bp, sizeof(val));
|
||||||
|
ctx.bp += sizeof(val);
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool flt(CTX &ctx, float &val)
|
||||||
|
{
|
||||||
|
if (TYPE(ctx.tag) != I32)
|
||||||
|
return false;
|
||||||
|
if (ctx.bp + sizeof(val) > ctx.be)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
memcpy(&val, ctx.bp, sizeof(val));
|
||||||
|
ctx.bp += sizeof(val);
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool packed(CTX &ctx, QVector<quint32> &vals)
|
||||||
|
{
|
||||||
|
quint32 v;
|
||||||
|
|
||||||
|
if (TYPE(ctx.tag) == LEN) {
|
||||||
|
qint32 len;
|
||||||
|
if (!varint(ctx, len) || len < 0)
|
||||||
|
return false;
|
||||||
|
const char *ee = ctx.bp + len;
|
||||||
|
if (ee > ctx.be)
|
||||||
|
return false;
|
||||||
|
while (ctx.bp < ee) {
|
||||||
|
if (!varint(ctx, v))
|
||||||
|
return false;
|
||||||
|
vals.append(v);
|
||||||
|
}
|
||||||
|
return (ctx.bp == ee);
|
||||||
|
} else if (TYPE(ctx.tag) == VARINT) {
|
||||||
|
if (!varint(ctx, v))
|
||||||
|
return false;
|
||||||
|
vals.append(v);
|
||||||
|
return true;
|
||||||
|
} else
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool skip(CTX &ctx)
|
||||||
|
{
|
||||||
|
qint32 len = 0;
|
||||||
|
|
||||||
|
switch (TYPE(ctx.tag)) {
|
||||||
|
case VARINT:
|
||||||
|
return varint(ctx, len);
|
||||||
|
case I64:
|
||||||
|
len = 8;
|
||||||
|
break;
|
||||||
|
case LEN:
|
||||||
|
if (!varint(ctx, len) || len < 0)
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
case I32:
|
||||||
|
len = 4;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (ctx.bp + len > ctx.be)
|
||||||
|
return false;
|
||||||
|
ctx.bp += len;
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool value(CTX &ctx, QVariant &val)
|
||||||
|
{
|
||||||
|
QByteArray ba;
|
||||||
|
quint64 num;
|
||||||
|
double dnum;
|
||||||
|
float fnum;
|
||||||
|
qint32 len;
|
||||||
|
|
||||||
|
if (!length(ctx, len))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
const char *ee = ctx.bp + len;
|
||||||
|
if (ee > ctx.be)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
while (ctx.bp < ee) {
|
||||||
|
if (!varint(ctx, ctx.tag))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
switch (FIELD(ctx.tag)) {
|
||||||
|
case 1:
|
||||||
|
if (!str(ctx, ba))
|
||||||
|
return false;
|
||||||
|
val = QVariant(ba);
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
if (!flt(ctx, fnum))
|
||||||
|
return false;
|
||||||
|
val = QVariant(fnum);
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
if (!dbl(ctx, dnum))
|
||||||
|
return false;
|
||||||
|
val = QVariant(dnum);
|
||||||
|
break;
|
||||||
|
case 4:
|
||||||
|
if (TYPE(ctx.tag) != VARINT)
|
||||||
|
return false;
|
||||||
|
if (!varint(ctx, num))
|
||||||
|
return false;
|
||||||
|
val = QVariant(static_cast<qint64>(num));
|
||||||
|
break;
|
||||||
|
case 5:
|
||||||
|
if (TYPE(ctx.tag) != VARINT)
|
||||||
|
return false;
|
||||||
|
if (!varint(ctx, num))
|
||||||
|
return false;
|
||||||
|
val = QVariant(num);
|
||||||
|
break;
|
||||||
|
case 6:
|
||||||
|
if (TYPE(ctx.tag) != VARINT)
|
||||||
|
return false;
|
||||||
|
if (!varint(ctx, num))
|
||||||
|
return false;
|
||||||
|
val = QVariant(zigzag64decode(num));
|
||||||
|
break;
|
||||||
|
case 7:
|
||||||
|
if (TYPE(ctx.tag) != VARINT)
|
||||||
|
return false;
|
||||||
|
if (!varint(ctx, num))
|
||||||
|
return false;
|
||||||
|
val = QVariant(num ? true : false);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
if (!skip(ctx))
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (ctx.bp == ee);
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool feature(CTX &ctx, Data::Feature &f)
|
||||||
|
{
|
||||||
|
qint32 len;
|
||||||
|
quint32 e;
|
||||||
|
|
||||||
|
if (!length(ctx, len))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
const char *ee = ctx.bp + len;
|
||||||
|
if (ee > ctx.be)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
while (ctx.bp < ee) {
|
||||||
|
if (!varint(ctx, ctx.tag))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
switch (FIELD(ctx.tag)) {
|
||||||
|
case 1:
|
||||||
|
if (TYPE(ctx.tag) != VARINT)
|
||||||
|
return false;
|
||||||
|
if (!varint(ctx, f.id))
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
if (!packed(ctx, f.tags))
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
if (TYPE(ctx.tag) != VARINT)
|
||||||
|
return false;
|
||||||
|
if (!varint(ctx, e))
|
||||||
|
return false;
|
||||||
|
if (e > Data::GeomType::POLYGON)
|
||||||
|
return false;
|
||||||
|
f.type = static_cast<Data::GeomType>(e);
|
||||||
|
break;
|
||||||
|
case 4:
|
||||||
|
if (!packed(ctx, f.geometry))
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
if (!skip(ctx))
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (ctx.bp == ee);
|
||||||
|
}
|
||||||
|
|
||||||
|
static bool layer(CTX &ctx, Data::Layer &l)
|
||||||
|
{
|
||||||
|
qint32 len;
|
||||||
|
|
||||||
|
if (!length(ctx, len))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
const char *ee = ctx.bp + len;
|
||||||
|
if (ee > ctx.be)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
while (ctx.bp < ee) {
|
||||||
|
if (!varint(ctx, ctx.tag))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
switch (FIELD(ctx.tag)) {
|
||||||
|
case 1:
|
||||||
|
if (!str(ctx, l.name))
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
l.features.append(Data::Feature());
|
||||||
|
if (!feature(ctx, l.features.last()))
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
l.keys.append(QByteArray());
|
||||||
|
if (!str(ctx, l.keys.last()))
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
case 4:
|
||||||
|
l.values.append(QVariant());
|
||||||
|
if (!value(ctx, l.values.last()))
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
case 5:
|
||||||
|
if (TYPE(ctx.tag) != VARINT)
|
||||||
|
return false;
|
||||||
|
if (!varint(ctx, l.extent))
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
case 15:
|
||||||
|
if (TYPE(ctx.tag) != VARINT)
|
||||||
|
return false;
|
||||||
|
if (!varint(ctx, l.version))
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
if (!skip(ctx))
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (ctx.bp == ee);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool Data::load(const QByteArray &ba)
|
||||||
|
{
|
||||||
|
CTX ctx(ba);
|
||||||
|
|
||||||
|
while (ctx.bp < ctx.be) {
|
||||||
|
if (!varint(ctx, ctx.tag))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
switch (FIELD(ctx.tag)) {
|
||||||
|
case 3:
|
||||||
|
_layers.append(Layer());
|
||||||
|
if (!layer(ctx, _layers.last()))
|
||||||
|
return false;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
if (!skip(ctx))
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (ctx.bp == ctx.be);
|
||||||
|
}
|
47
src/data.h
Normal file
47
src/data.h
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
#ifndef DATA_H
|
||||||
|
#define DATA_H
|
||||||
|
|
||||||
|
#include <QByteArray>
|
||||||
|
#include <QVector>
|
||||||
|
#include <QVariant>
|
||||||
|
|
||||||
|
class Data
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
enum GeomType {
|
||||||
|
UNKNOWN = 0,
|
||||||
|
POINT = 1,
|
||||||
|
LINESTRING = 2,
|
||||||
|
POLYGON = 3
|
||||||
|
};
|
||||||
|
|
||||||
|
struct Feature
|
||||||
|
{
|
||||||
|
Feature() : id(0), type(UNKNOWN) {}
|
||||||
|
|
||||||
|
quint64 id;
|
||||||
|
QVector<quint32> tags;
|
||||||
|
GeomType type;
|
||||||
|
QVector<quint32> geometry;
|
||||||
|
};
|
||||||
|
|
||||||
|
struct Layer
|
||||||
|
{
|
||||||
|
Layer() : version(1), extent(4096) {}
|
||||||
|
|
||||||
|
quint32 version;
|
||||||
|
QByteArray name;
|
||||||
|
QVector<Feature> features;
|
||||||
|
QVector<QByteArray> keys;
|
||||||
|
QVector<QVariant> values;
|
||||||
|
quint32 extent;
|
||||||
|
};
|
||||||
|
|
||||||
|
bool load(const QByteArray &ba);
|
||||||
|
const QVector<Layer> &layers() const {return _layers;}
|
||||||
|
|
||||||
|
private:
|
||||||
|
QVector<Layer> _layers;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // DATA_H
|
@ -6,6 +6,7 @@
|
|||||||
#include <QColor>
|
#include <QColor>
|
||||||
#include <QPair>
|
#include <QPair>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
#include <QJsonValue>
|
||||||
|
|
||||||
class QJsonObject;
|
class QJsonObject;
|
||||||
|
|
||||||
|
68
src/pbf.cpp
68
src/pbf.cpp
@ -4,7 +4,6 @@
|
|||||||
#define LINE_TO 2
|
#define LINE_TO 2
|
||||||
#define CLOSE_PATH 7
|
#define CLOSE_PATH 7
|
||||||
|
|
||||||
|
|
||||||
static inline qint32 zigzag32decode(quint32 value)
|
static inline qint32 zigzag32decode(quint32 value)
|
||||||
{
|
{
|
||||||
return static_cast<qint32>((value >> 1u) ^ static_cast<quint32>(
|
return static_cast<qint32>((value >> 1u) ^ static_cast<quint32>(
|
||||||
@ -16,37 +15,17 @@ static inline QPoint parameters(quint32 v1, quint32 v2)
|
|||||||
return QPoint(zigzag32decode(v1), zigzag32decode(v2));
|
return QPoint(zigzag32decode(v1), zigzag32decode(v2));
|
||||||
}
|
}
|
||||||
|
|
||||||
static QVariant value(const vector_tile::Tile_Value &val)
|
const QVariant *PBF::Feature::value(const QByteArray &key) const
|
||||||
{
|
|
||||||
if (val.has_bool_value())
|
|
||||||
return QVariant(val.bool_value());
|
|
||||||
else if (val.has_int_value())
|
|
||||||
return QVariant((qlonglong)val.int_value());
|
|
||||||
else if (val.has_sint_value())
|
|
||||||
return QVariant((qlonglong)val.sint_value());
|
|
||||||
else if (val.has_uint_value())
|
|
||||||
return QVariant((qulonglong)val.uint_value());
|
|
||||||
else if (val.has_float_value())
|
|
||||||
return QVariant(val.float_value());
|
|
||||||
else if (val.has_double_value())
|
|
||||||
return QVariant(val.double_value());
|
|
||||||
else if (val.has_string_value())
|
|
||||||
return QVariant(QString::fromStdString(val.string_value()));
|
|
||||||
else
|
|
||||||
return QVariant();
|
|
||||||
}
|
|
||||||
|
|
||||||
const QVariant *PBF::Feature::value(const QString &key) const
|
|
||||||
{
|
{
|
||||||
const KeyHash &keys(_layer->keys());
|
const KeyHash &keys(_layer->keys());
|
||||||
KeyHash::const_iterator it(keys.find(key));
|
KeyHash::const_iterator it(keys.find(key));
|
||||||
if (it == keys.constEnd())
|
if (it == keys.constEnd())
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
google::protobuf::uint32 index = *it;
|
quint32 index = *it;
|
||||||
for (int i = 0; i < _data->tags_size(); i = i + 2)
|
for (int i = 0; i < _data->tags.size(); i = i + 2)
|
||||||
if (_data->tags(i) == index)
|
if (_data->tags.at(i) == index)
|
||||||
return &(_layer->values().at(_data->tags(i+1)));
|
return &(_layer->values().at(_data->tags.at(i+1)));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@ -56,15 +35,15 @@ QPainterPath PBF::Feature::path(const QSizeF &factor) const
|
|||||||
QPoint cursor;
|
QPoint cursor;
|
||||||
QPainterPath path;
|
QPainterPath path;
|
||||||
|
|
||||||
for (int i = 0; i < _data->geometry_size(); i++) {
|
for (int i = 0; i < _data->geometry.size(); i++) {
|
||||||
quint32 g = _data->geometry(i);
|
quint32 g = _data->geometry.at(i);
|
||||||
unsigned cmdId = g & 0x7;
|
unsigned cmdId = g & 0x7;
|
||||||
unsigned cmdCount = g >> 3;
|
unsigned cmdCount = g >> 3;
|
||||||
|
|
||||||
if (cmdId == MOVE_TO) {
|
if (cmdId == MOVE_TO) {
|
||||||
for (unsigned j = 0; j < cmdCount; j++) {
|
for (unsigned j = 0; j < cmdCount; j++) {
|
||||||
QPoint offset = parameters(_data->geometry(i+1),
|
QPoint offset = parameters(_data->geometry.at(i+1),
|
||||||
_data->geometry(i+2));
|
_data->geometry.at(i+2));
|
||||||
i += 2;
|
i += 2;
|
||||||
cursor += offset;
|
cursor += offset;
|
||||||
path.moveTo(QPointF(cursor.x() * factor.width(),
|
path.moveTo(QPointF(cursor.x() * factor.width(),
|
||||||
@ -72,8 +51,8 @@ QPainterPath PBF::Feature::path(const QSizeF &factor) const
|
|||||||
}
|
}
|
||||||
} else if (cmdId == LINE_TO) {
|
} else if (cmdId == LINE_TO) {
|
||||||
for (unsigned j = 0; j < cmdCount; j++) {
|
for (unsigned j = 0; j < cmdCount; j++) {
|
||||||
QPoint offset = parameters(_data->geometry(i+1),
|
QPoint offset = parameters(_data->geometry.at(i+1),
|
||||||
_data->geometry(i+2));
|
_data->geometry.at(i+2));
|
||||||
i += 2;
|
i += 2;
|
||||||
cursor += offset;
|
cursor += offset;
|
||||||
path.lineTo(QPointF(cursor.x() * factor.width(),
|
path.lineTo(QPointF(cursor.x() * factor.width(),
|
||||||
@ -88,26 +67,23 @@ QPainterPath PBF::Feature::path(const QSizeF &factor) const
|
|||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
PBF::Layer::Layer(const vector_tile::Tile_Layer *data) : _data(data)
|
PBF::Layer::Layer(const Data::Layer *layer) : _data(layer)
|
||||||
{
|
{
|
||||||
_keys.reserve(data->keys_size());
|
_keys.reserve(layer->keys.size());
|
||||||
for (int i = 0; i < data->keys_size(); i++)
|
for (int i = 0; i < layer->keys.size(); i++)
|
||||||
_keys.insert(QString::fromStdString(data->keys(i)), i);
|
_keys.insert(layer->keys.at(i), i);
|
||||||
_values.reserve(data->values_size());
|
|
||||||
for (int i = 0; i < data->values_size(); i++)
|
|
||||||
_values.append(value(data->values(i)));
|
|
||||||
|
|
||||||
_features.reserve(data->features_size());
|
_features.reserve(layer->features.size());
|
||||||
for (int i = 0; i < data->features_size(); i++)
|
for (int i = 0; i < layer->features.size(); i++)
|
||||||
_features.append(Feature(&(data->features(i)), this));
|
_features.append(Feature(&(layer->features.at(i)), this));
|
||||||
std::sort(_features.begin(), _features.end());
|
std::sort(_features.begin(), _features.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
PBF::PBF(const vector_tile::Tile &tile)
|
PBF::PBF(const Data &data)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < tile.layers_size(); i++) {
|
for (int i = 0; i < data.layers().size(); i++) {
|
||||||
const vector_tile::Tile_Layer &layer = tile.layers(i);
|
const Data::Layer &layer = data.layers().at(i);
|
||||||
_layers.insert(QString::fromStdString(layer.name()), new Layer(&layer));
|
_layers.insert(layer.name, new Layer(&layer));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
29
src/pbf.h
29
src/pbf.h
@ -5,10 +5,10 @@
|
|||||||
#include <QVector>
|
#include <QVector>
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QPainterPath>
|
#include <QPainterPath>
|
||||||
#include "vector_tile.pb.h"
|
#include "data.h"
|
||||||
|
|
||||||
|
|
||||||
typedef QHash<QString, google::protobuf::uint32> KeyHash;
|
typedef QHash<QByteArray, quint32> KeyHash;
|
||||||
|
|
||||||
class PBF
|
class PBF
|
||||||
{
|
{
|
||||||
@ -19,17 +19,17 @@ public:
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Feature() : _data(0), _layer(0) {}
|
Feature() : _data(0), _layer(0) {}
|
||||||
Feature(const vector_tile::Tile_Feature *data, const Layer *layer)
|
Feature(const Data::Feature *data, const Layer *layer)
|
||||||
: _data(data), _layer(layer) {}
|
: _data(data), _layer(layer) {}
|
||||||
|
|
||||||
const QVariant *value(const QString &key) const;
|
const QVariant *value(const QByteArray &key) const;
|
||||||
vector_tile::Tile_GeomType type() const {return _data->type();}
|
Data::GeomType type() const {return _data->type;}
|
||||||
QPainterPath path(const QSizeF &factor) const;
|
QPainterPath path(const QSizeF &factor) const;
|
||||||
|
|
||||||
friend bool operator<(const Feature &f1, const Feature &f2);
|
friend bool operator<(const Feature &f1, const Feature &f2);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
const vector_tile::Tile_Feature *_data;
|
const Data::Feature *_data;
|
||||||
const Layer *_layer;
|
const Layer *_layer;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -37,31 +37,30 @@ public:
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
Layer(const vector_tile::Tile_Layer *data);
|
Layer(const Data::Layer *layer);
|
||||||
|
|
||||||
const QVector<Feature> &features() const {return _features;}
|
const QVector<Feature> &features() const {return _features;}
|
||||||
const QVector<QVariant> &values() const {return _values;}
|
const QVector<QVariant> &values() const {return _data->values;}
|
||||||
const KeyHash &keys() const {return _keys;}
|
const KeyHash &keys() const {return _keys;}
|
||||||
const vector_tile::Tile_Layer *data() const {return _data;}
|
const Data::Layer *data() const {return _data;}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
const vector_tile::Tile_Layer *_data;
|
const Data::Layer *_data;
|
||||||
QVector<Feature> _features;
|
QVector<Feature> _features;
|
||||||
QVector<QVariant> _values;
|
|
||||||
KeyHash _keys;
|
KeyHash _keys;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
PBF(const vector_tile::Tile &tile);
|
PBF(const Data &data);
|
||||||
~PBF();
|
~PBF();
|
||||||
|
|
||||||
const QHash<QString, Layer*> &layers() const {return _layers;}
|
const QHash<QByteArray, Layer*> &layers() const {return _layers;}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QHash<QString, Layer*> _layers;
|
QHash<QByteArray, Layer*> _layers;
|
||||||
};
|
};
|
||||||
|
|
||||||
inline bool operator<(const PBF::Feature &f1, const PBF::Feature &f2)
|
inline bool operator<(const PBF::Feature &f1, const PBF::Feature &f2)
|
||||||
{return f1._data->id() < f2._data->id();}
|
{return f1._data->id < f2._data->id;}
|
||||||
|
|
||||||
#endif // PBF_H
|
#endif // PBF_H
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#include <QtEndian>
|
#include <QtEndian>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include "gzip.h"
|
#include "gzip.h"
|
||||||
|
#include "data.h"
|
||||||
#include "tile.h"
|
#include "tile.h"
|
||||||
#include "style.h"
|
#include "style.h"
|
||||||
#include "pbfhandler.h"
|
#include "pbfhandler.h"
|
||||||
@ -73,8 +74,8 @@ bool PBFHandler::read(QImage *image)
|
|||||||
}
|
}
|
||||||
} else if (isPlainPBF(magic))
|
} else if (isPlainPBF(magic))
|
||||||
ba = device()->readAll();
|
ba = device()->readAll();
|
||||||
vector_tile::Tile data;
|
Data data;
|
||||||
if (!data.ParseFromArray(ba.constData(), ba.size())) {
|
if (!data.load(ba)) {
|
||||||
qCritical() << "Invalid PBF data";
|
qCritical() << "Invalid PBF data";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,7 @@ static QImage sdf2img(const QImage &sdf, const QColor &color)
|
|||||||
}
|
}
|
||||||
|
|
||||||
Sprites::Sprite::Sprite(const QJsonObject &json)
|
Sprites::Sprite::Sprite(const QJsonObject &json)
|
||||||
|
: _pixelRatio(1.0), _sdf(false)
|
||||||
{
|
{
|
||||||
int x, y, width, height;
|
int x, y, width, height;
|
||||||
|
|
||||||
@ -44,16 +45,10 @@ Sprites::Sprite::Sprite(const QJsonObject &json)
|
|||||||
|
|
||||||
_rect = QRect(x, y, width, height);
|
_rect = QRect(x, y, width, height);
|
||||||
|
|
||||||
|
|
||||||
if (json.contains("pixelRatio") && json["pixelRatio"].isDouble())
|
if (json.contains("pixelRatio") && json["pixelRatio"].isDouble())
|
||||||
_pixelRatio = json["pixelRatio"].toDouble();
|
_pixelRatio = json["pixelRatio"].toDouble();
|
||||||
else
|
|
||||||
_pixelRatio = 1.0;
|
|
||||||
|
|
||||||
if (json.contains("sdf") && json["sdf"].isBool())
|
if (json.contains("sdf") && json["sdf"].isBool())
|
||||||
_sdf = json["sdf"].toBool();
|
_sdf = json["sdf"].toBool();
|
||||||
else
|
|
||||||
_sdf = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Sprites::load(const QString &jsonFile, const QString &imageFile)
|
bool Sprites::load(const QString &jsonFile, const QString &imageFile)
|
||||||
|
@ -14,16 +14,30 @@
|
|||||||
#include "style.h"
|
#include "style.h"
|
||||||
|
|
||||||
|
|
||||||
static vector_tile::Tile_GeomType geometryType(const QString &str)
|
static Data::GeomType geometryType(const QString &str)
|
||||||
{
|
{
|
||||||
if (str == "Point")
|
if (str == "Point")
|
||||||
return vector_tile::Tile_GeomType_POINT;
|
return Data::GeomType::POINT;
|
||||||
else if (str == "LineString")
|
else if (str == "LineString")
|
||||||
return vector_tile::Tile_GeomType_LINESTRING;
|
return Data::GeomType::LINESTRING;
|
||||||
else if (str == "Polygon")
|
else if (str == "Polygon")
|
||||||
return vector_tile::Tile_GeomType_POLYGON;
|
return Data::GeomType::POLYGON;
|
||||||
else
|
else
|
||||||
return vector_tile::Tile_GeomType_UNKNOWN;
|
return Data::GeomType::UNKNOWN;
|
||||||
|
}
|
||||||
|
|
||||||
|
static QVariant variant(const QJsonValue &val)
|
||||||
|
{
|
||||||
|
switch (val.type()) {
|
||||||
|
case QJsonValue::String:
|
||||||
|
return QVariant(val.toString().toUtf8());
|
||||||
|
case QJsonValue::Double:
|
||||||
|
case QJsonValue::Bool:
|
||||||
|
return val.toVariant();
|
||||||
|
default:
|
||||||
|
qWarning() << val << ": invalid filter value";
|
||||||
|
return QVariant();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Style::Layer::Filter::Filter(const QJsonArray &json)
|
Style::Layer::Filter::Filter(const QJsonArray &json)
|
||||||
@ -35,50 +49,50 @@ Style::Layer::Filter::Filter(const QJsonArray &json)
|
|||||||
if (json.isEmpty())
|
if (json.isEmpty())
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
|
|
||||||
QString type = json.at(0).toString();
|
QString type(json.at(0).toString());
|
||||||
|
|
||||||
if (type == "==") {
|
if (type == "==") {
|
||||||
if (json.size() != 3)
|
if (json.size() != 3)
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
if (json.at(1).toString() == "$type") {
|
if (json.at(1).toString() == "$type") {
|
||||||
_type = GeometryType;
|
_type = GeometryType;
|
||||||
_kv = QPair<QString, QVariant>(QString(),
|
_kv = QPair<QByteArray, QVariant>(QByteArray(),
|
||||||
QVariant(geometryType(json.at(2).toString())));
|
QVariant(geometryType(json.at(2).toString())));
|
||||||
} else {
|
} else {
|
||||||
_type = EQ;
|
_type = EQ;
|
||||||
_kv = QPair<QString, QVariant>(json.at(1).toString(),
|
_kv = QPair<QByteArray, QVariant>(json.at(1).toString().toUtf8(),
|
||||||
json.at(2).toVariant());
|
variant(json.at(2)));
|
||||||
}
|
}
|
||||||
} else if (type == "!=") {
|
} else if (type == "!=") {
|
||||||
if (json.size() != 3)
|
if (json.size() != 3)
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
_type = NE;
|
_type = NE;
|
||||||
_kv = QPair<QString, QVariant>(json.at(1).toString(),
|
_kv = QPair<QByteArray, QVariant>(json.at(1).toString().toUtf8(),
|
||||||
json.at(2).toVariant());
|
variant(json.at(2)));
|
||||||
} else if (type == "<") {
|
} else if (type == "<") {
|
||||||
if (json.size() != 3)
|
if (json.size() != 3)
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
_type = LT;
|
_type = LT;
|
||||||
_kv = QPair<QString, QVariant>(json.at(1).toString(),
|
_kv = QPair<QByteArray, QVariant>(json.at(1).toString().toUtf8(),
|
||||||
json.at(2).toVariant());
|
variant(json.at(2)));
|
||||||
} else if (type == "<=") {
|
} else if (type == "<=") {
|
||||||
if (json.size() != 3)
|
if (json.size() != 3)
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
_type = LE;
|
_type = LE;
|
||||||
_kv = QPair<QString, QVariant>(json.at(1).toString(),
|
_kv = QPair<QByteArray, QVariant>(json.at(1).toString().toUtf8(),
|
||||||
json.at(2).toVariant());
|
variant(json.at(2)));
|
||||||
} else if (type == ">") {
|
} else if (type == ">") {
|
||||||
if (json.size() != 3)
|
if (json.size() != 3)
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
_type = GT;
|
_type = GT;
|
||||||
_kv = QPair<QString, QVariant>(json.at(1).toString(),
|
_kv = QPair<QByteArray, QVariant>(json.at(1).toString().toUtf8(),
|
||||||
json.at(2).toVariant());
|
variant(json.at(2)));
|
||||||
} else if (type == ">=") {
|
} else if (type == ">=") {
|
||||||
if (json.size() != 3)
|
if (json.size() != 3)
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
_type = GE;
|
_type = GE;
|
||||||
_kv = QPair<QString, QVariant>(json.at(1).toString(),
|
_kv = QPair<QByteArray, QVariant>(json.at(1).toString().toUtf8(),
|
||||||
json.at(2).toVariant());
|
variant(json.at(2)));
|
||||||
} else if (type == "all") {
|
} else if (type == "all") {
|
||||||
_type = All;
|
_type = All;
|
||||||
for (int i = 1; i < json.size(); i++)
|
for (int i = 1; i < json.size(); i++)
|
||||||
@ -91,28 +105,32 @@ Style::Layer::Filter::Filter(const QJsonArray &json)
|
|||||||
if (json.size() < 3)
|
if (json.size() < 3)
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
_type = In;
|
_type = In;
|
||||||
_kv = QPair<QString, QVariant>(json.at(1).toString(), QVariant());
|
_kv = QPair<QByteArray, QVariant>(json.at(1).toString().toUtf8(),
|
||||||
|
QVariant());
|
||||||
for (int i = 2; i < json.size(); i++)
|
for (int i = 2; i < json.size(); i++)
|
||||||
_set.insert(json.at(i).toString());
|
_set.insert(json.at(i).toString().toUtf8());
|
||||||
} else if (type == "!in") {
|
} else if (type == "!in") {
|
||||||
if (json.size() < 3)
|
if (json.size() < 3)
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
_type = In;
|
_type = In;
|
||||||
_not = true;
|
_not = true;
|
||||||
_kv = QPair<QString, QVariant>(json.at(1).toString(), QVariant());
|
_kv = QPair<QByteArray, QVariant>(json.at(1).toString().toUtf8(),
|
||||||
|
QVariant());
|
||||||
for (int i = 2; i < json.size(); i++)
|
for (int i = 2; i < json.size(); i++)
|
||||||
_set.insert(json.at(i).toString());
|
_set.insert(json.at(i).toString().toUtf8());
|
||||||
} else if (type == "has") {
|
} else if (type == "has") {
|
||||||
if (json.size() < 2)
|
if (json.size() < 2)
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
_type = Has;
|
_type = Has;
|
||||||
_kv = QPair<QString, QVariant>(json.at(1).toString(), QVariant());
|
_kv = QPair<QByteArray, QVariant>(json.at(1).toString().toUtf8(),
|
||||||
|
QVariant());
|
||||||
} else if (type == "!has") {
|
} else if (type == "!has") {
|
||||||
if (json.size() < 2)
|
if (json.size() < 2)
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
_type = Has;
|
_type = Has;
|
||||||
_not = true;
|
_not = true;
|
||||||
_kv = QPair<QString, QVariant>(json.at(1).toString(), QVariant());
|
_kv = QPair<QByteArray, QVariant>(json.at(1).toString().toUtf8(),
|
||||||
|
QVariant());
|
||||||
} else
|
} else
|
||||||
INVALID_FILTER(json);
|
INVALID_FILTER(json);
|
||||||
}
|
}
|
||||||
@ -182,7 +200,7 @@ bool Style::Layer::Filter::match(const PBF::Feature &feature) const
|
|||||||
if (!(v = feature.value(_kv.first)))
|
if (!(v = feature.value(_kv.first)))
|
||||||
return _not;
|
return _not;
|
||||||
else
|
else
|
||||||
return _set.contains((*v).toString()) ^ _not;
|
return _set.contains((*v).toByteArray()) ^ _not;
|
||||||
case Has:
|
case Has:
|
||||||
return (feature.value(_kv.first) ? true : false) ^ _not;
|
return (feature.value(_kv.first) ? true : false) ^ _not;
|
||||||
case All:
|
case All:
|
||||||
@ -216,7 +234,7 @@ QString Style::Layer::Template::value(int zoom, const PBF::Feature &feature) con
|
|||||||
}
|
}
|
||||||
for (int i = 0; i < keys.size(); i++) {
|
for (int i = 0; i < keys.size(); i++) {
|
||||||
const QString &key = keys.at(i);
|
const QString &key = keys.at(i);
|
||||||
const QVariant *val = feature.value(key);
|
const QVariant *val = feature.value(key.toUtf8());
|
||||||
text.replace(QString("{%1}").arg(key), val ? val->toString() : "");
|
text.replace(QString("{%1}").arg(key), val ? val->toString() : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -486,7 +504,7 @@ Style::Layer::Layer(const QJsonObject &json)
|
|||||||
_type = Symbol;
|
_type = Symbol;
|
||||||
|
|
||||||
// source-layer
|
// source-layer
|
||||||
_sourceLayer = json["source-layer"].toString();
|
_sourceLayer = json["source-layer"].toString().toUtf8();
|
||||||
|
|
||||||
// zooms
|
// zooms
|
||||||
if (json.contains("minzoom") && json["minzoom"].isDouble())
|
if (json.contains("minzoom") && json["minzoom"].isDouble())
|
||||||
@ -572,7 +590,7 @@ static bool loadSprites(const QDir &styleDir, const QString &json,
|
|||||||
if (QFileInfo::exists(spritesImg))
|
if (QFileInfo::exists(spritesImg))
|
||||||
return sprites.load(spritesJSON, spritesImg);
|
return sprites.load(spritesJSON, spritesImg);
|
||||||
else {
|
else {
|
||||||
qCritical() << spritesImg << ": no such file";
|
qWarning() << spritesImg << ": no such file";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -662,15 +680,15 @@ void Style::drawFeature(const PBF::Feature &feature, const Layer &layer,
|
|||||||
void Style::drawLayer(const PBF::Layer &pbfLayer, const Layer &styleLayer,
|
void Style::drawLayer(const PBF::Layer &pbfLayer, const Layer &styleLayer,
|
||||||
Tile &tile)
|
Tile &tile)
|
||||||
{
|
{
|
||||||
if (pbfLayer.data()->version() > 2)
|
if (pbfLayer.data()->version > 2)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!styleLayer.isVisible())
|
if (!styleLayer.isVisible())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
QSizeF factor(tile.size().width() / tile.scale().x() /
|
QSizeF factor(tile.size().width() / tile.scale().x() /
|
||||||
(qreal)pbfLayer.data()->extent(), tile.size().height() / tile.scale().y()
|
(qreal)pbfLayer.data()->extent, tile.size().height() / tile.scale().y()
|
||||||
/ (qreal)pbfLayer.data()->extent());
|
/ (qreal)pbfLayer.data()->extent);
|
||||||
|
|
||||||
tile.painter().save();
|
tile.painter().save();
|
||||||
setupLayer(tile, styleLayer);
|
setupLayer(tile, styleLayer);
|
||||||
@ -684,7 +702,7 @@ void Style::render(const PBF &data, Tile &tile)
|
|||||||
drawBackground(tile);
|
drawBackground(tile);
|
||||||
|
|
||||||
for (int i = 0; i < _layers.size(); i++) {
|
for (int i = 0; i < _layers.size(); i++) {
|
||||||
QHash<QString, PBF::Layer*>::const_iterator it = data.layers().find(
|
QHash<QByteArray, PBF::Layer*>::const_iterator it = data.layers().find(
|
||||||
_layers.at(i).sourceLayer());
|
_layers.at(i).sourceLayer());
|
||||||
if (it == data.layers().constEnd())
|
if (it == data.layers().constEnd())
|
||||||
continue;
|
continue;
|
||||||
|
@ -37,7 +37,7 @@ private:
|
|||||||
Layer() : _type(Unknown), _minZoom(0), _maxZoom(24) {}
|
Layer() : _type(Unknown), _minZoom(0), _maxZoom(24) {}
|
||||||
Layer(const QJsonObject &json);
|
Layer(const QJsonObject &json);
|
||||||
|
|
||||||
const QString &sourceLayer() const {return _sourceLayer;}
|
const QByteArray &sourceLayer() const {return _sourceLayer;}
|
||||||
bool isPath() const {return (_type == Line || _type == Fill);}
|
bool isPath() const {return (_type == Line || _type == Fill);}
|
||||||
bool isBackground() const {return (_type == Background);}
|
bool isBackground() const {return (_type == Background);}
|
||||||
bool isSymbol() const {return (_type == Symbol);}
|
bool isSymbol() const {return (_type == Symbol);}
|
||||||
@ -74,8 +74,8 @@ private:
|
|||||||
|
|
||||||
Type _type;
|
Type _type;
|
||||||
bool _not;
|
bool _not;
|
||||||
QSet<QString> _set;
|
QSet<QByteArray> _set;
|
||||||
QPair<QString, QVariant> _kv;
|
QPair<QByteArray, QVariant> _kv;
|
||||||
QVector<Filter> _filters;
|
QVector<Filter> _filters;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -167,7 +167,7 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
Type _type;
|
Type _type;
|
||||||
QString _sourceLayer;
|
QByteArray _sourceLayer;
|
||||||
int _minZoom, _maxZoom;
|
int _minZoom, _maxZoom;
|
||||||
Filter _filter;
|
Filter _filter;
|
||||||
Layout _layout;
|
Layout _layout;
|
||||||
|
@ -2,13 +2,6 @@
|
|||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include "textpathitem.h"
|
#include "textpathitem.h"
|
||||||
|
|
||||||
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
|
|
||||||
#define INTERSECTS intersect
|
|
||||||
#else // QT 5.15
|
|
||||||
#define INTERSECTS intersects
|
|
||||||
#endif // QT 5.15
|
|
||||||
|
|
||||||
static void swap(const QLineF &line, QPointF *p1, QPointF *p2)
|
static void swap(const QLineF &line, QPointF *p1, QPointF *p2)
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -30,10 +23,10 @@ static bool intersection(const QLineF &line, const QRectF &rect, QPointF *p1,
|
|||||||
{
|
{
|
||||||
QPointF *p = p1;
|
QPointF *p = p1;
|
||||||
|
|
||||||
if (line.INTERSECTS(QLineF(rect.topLeft(), rect.topRight()), p)
|
if (line.intersects(QLineF(rect.topLeft(), rect.topRight()), p)
|
||||||
== QLineF::BoundedIntersection)
|
== QLineF::BoundedIntersection)
|
||||||
p = p2;
|
p = p2;
|
||||||
if (line.INTERSECTS(QLineF(rect.topLeft(), rect.bottomLeft()), p)
|
if (line.intersects(QLineF(rect.topLeft(), rect.bottomLeft()), p)
|
||||||
== QLineF::BoundedIntersection) {
|
== QLineF::BoundedIntersection) {
|
||||||
if (p == p2) {
|
if (p == p2) {
|
||||||
swap(line, p1, p2);
|
swap(line, p1, p2);
|
||||||
@ -41,7 +34,7 @@ static bool intersection(const QLineF &line, const QRectF &rect, QPointF *p1,
|
|||||||
}
|
}
|
||||||
p = p2;
|
p = p2;
|
||||||
}
|
}
|
||||||
if (line.INTERSECTS(QLineF(rect.bottomRight(), rect.bottomLeft()), p)
|
if (line.intersects(QLineF(rect.bottomRight(), rect.bottomLeft()), p)
|
||||||
== QLineF::BoundedIntersection) {
|
== QLineF::BoundedIntersection) {
|
||||||
if (p == p2) {
|
if (p == p2) {
|
||||||
swap(line, p1, p2);
|
swap(line, p1, p2);
|
||||||
@ -49,7 +42,7 @@ static bool intersection(const QLineF &line, const QRectF &rect, QPointF *p1,
|
|||||||
}
|
}
|
||||||
p = p2;
|
p = p2;
|
||||||
}
|
}
|
||||||
if (line.INTERSECTS(QLineF(rect.bottomRight(), rect.topRight()), p)
|
if (line.intersects(QLineF(rect.bottomRight(), rect.topRight()), p)
|
||||||
== QLineF::BoundedIntersection) {
|
== QLineF::BoundedIntersection) {
|
||||||
if (p == p2) {
|
if (p == p2) {
|
||||||
swap(line, p1, p2);
|
swap(line, p1, p2);
|
||||||
@ -64,16 +57,16 @@ static bool intersection(const QLineF &line, const QRectF &rect, QPointF *p1,
|
|||||||
|
|
||||||
static bool intersection(const QLineF &line, const QRectF &rect, QPointF *p)
|
static bool intersection(const QLineF &line, const QRectF &rect, QPointF *p)
|
||||||
{
|
{
|
||||||
if (line.INTERSECTS(QLineF(rect.topLeft(), rect.topRight()), p)
|
if (line.intersects(QLineF(rect.topLeft(), rect.topRight()), p)
|
||||||
== QLineF::BoundedIntersection)
|
== QLineF::BoundedIntersection)
|
||||||
return true;
|
return true;
|
||||||
if (line.INTERSECTS(QLineF(rect.topLeft(), rect.bottomLeft()), p)
|
if (line.intersects(QLineF(rect.topLeft(), rect.bottomLeft()), p)
|
||||||
== QLineF::BoundedIntersection)
|
== QLineF::BoundedIntersection)
|
||||||
return true;
|
return true;
|
||||||
if (line.INTERSECTS(QLineF(rect.bottomRight(), rect.bottomLeft()), p)
|
if (line.intersects(QLineF(rect.bottomRight(), rect.bottomLeft()), p)
|
||||||
== QLineF::BoundedIntersection)
|
== QLineF::BoundedIntersection)
|
||||||
return true;
|
return true;
|
||||||
if (line.INTERSECTS(QLineF(rect.bottomRight(), rect.topRight()), p)
|
if (line.intersects(QLineF(rect.bottomRight(), rect.topRight()), p)
|
||||||
== QLineF::BoundedIntersection)
|
== QLineF::BoundedIntersection)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user