@@ -18,7 +18,7 @@ With this simple search, any spatial data can return the attributes at any given
Building
--------
-SpatialSearch is built with `Maven <http://maven.apache.org/>`_ . The build produces a WAR file suitable for deployment on any JEE 5 compliant Web Container (i.e. Jetty, Tomcat, etc.).
+SpatialSearch is built with [Maven] `http://maven.apache.org/`. The build produces a WAR file suitable for deployment on any JEE 5 compliant Web Container (i.e. Jetty, Tomcat, etc.).
To perform a full build, including integration tests (see dependencies below before doing this):
@@ -32,11 +32,11 @@ To run the unit tests (in-memory):
Dependencies
------------
-*`PostGIS <http://postgis.refractions.net/>`_, the spatial extension to PostgreSQL, is necessary to run the API in production. The Unit tests included with this project use the H2 `GeoDB <https://github.com/jdeolive/geodb>`_ in-memory database, allowing for rapid development without the need for a database server.
+*[PostGIS] `http://postgis.refractions.net/`, the spatial extension to PostgreSQL, is necessary to run the API in production. The Unit tests included with this project use the H2 [GeoDB] `https://github.com/jdeolive/geodb` in-memory database, allowing for rapid development without the need for a database server.
-* Data. The API exposes the State, County and Census Block geographic layers from the 2010 Census Bureau. These can be obtained from the `TIGER <http://www.census.gov/geo/www/tiger/tgrshp2010/tgrshp2010.html>`_ download page and need to be imported into PostGIS in order to be able to publish the API. SpatialSearch uses the default schema of the tables, grouped into a `census` schema within a database called `gisdb` by default. All these parameters can be changed
+* Data. The API exposes the State, County and Census Block geographic layers from the 2010 Census Bureau. These can be obtained from the [TIGER] `http://www.census.gov/geo/www/tiger/tgrshp2010/tgrshp2010.html` download page and need to be imported into PostGIS in order to be able to publish the API. SpatialSearch uses the default schema of the tables, grouped into a `census` schema within a database called `gisdb` by default. All these parameters can be changed
-* SpatialSearch uses `Hibernate Spatial <http://www.hibernatespatial.org/>`_ for the geospatial functionality. This library supports the same type of functionality on other Spatial DBMS systems such as Oracle Spatial, Microsoft SQL Server, etc. For more information please visit its website.
+* SpatialSearch uses [Hibernate Spatial] `http://www.hibernatespatial.org/` for the geospatial functionality. This library supports the same type of functionality on other Spatial DBMS systems such as Oracle Spatial, Microsoft SQL Server, etc. For more information please visit [its website](http://www.hibernatespatial.org/).
Usage
-----
@@ -55,3 +55,8 @@ where
``<format>`` is the output format. Currently it can take the following values: xml, json and jsonp. This parameter is optional, if not specified the response will be enconded as XML
0 comments on commit
2867194