Update README with srid config option
This commit is contained in:
parent
57631a8931
commit
16641741ff
|
@ -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
|
||||
======================
|
||||
|
|
Loading…
Reference in New Issue