From bbdaec76a156949eccce466c1817b91d32f43a6c Mon Sep 17 00:00:00 2001 From: mjanez <96422458+mjanez@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:07:11 +0200 Subject: [PATCH] Update default basemap and pycsw conf --- .env.example | 4 ++-- ckan-pycsw/pycsw/conf/pycsw.conf.template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 60c515a..f28ebcc 100644 --- a/.env.example +++ b/.env.example @@ -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 Stamen Design (CC BY 3.0). Data by OpenStreetMap (CC BY SA)' +CKANEXT__SPATIAL__COMMON_MAP__CUSTOM__URL=http://a.tile.openstreetmap.org/{z}/{x}/{y}.png +CKANEXT__SPATIAL__COMMON_MAP__ATTRIBUTION='Map tiles by OpenStreetMap (CC BY SA)' # ckanext-geoview CKANEXT__GEOVIEW__GEOJSON__MAX_FILE_SIZE=100000000 diff --git a/ckan-pycsw/pycsw/conf/pycsw.conf.template b/ckan-pycsw/pycsw/conf/pycsw.conf.template index 87826a3..beaa481 100644 --- a/ckan-pycsw/pycsw/conf/pycsw.conf.template +++ b/ckan-pycsw/pycsw/conf/pycsw.conf.template @@ -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