Skip to content

SystemDocumentationLayersService

linaizhong edited this page Nov 19, 2014 · 3 revisions

Introduction

Web application providing services for contextual, environmental, distribution and checklist layers.

Dependencies

Configuration

  • layers-store
    • WEB-INF/classes/layer.properties, update for the environment.
    • WEB-INF/spring/data-config.xml, update for Postgres.
  • WEB-INF/classes/user.properties, update for the environment.
    • set layers_service_url to the deployed URL.

Deployment

Deploy as WAR.

Reloading

The layers service can be reloaded (i.e. data pulled from the layers db will be reloaded) by calling /intersect/reloadconfig e.g. http://spatial.ala.org.au/layers-service/intersect/reloadconfig)

Clone this wiki locally