...
Name | Summary of use |
---|---|
Document | This is the most general library schema, and most commonly used for general documentation and information sharing. |
Geospatial Feature | A flexible information storage record with geospatial (map-based) information, which allows storage of data such as affected area extents, location of key facilities, etc. |
Meeting | An agenda and minutes of a meeting, including audio recording and attachments such as photos of whiteboards. |
Note |
---|
Enterprise customers: you you may have additional schemas as part of your custom deployment. Consult your enterprise solution guide for details. |
...
- From any screen, click the New Library Document button. If you wish to change the schema from the default Document type, select this now — available alternatives include Geospatial Feature and Meeting
- Enter the Title and Body of the document as needed.
- Upload any Attachments by dragging and dropping files from your computer into the attachment box, or by clicking Add File.
- Optionally add some Tags to identify the document, and set Is Featured to add the document to the Featured counter.
- Select the Event to save the document. By default this will be the currently-selected event at the top right of the screen, however, you may wish to save the document into a global event instead, if the document is to be permanently accessible.
- Click save to save the document.
...
The system reads many common geospatial format including WKT, GeoJSON, KML, GPX and GeoRSS.
Working Example: how to add a postcode as a geospatial area.
We will step through adding a postcode getting the data from: http://mapit.openlocal.org.au
Once this has been added we will be able to search within this area using the advanced search feature option "within:" and we will also be able to view it on the map as a map layer.
- Go to the library
- Set the "Reference Type" to be "Geospatial Feature" (top RHS)
- Set a useful Title such as "Preston area 3072", and maybe add some tags like postcode,
- Choose a Geospatial Category, you can use one of the defaults such as "Area of Interest" or you could define your own via administration → settings → lookups
- Instead of trying to draw the area using the map annotation features, we will get the exact details from http://mapit.openlocal.org.au
- Scroll to the bottom of the form to the "Geospatial Data loaders" section and select "Clipboard Data Loader"
- Find the geospatial data you are after & paste it into this field (see Step 7 example below on how to get some data)
Up till this point if you save the library record you will have created a normal geospatial record which can be shown on the map under the map layer "Library Item: Area of Interest" and you can also link other records to this library record such as requests or information or infrastructure assessments. The next step will allow us to use this as a search area when doing searches in data grids.
8. Under the search section, select "Include in search"
9. Then add a name to use in the "Search Short Reference" area to be used when you do a search such as "3072" or "pc3072" if you don't have spaces in the search name it will make it easier to work with later, but you can use them if you like
10. Save your record
When searching for records within this area add multiple search parameters, as per the documentation for Searching and filtering
for example: priority:[high,urgent] within:pc3072 will find high priority OR ugent records that are only in the 3072 postcode
if there was a space in the search name you would need to add a quote eg: priority:[high,urgent] within:"pc 3072"
Step 7 example:
For each state try the following link
- VIC http://mapit.openlocal.org.au/areas/LVI.html
- QLD http://mapit.openlocal.org.au/areas/LQL.html
- NSW http://mapit.openlocal.org.au/areas/LNS.html
- SA http://mapit.openlocal.org.au/areas/LSA.html
- WA http://mapit.openlocal.org.au/areas/LWA.html
For this example, I will get the pocode data for 3072 by doing the following
- Select the "Darebin" local government from the Victorian area,
- Then select "Overlapping this area" from the "Areas" section on the page
- Then select "pc3072"
- on the next page select "WKT" under the "Geometry" section
Displaying Geospatial Features on maps within Crisisworks
...