Minor doc tweaks
This commit is contained in:
parent
5a5da2d033
commit
44d826caca
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 232 KiB |
Binary file not shown.
Before Width: | Height: | Size: 90 KiB |
|
@ -1,29 +1,24 @@
|
|||
<p>An <a href="http://okfn.org">Open Knowledge Foundation</a> project.</p>
|
||||
<div>
|
||||
|
||||
<p class="copyright">
|
||||
{%- if show_copyright %}
|
||||
{% trans copyright=copyright|safe|e %}{{ copyright }}{% endtrans %}<br/>
|
||||
{%- endif %}
|
||||
</p>
|
||||
<hr/ >
|
||||
|
||||
<p>
|
||||
<a href="https://github.com/okfn/ckanext-spatial">Source</a>
|
||||
—
|
||||
<a href="https://github.com/okfn/ckanext-spatial/issues">Issues</a>
|
||||
—
|
||||
<a href="http://lists.okfn.org/mailman/listinfo/ckan-dev">Mailing List</a>
|
||||
—
|
||||
<a href="http://twitter.com/CKANProject">Twitter @CKANProject</a>
|
||||
</p>
|
||||
<p>An <a href="http://okfn.org">Open Knowledge</a> project.</p>
|
||||
|
||||
<p>
|
||||
Related Projects:
|
||||
<a href="http://thedatahub.org/">The DataHub</a>
|
||||
—
|
||||
<a href="http://datacatalogs.org">DataCatalogs.org</a>
|
||||
—
|
||||
<a href="http://openspending.org">OpenSpending.org</a>
|
||||
—
|
||||
<a href="http://opendatahandbook.org">Open Data Handbook</a>
|
||||
</p>
|
||||
<p class="copyright">
|
||||
{%- if show_copyright %}
|
||||
{% trans copyright=copyright|safe|e %}{{ copyright }}{% endtrans %}<br/>
|
||||
{%- endif %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://github.com/okfn/ckanext-spatial">Source</a>
|
||||
—
|
||||
<a href="https://github.com/okfn/ckanext-spatial/issues">Issues</a>
|
||||
—
|
||||
<a href="http://lists.okfn.org/mailman/listinfo/ckan-dev">Mailing List</a>
|
||||
—
|
||||
<a href="http://twitter.com/CKANProject">Twitter @CKANProject</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'ckanext-spatial'
|
||||
copyright = u'2013, Open Knowledge Foundation'
|
||||
copyright = u'2015, Open Knowledge'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
|
|
@ -11,9 +11,7 @@ The extension adds a spatial field to the default CKAN dataset schema,
|
|||
using PostGIS_ as the backend. This allows to perform spatial queries and
|
||||
display the dataset extent on the frontend. It also provides harvesters to
|
||||
import geospatial metadata into CKAN from other sources, as well as commands
|
||||
to support the OGC CSW standard via pycsw_. Finally, it also includes plugins to preview
|
||||
spatial formats such as GeoJSON_.
|
||||
|
||||
to support the OGC CSW standard via pycsw_.
|
||||
|
||||
Contents:
|
||||
|
||||
|
|
|
@ -106,6 +106,7 @@ details about the available options:
|
|||
<field name="minx" type="float" indexed="true" stored="true" />
|
||||
<field name="miny" type="float" indexed="true" stored="true" />
|
||||
</fields>
|
||||
|
||||
The solr schema file is typically located at: (..)/src/ckan/ckan/config/solr/schema.xml
|
||||
|
||||
* ``solr-spatial-field``
|
||||
|
|
Loading…
Reference in New Issue