Creating tiles from QGIS projects using QTiles: различия между версиями

Материал из GIS-Lab
Перейти к навигации Перейти к поиску
(Новая страница: «{{Статья|Черновик}} {{Аннотация|Tool for creating tiles from QGIS projects.}} This plugin was developed by [http://nextgis.ru NextGIS] for…»)
 
Нет описания правки
Строка 2: Строка 2:
{{Аннотация|Tool for creating tiles from QGIS projects.}}
{{Аннотация|Tool for creating tiles from QGIS projects.}}


This plugin was developed by [http://nextgis.ru NextGIS] for the UNDP/GEF «Разработка для пилотных заповедников системы контроля территории, основанной на базовых интерактивных картах в среде ГИС (обеспечение мониторинговых работ и патрулирования)».
This plugin was developed by [http://nextgis.ru NextGIS] for the UNDP/GEF «Developing GIS-based interactive maps territory control system for pilot steppe reserves» ([http://savesteppe.org/project/ru/archives/1262 more in Russian]).


Plugin goal — creating multilevel tile cache according to the [http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames Slippy Map] specification that can be loaded into mobile devices.
Plugin goal — creating multilevel tile cache according to the [http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames Slippy Map] specification that can be loaded into mobile devices.

Версия от 12:05, 27 декабря 2012

Эта страница является черновиком статьи.


Tool for creating tiles from QGIS projects.

This plugin was developed by NextGIS for the UNDP/GEF «Developing GIS-based interactive maps territory control system for pilot steppe reserves» (more in Russian).

Plugin goal — creating multilevel tile cache according to the Slippy Map specification that can be loaded into mobile devices.

Nextgis.png Opensource geospatial solutions

Installation notes

Plugin is available via official repository.

QTiles is designed for QGIS version 1.9.0 and higher. There are no dependencies, all necessary files are included in package.

You can also obtain Python sources from our SVN:

svn co http://svn.gis-lab.info/qtile qtile

Also you can get experimental unmaintained C++ sources:

svn co http://svn.gis-lab.info/tilemap tilemap

How does it work

After plugin installation and startup by clicking

Plugin button

main window will appear

Plugin main window

"Output" group is used to select output type: as directory structure or as ZIP-archive.

Group «Extent» allow to set desired geographic extent of the map. You can select one of the following options:

  • Canvas extent — current canvas extent will be used
  • Full extent — full extent of all project layers will be used
  • Layer extent — output extent will be the same as extent of the selected layer

In «Zoom» group one can set zoom levels. In most cases maximum zoom 18 is enough, but plugin can generate tiles for "deeper" zoom levels. "Depth" depends on the map detalization on certain scales.

"Parameters" group is used to define tile size. Supported values are 128 - 2048 pixels per side.

Press "ОК" to start tile generation and "Cancel" to terminate it.

Contacts

If you want to report a bug or want to make a suggestion — use bugtracker. If you have any other inquiry, you can contact us directly.

Links