WebRouting Service (WRS)
[日本語]
Introduction
WebRouting Service (WRS) is a web service designed to make pgRouting requests through HTTP protocol. WebRouting Service is based on REST (Representational State Transfer), which describes a "Ressource-oriented architecture" (see the book RESTful Web Service by Leonard Richardson & Sam Ruby).
The service is written in Java language and uses Restlet framework, which is a framework for mapping REST concepts to Java classes.
For convenience WebRouting Service can deal with many kinds of geographic formats (Geojson, Gml, Kml,...)
Contents
- Install Manual -- How to install WebRouting Service
- Configuration Manual -- How to edit the configuration file
- User Manual -- How to use WebRouting Service
- Security Setup -- How to setup the Security service
Resources
- Subversion Repository: http://pgrouting.postlbs.org/svn/pgrouting/tools/routingservice/
- Discussion Forum: http://pgrouting.postlbs.org/discussion/25
Examples
- [coming soon]