North Queensland pastoral heritage



All databases, photographs, documents and maps that are referenced by this application are stored remotely in various cloud services. This application has the following components

 

Records

The project database is stored in PostgreSQL/PostGIS format.

Place and Sites are the focal tables for database queries. Queries are saved as a new table which can then be made into a map for printing or viewing; or, used in subsequent GIS queries with any of the other tables in the database.


 

Editor

New database records can be created or current ones updated or deleted. For Delete select the record number (an integer value) of the site to be deleted from the Sites table.

The Update operation allows the edit of site names as new information about already recorded locations is acquired. Name is a string value. The site name to update is selected by the corresponding record number.

The Create record operation adds a new record to the Sites table.The record number must be a unique integer value that is greater than the maximum ID number value in the current database. Name, Feature and Station are string values. Latitude and Longitude coordinates are decimal values and are in the EPSG:4326/ WGS 84 coordinate system.



GIS

Spatial queries can be made with Select, Buffer and Intersect functions. Additional functions can be added on request. Queries are stored as new tables in the Postgresql database.

Select queries can be made of single records from either the Place or Sites tables. Multiple records can be selected on the basis of 'Shire' or 'Station' name criteria for Place and Sites tables respectively. The 'View maps' and 'View records' functions (on the menu bar) can help in deciding on specific criteria for a query.

Buffer distance measurements are in metres. The Intersect file is usally a 'select query' table which has been buffered to create a search radius for a spatial query or it can be of any other table in the database.

Output maps can be created in GeoJSON format and then downloaded to your local desktop from the browser.



Project Maps

A library of static Leaflet JS (GeoJSON) maps of selected attributes from each of the Postgresql/ Postgis tables. This library allows the exploration of Places and Sites records and the highlighting of their locations and their respective Shire and Station names as queries are being made.

 Road, homestead and cadastrre maps cover the extent of North Queensland northwards from the Flinders Highway (Mt Isa - Townsville). The remaining maps cover a smaller extent over the current study area in the northern Gulf country (-15.00,141.60 to -18.60,145.30).