Всё делал по инструкции из сети:
Спойлер
Ниже приведена версия перефразированная ссылки выше:
From QGIS composer, save your map as SVG and tick the option "Export map layers as svg groups" when you have pressed save.
Open the SVG file in Scribus open source desktop publishing software.
Use "Window->layers" to open the layers window. Add say 10 empty layers.
Ungroup the layers by right clicking and choose ungroup.
Select features to be in a new layer, right click and choose "Send to layers" and choose one of the created empty layers.
Export the document as PDF, with Include Layers" checked "on".
It is important to export (not save as) to PDF 1.5. The default PDF 1.4 would not let you save as layers. The selection of the ungrouped layers in the SVG layer is a bit cumbersome, if the features spread across the map
From QGIS composer, save your map as SVG and tick the option "Export map layers as svg groups" when you have pressed save.
Open the SVG file in Scribus open source desktop publishing software.
Use "Window->layers" to open the layers window. Add say 10 empty layers.
Ungroup the layers by right clicking and choose ungroup.
Select features to be in a new layer, right click and choose "Send to layers" and choose one of the created empty layers.
Export the document as PDF, with Include Layers" checked "on".
It is important to export (not save as) to PDF 1.5. The default PDF 1.4 would not let you save as layers. The selection of the ungrouped layers in the SVG layer is a bit cumbersome, if the features spread across the map
Спойлер
Функция SVG-экспорта в QGIS может работать неправильно из-за ошибок в коде поддержки SVG в Qt4. В частности, существуют проблемы со слоями, которые не отсекаются рамкой карты.
Если вам необходимо получить векторный вывод из QGIS, рекомендуется вывести карту в формате PostScript, если SVG-вывод не удовлетворяет вашим требованиям.
Если вам необходимо получить векторный вывод из QGIS, рекомендуется вывести карту в формате PostScript, если SVG-вывод не удовлетворяет вашим требованиям.
Помогите, пожалуйста.