Merge pull request #94 from mjanez/ckan-2.9.9
Update default basemap and pycsw conf
This commit is contained in:
commit
80218c9e76
|
@ -147,8 +147,8 @@ CKANEXT__DCAT__DEFAULT_CATALOG_ENDPOINT='/catalog.{_format}'
|
|||
CKANEXT__SPATIAL__SEARCH_BACKEND=solr-bbox
|
||||
CKAN__SPATIAL__SRID=3857
|
||||
CKANEXT__SPATIAL__COMMON_MAP__TYPE=custom
|
||||
CKANEXT__SPATIAL__COMMON_MAP__CUSTOM__URL=https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png
|
||||
CKANEXT__SPATIAL__COMMON_MAP__ATTRIBUTION='Map tiles by <a href="http://stamen.com">Stamen Design</a> (<a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>). Data by <a href="http://openstreetmap.org">OpenStreetMap</a> (<a href="http://creativecommons.org/licenses/by-sa/3.0">CC BY SA</a>)'
|
||||
CKANEXT__SPATIAL__COMMON_MAP__CUSTOM__URL=http://a.tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||
CKANEXT__SPATIAL__COMMON_MAP__ATTRIBUTION='Map tiles by <a href="http://openstreetmap.org">OpenStreetMap</a> (<a href="http://creativecommons.org/licenses/by-sa/3.0">CC BY SA</a>)'
|
||||
|
||||
# ckanext-geoview
|
||||
CKANEXT__GEOVIEW__GEOJSON__MAX_FILE_SIZE=100000000
|
||||
|
|
|
@ -25,8 +25,8 @@ allowed_ips=127.0.0.1
|
|||
[metadata:main]
|
||||
identification_title=Sample Geospatial Catalogue
|
||||
identification_abstract=OGC CSW server powered by pycsw
|
||||
identification_keywords=catalogue,discovery,metadata
|
||||
#identification_keywords_type=theme
|
||||
identification_keywords=catalogue,discovery,metadata,spatial
|
||||
identification_keywords_type=theme
|
||||
identification_fees=None
|
||||
identification_accessconstraints=None
|
||||
provider_name=Sample
|
||||
|
|
Loading…
Reference in New Issue