Applying single legend to multiple layers: различия между версиями
Voltron (обсуждение | вклад) (Новая страница: «{{Статья|Опубликована|qgis-multiqml-eng}} {{Аннотация|Tool background and description.}} This tool can be used for applying a single l…») |
Нет описания правки |
||
Строка 3: | Строка 3: | ||
This tool can be used for applying a single legend file (qml) for multiple raster or vector layers in QGIS. | This tool can be used for applying a single legend file (qml) for multiple raster or vector layers in QGIS. | ||
{{NextGIS}} | |||
=== Installation notes === | === Installation notes === | ||
Plugin is available via QGIS [http://plugins.qgis.org/plugins/plugins.xml official repository]. | Plugin is available via QGIS [http://plugins.qgis.org/plugins/plugins.xml official repository]. | ||
MultiQML is under development and tested with QGIS | MultiQML is under development and tested with QGIS 2.0 and higher. | ||
You can obtain sources with this command: | You can obtain sources with this command: | ||
<pre> | <pre>git pull git@github.com:nextgis/MultiQML.git</pre> | ||
=== How does it work === | === How does it work === | ||
Строка 44: | Строка 44: | ||
=== Contacts === | === Contacts === | ||
If you want report a bug or want make suggestion — use [ | If you want report a bug or want make suggestion — use [https://github.com/nextgis/MultiQML/issues bugtracker]. Also if you have a question about the script or plugin usage, you can [http://nextgis.ru/contact/ contact us] directly. | ||
=== Links === | === Links === | ||
* [http://gis-lab.info/qa/qgis-install-plugin.html | * [http://gis-lab.info/qa/qgis-install-plugin.html Installing QGIS plugins (RU)] | ||
* [http://gis-lab.info/docs/qgis/ | * [http://gis-lab.info/docs/qgis/ QGIS documentation (RU)] |
Версия от 09:22, 10 мая 2014
по адресу http://gis-lab.info/qa/qgis-multiqml-eng.html
Tool background and description.
This tool can be used for applying a single legend file (qml) for multiple raster or vector layers in QGIS.
Создано в | Веб ГИС для вашей организации по доступной цене |
Installation notes
Plugin is available via QGIS official repository.
MultiQML is under development and tested with QGIS 2.0 and higher.
You can obtain sources with this command:
git pull git@github.com:nextgis/MultiQML.git
How does it work
After plugin installation and startup by clicking
main window will appear:
At left there is a layers list which shows layers depending of the active selector «Raster» or «Vector». To apply style to layers:
- select layers in list (press "Select all layers" to select all available layers of the given type)
- if you want to make style default — check "Save as default" checkbox
- press "Apply style" button and select desired .qml
To restore original styles: select layers and press "Restore initial style".
Demo
In this demo, the tool is used to apply a single legend to series of uniformly indexed raster, that have comparable color tables. During demo it is also used to use single min-max legends for series of USGS dems.
<object width="943" height="576">
<param name="movie" value="/images/qgis-multiqml-01.swf"> <embed src="/images/qgis-multiqml-01.swf" width="943" height="576"> </embed>
</object>
Contacts
If you want report a bug or want make suggestion — use bugtracker. Also if you have a question about the script or plugin usage, you can contact us directly.