Skip to content
Snippets Groups Projects
Commit f2f2db73 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fixed import (ckanext-spatial >= 2.0.0)

parent 2a81e183
Branches
Tags
1 merge request!50Upgraded to CKAN 2.10
......@@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Replaced `before_search` with `before_dataset_search`
- Replaced `after_search` with `after_dataset_search`
- Replaced `before_index` with `before_dataset_index`
- Updated minimu version of ckanext-spatial extension to `2.0.0`.
## [2.1.0]
......@@ -76,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Removed support for old CKAN versions prior 2.9.
- Python 2 support has been dropped to align with the latest standards and focus on Python 3 compatibility.
- ICAP support has been removed. Please note that the functionality associated with ICAP is no longer available.
- Matomo support has been discontinued. Matomo-related features will no longer be accessible.
......
# -*- coding: utf-8 -*-
from ckanext.spatial.model.harvested_metadata import MappedXmlDocument, MappedXmlElement
from ckanext.spatial.harvested_metadata import MappedXmlDocument, MappedXmlElement
class StatistikNordDocumentElement(MappedXmlElement):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment