Commit Graph

965 Commits

Author SHA1 Message Date
Alessio Fabrizio a3954d7eac Merge pull request 'Update spatial to v2.1.1 and added d4science customization' (#1) from d4science_custom into main
Reviewed-on: #1
2024-12-20 15:40:28 +01:00
Alessio Fabrizio 5e2c60c624 add comment 2024-12-20 11:18:31 +01:00
Alessio Fabrizio 6c002dfdbd feat: 💩 add d4science customization
add d4science_resource type
2024-12-20 09:41:12 +01:00
Alessio Fabrizio 58ac3694b6 Merge branch 'd4science_custom' of https://code-repo.d4science.org/CatalogueRevamping/spatial-d4science into d4science_custom 2024-12-20 09:40:08 +01:00
Alessio Fabrizio bd6de2882a feat: add customization
update d4science customization on 2.10 plugin
2024-12-11 15:42:55 +01:00
Alessio Fabrizio 856e36655b publish branch 2024-12-11 14:16:19 +01:00
Alessio Fabrizio 90eb057e5f Merge branch '2.10-support' 2024-12-11 12:57:17 +01:00
Alessio Fabrizio 28de8fe755 Initial commit 2024-12-11 12:45:12 +01:00
amercader 9383084698 Bump version 2023-11-10 15:37:17 +01:00
Adrià Mercader 7350dbd4bc
Merge pull request #320 from GSA/iis-date-parser
add more date parser for IIS server
2023-11-10 15:35:47 +01:00
Fuhu Xia 0beefa24a7 indentation 2023-11-09 13:58:00 -05:00
Ian Ward fe13b30d75
Merge pull request #321 from ckan/Zharktas-patch-2
latest pyproj requires python 3.10, lock the version to released 3.6.1
2023-11-09 08:15:39 -05:00
Jari Voutilainen 7e70dbe02c
latest pyproj requires python 3.10, lock the version to released 3.6.1 2023-11-09 11:52:31 +02:00
Fuhu Xia 733cfdc870 add more date parser for IIS server 2023-11-08 13:08:11 -05:00
amercader 7883860627 Install package in doc build 2023-10-31 23:10:12 +01:00
amercader bbbcaffd72 Fix namespace 2023-10-31 23:03:17 +01:00
amercader 08bcf6c778 Add RTD conf file 2023-10-31 22:57:05 +01:00
amercader 9c866b1063 Bump version 2023-10-31 22:51:29 +01:00
amercader 35363e6f2b Merge branch 'drop-py2-suppoert' 2023-10-31 21:30:52 +01:00
amercader 5709e3cdb2 Remove old hook variants 2023-10-31 21:06:24 +01:00
amercader d9b53b4aee Fix hash command in workflow 2023-10-31 15:57:33 +01:00
amercader dee8ffed97 Drop support for Python 2 2023-10-31 15:50:02 +01:00
amercader b4e9d97020 Drop support for PostGIS search backend 2023-10-31 15:18:41 +01:00
amercader 7d83b71fe3 Merge branch 'master' of github.com:ckan/ckanext-spatial 2023-10-31 13:29:26 +01:00
Adrià Mercader 7d39faa027
Merge pull request #311 from ckan/Zharktas-patch-1
Use csw2 from owslib
2023-10-31 13:28:56 +01:00
Adrià Mercader 28c82eb5ff
Merge pull request #312 from GSA/master-upstream
change str validator to unicode_safe
2023-10-31 13:28:09 +01:00
Adrià Mercader 5173dc7ba8
Merge pull request #318 from mmdolbow/patch-1
Update install.rst
2023-10-31 13:26:57 +01:00
amercader fe76eb7534 Use proper version in docs 2023-10-31 13:24:40 +01:00
amercader 0ff55b8c2e Merge branch 'base-layer-tiles' 2023-10-31 13:21:19 +01:00
amercader 43d9407c89 Update base layer documentation 2023-10-31 13:16:58 +01:00
amercader c9ca902871 Remove attribution as this is handled in the map itself 2023-10-31 12:24:03 +01:00
amercader c69235f34b Use leaflet-providers library to handle base tile layer
Rather than manually handle the base Leaflet layer, defer it to the
Leaflet-providers library [1], which allows integrating many different
providers. We no longer default to any tile set provider, as they all
require registration. If no provider is set in config, a notice is
displayed to users pointing to the documentation page.

To set a provider in most cases only two options are needed, eg:

    ckanext.spatial.common_map.type = Stadia.StamenTerrain
    ckanext.spatial.common_map.apikey = <api_key>

or:

    ckanext.spatial.common_map.type = MapBox
    ckanext.spatial.common_map.id = <map_id>
    ckanext.spatial.common_map.accessToken = <access_token>

The old `mapbox`, `wms` and `custom` modes are kept for backwards
compatibility.

[1] https://github.com/leaflet-extras/leaflet-providers
2023-10-31 12:16:18 +01:00
Mike Dolbow 507f67e36c
Update install.rst
just fixing a few typos and some style/writing suggestions
2023-10-30 11:18:55 -05:00
Adrià Mercader 78ef3ba215
Merge pull request #316 from GSA/iis
detecting Microsoft-IIS server
2023-10-25 15:19:16 +02:00
Fuhu Xia d235f8d9c5 detecting Microsoft-IIS server 2023-09-22 10:03:58 -04:00
amercader e59a295431 Don't use bultin functions as validators on harvesters 2023-09-01 13:54:29 +02:00
Adrià Mercader 8471e63f5a
Merge pull request #313 from avdata99/301_fix_reqs
Fix requirements
2023-07-31 16:00:47 +02:00
avdata99 c8fd28c251 remove custom install for CKAN 2.10 2023-07-27 12:12:35 -03:00
avdata99 961f00fe5b Try to fix reqs 2023-07-27 12:11:52 -03:00
avdata99 208781f6b5 fix ckan 2.10 test 2023-07-26 11:26:04 -03:00
avdata99 c82c39b8e3 v 2023-07-26 11:17:49 -03:00
avdata99 fbb2bde701 Split harvester versions 2023-07-26 11:06:50 -03:00
avdata99 9534052bcc Split harvter version 2023-07-26 10:56:45 -03:00
avdata99 e808f02702 Fix pyproj req 2023-07-26 10:39:06 -03:00
avdata99 5e0b7db10d Fix requirements 2023-07-25 14:23:40 -03:00
Fuhu Xia fea831e432 change str validator to unicode_safe 2023-07-25 11:53:12 -04:00
Jari Voutilainen 0e236ccd7e
Use csw2 from owslib 2023-07-24 13:33:19 +03:00
amercader 7091f4b7f2 Correct wrong method number in docs 2023-06-09 15:25:25 +02:00
Adrià Mercader 1205d3aa40
Merge pull request #306 from ckan/handle-missing-geometry
TypeError when spatial is missing
2023-04-11 12:19:22 +02:00
Sergey Motornyuk d5cee0b148 chore: restore empty line 2023-04-11 11:24:52 +03:00