mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Added sprite info
This commit is contained in:
parent
2803f48a21
commit
a0c5de0dbf
@ -10,8 +10,10 @@ Standard Mapbox GL Styles are used for styling the maps. Most relevant style
|
|||||||
features used by [Maputnik](http://editor.openmaptiles.org) are supported.
|
features used by [Maputnik](http://editor.openmaptiles.org) are supported.
|
||||||
The style is loaded from the
|
The style is loaded from the
|
||||||
[$AppDataLocation](http://doc.qt.io/qt-5/qstandardpaths.html)/style/style.json
|
[$AppDataLocation](http://doc.qt.io/qt-5/qstandardpaths.html)/style/style.json
|
||||||
file on plugin load. A default fallback style (OSM-Liberty) for OpenMapTiles
|
file on plugin load. If the style uses a sprite, the sprite JSON file must
|
||||||
is part of the plugin.
|
be named sprite.json and the sprite image sprite.png and both files must be
|
||||||
|
placed in the same directory as the style itself. A default fallback style
|
||||||
|
(OSM-Liberty) for OpenMapTiles is part of the plugin.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Due to a major design flaw in the Mapbox vector tiles specification - the zoom
|
Due to a major design flaw in the Mapbox vector tiles specification - the zoom
|
||||||
|
Loading…
Reference in New Issue
Block a user