Quantcast
Channel: QGIS Planet
Viewing all articles
Browse latest Browse all 1090

ItOpen: QGIS Server Simple Browser Plugin

$
0
0

Today I’m releasing the first version of QGIS Server Simple Browser Plugin, a simple Server plugin that generates a browsable table of contents of the project’s layers and a link to an OpenLayers map.

 

How it works

The plugin adds an XLS stylesheet to GetProjectsettingsXML response, the generated HTML looks like this:

 

QGIS Server Browser TOC Tree

The openlayers format

The map preview is generated by adding a new application/openlayersFORMAT option to GetMap requests, the generated map automatically fits to the layer’s extent and has basic GetFeatureInfo

capabilities.
QGIS Server Browser TOC Preview

Limitations

The current version only supports EPSG:4326 that must be available (enabled) on the server.

Source code and download

The plugin is available on the official repository: ServerSimpleBrowser
The code is on GitHub.


Viewing all articles
Browse latest Browse all 1090

Trending Articles