Update README with srid config option

This commit is contained in:
Adrià Mercader 2011-03-18 17:46:47 +00:00
parent 57631a8931
commit 16641741ff
1 changed files with 9 additions and 1 deletions

View File

@ -34,6 +34,14 @@ http://localhost:5000/)::
ckan.api_url = <api_url>
If you are using the spatial search feature, you can define the projection
in which extents are stored in the database with the following option. Use
the EPSG code as an integer (e.g 4326, 4258, 27700, etc). It defaults to
4258::
ckan.harvesting.srid = 4258
Command line interface
======================