-
Notifications
You must be signed in to change notification settings - Fork 1
SystemDocumentationGeoserver
linaizhong edited this page Nov 19, 2014
·
3 revisions
About the configuration of Geoserver for the Spatial Portal.
- In the geoserver data directory add scale.xml to a new directory "layout".
- Create the workspace "ALA".
- Create the postgis store "layersdb".
- Create a layer named "world". This is a base layer available in the webportal.
- Create the style "alastyles". Use alastyles.sld.
- Create the style "envelope_style". Use envelope_style.sld.
- Create the style "distributions_style". Use distributions_style.sld.
- Create the layer "Distributions"
* create from: new SQL view on layersdb
* sql: select
*from distributions where geom_idx= %s% limit 1 * params: name="s", default=10000, validation="^[\w\d\s]+$" * attributes: the_geom column, type=Geometry, SRID=4326 * bounds: -180, -90, 180, 90 * style: distributions_style - Create the layer "Objects"
* create from: new SQL view on layersdb
* sql: select
*from objects where pid= '%s%' * params: name="s", default=1, validation="^[\w\d\s]+$" * attributes: the_geom column, type=Geometry, SRID=4326 * bounds: -180, -90, 180, 90 * style: distributions_style
All layers are added to the database as part of the Backend processes.
Documentation
- Getting started
- ALA Spatial Portal
- Introduction
- ALA Spatial Portal UI
- ALA Spatial Analysis Service
- ALA Spatial Layers Service
- ALA Spatial Actions
- Production Environment
- Testing Sequence
- System documentation
- webportal
- alaspatial
- layers-service
- layers-store
- local file
- layers database
- geoserver
- Geonetwork and ANZMET Lite
Additional Technical Information