mola / LocationOfflineXYZ

Load {z}/{x}/{y}.png from storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocationOfflineXYZ

Load {z}/{x}/{y}.png from storage

  • Auto detect extension of images

Installation from source

Qt 5 with the following components:

  • Core
  • Location
  • Location-private
  • Positioning-private

For command line builds:

$ git clone https://github.com/mola/LocationOfflineXYZ.git
$ cd LocationOfflineXYZ
$ mkdir build
$ cd build
$ qmake ..
$ make
$ sudo make install

Sample code

Map {
      activeMapType: map.supportedMapTypes[1]
      zoomLevel: 5
      plugin: Plugin {
         name: 'xyzmaps';
         PluginParameter {
            name: 'source'
            value: '/path/to/map/tiles'
           }
       }
}

About

Load {z}/{x}/{y}.png from storage


Languages

Language:C++ 96.0%Language:QMake 4.0%