“A layer represents spatial information as it is displayed within a map”
GeoNode supports uploading and sharing of various resource types. One of the most important resources is spatial data. This allows users to visualize the data on a map and utilise the spatial analysis tools within the map application to interrogate the data, such as when using the identify or measure tools. Geodata typically has spatial features, which are geometry features that may be represented on a map, as well as data attributes which are linked to those geometry features, and GeoNode allows users to inspect geometry features and attribute data.
Uploading geo data in a supported format will automatically create a new layer for the uploaded data, however GeoNode also allows the creation of new layers, which allows the definition of the layer data model without requiring existing features. Creating new layers is currently limited to vector layers with simple geometry types (Point, Line, and Polygon), but is still very useful in instances where users may not have access to additional GIS software as the layer can be edited and new features may be digitized using the GeoNode editing functionality.
GeoNode maps include a default layer which is distinct , typically referred to as a Basemap, which would typically be a map service like Open Street Map or Sentinel Satellite imagery. The basemap can also be disabled so that the map background is tailored to specific cartographic and data visualization needs.
Goal: Create a new spatial layer and populate attributes
Name | Expectation |
---|---|
Layer Name |
geonode_roads |
Geonode title |
Roads |
Type - Attribute |
String |
Date_created - Attribute |
Date |
Name - Attribute |
String |
The process of creating new vector data by tracing features present on an existing map or from raster data is collectively termed as digitizing. GeoNode provides a simplified user interface for creating such vectors to support web based data capture with a focus on ease of use. In more advanced GIS systems, the digitizing process is more robust as it allows for the utilization of topology rule enforcement when creating new features, however when creating new vector features on GeoNode it is imperative to consider the following:
In GeoNode, not all of the above considerations are directly supported or able to be enforced by digitizing rules like they might be with a desktop GIS application, so careful consideration must be taken when editing layers directly from the GeoNode interface.
Is it possible to configure GeoNode to use satellite imagery as a basemap:
Can you setup snapping in GeoNode like you would in QGIS or ArcGIS:
Which of the following statements regarding layer creation is false: