Skip to content

richard-thomas/orchard_sitemap

Repository files navigation

Orchard Sitemap (QGIS to OpenLayers demo)

This web map (as hosted directly on GitHub) can be viewed via its information page or directly. It maps a small area of approximately 20m x 40m, but includes a large number of features with more detail being revealed as the user zooms progressively further in.

It is a demo of the ol-sld-styler (OpenLayers SLD Styler) and ol-load-geopackage (OpenLayers OGC GeoPackage Loader) JavaScript NPM modules. Data and styling for the web map has been generated primarily in QGIS and exported as an OGC GeoPackage using the Package Layers Processing Toolbox operation. This allows the web map to be quickly rebuilt from subsequent updated QGIS exports.

The OGC GeoPackage used in this example is: mrco_site_interactive.gpkg. The Geopackage contains a collections of vector data layers and the associated SLD styling combined into a single "layer_styles" table as XML strings.

A version of the source QGIS map document used to generate the above GeoPackage can be loaded into QGIS from orchard_site-local-gpkg.qgz. Note that this version has had its data sources redirected to the GeoPackage in the local folder (rather than the collection of original data sources).

The ol-sld-styler module requires a separate "layer configuration" object which is defined in this example in file mapconfig.js. It includes some user-defined function hooks for modifying SLD-imported styling where desired styling was not possible due to QGIS export or SLD limitations.

By using OGC GeoPackages as its primary data/styling sources, this web map can also be downloaded and used as an offline map viewer for mobile phones or tablets which have poor (or non-existent) network connectivity. When a network connection is available, data and stying updates could then be done by downloading just 1 file.

For more details of how to (re-)build this example, please see the sister-project in the DS_Canal GitHub repository.

Licence

Original code in this module is provided under the ISC licence - see LICENCE.

Raw spatial data created for this web map (i.e. the contents of file mrco_site_interactive.gpkg) is provided under the Creative Commons Attribution 4.0 (CC BY-SA 4.0) International License.

Acknowledgements

The following open source software and icons were used under licence:

About

Automation demo: QGIS data & styling to OpenLayers web map

Topics

Resources

License

Stars

Watchers

Forks