Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
splanzer committed Oct 2, 2018
1 parent d28e68c commit baf0e11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,17 @@ Text can be entered in the "Filter Data Sets" search bar to filter the datasets
## Source Code, Further Documentation and Feedback
Please see [QGIS-LDS-Plugin](https://github.com/linz/linz-data-importer/) at GitHub

## Dev Notes

### Tests
[Tests](https://github.com/linz/linz-data-importer/tree/master/linz-data-importer/tests)
are executed via [Travis](https://travis-ci.com/linz/linz-data-importer)
for branches listed in the `.travis.yml` file. These Travis tests are against
an instance of QGIS within a Docker container as made possible by the
[Boundless Docker container](https://hub.docker.com/r/boundlessgeo/qgis-testing-environment/).

If running these test locally they can be speed up by placing one of each of the
GetCapabilities documents from the [LDS](https://data.linz.govt.nz/) for each
services (WMS, WMTS, WFS) in the `/tests/data/` folder. This will
save the tests having to go and fetch these for each time.

0 comments on commit baf0e11

Please sign in to comment.