c2cgeoportal-geoportal 2.9.0.189__py3-none-any.whl → 2.9.0.194__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -691,6 +691,8 @@ def includeme(config: pyramid.config.Configurator) -> None:
691
691
  request_method=("GET", "POST", "PUT", "DELETE", "PATCH"),
692
692
  )
693
693
  add_cors_route(config, "/mapserv_proxy", "mapserver")
694
+ add_cors_route(config, "/mapserv_proxy/{ogcserver}/ogcapi/*path", "mapserver_ogcapi_mapserver")
695
+ add_cors_route(config, "/mapserv_proxy/{ogcserver}/wfs3/*path", "mapserver_ogcapi_qgisserver")
694
696
 
695
697
  # Add route to the tinyows proxy
696
698
  config.add_route("tinyowsproxy", "/tinyows_proxy", pregenerator=C2CPregenerator(role=True))
@@ -351,6 +351,8 @@ mapping:
351
351
  themes: *header
352
352
  fulltextsearch: *header
353
353
  mapserver: *header
354
+ mapserver_ogcapi_mapserver: *header
355
+ mapserver_ogcapi_qgisserver: *header
354
356
  tinyows: *header
355
357
  layers: *header
356
358
  print: *header
@@ -1191,6 +1191,8 @@ vars:
1191
1191
  print: *auth_header
1192
1192
  fulltextsearch: *auth_header
1193
1193
  mapserver: *auth_header
1194
+ mapserver_ogcapi_mapserver: *auth_header
1195
+ mapserver_ogcapi_qgisserver: *auth_header
1194
1196
  tinyows: *auth_header
1195
1197
  layers:
1196
1198
  <<: *auth_header
@@ -1434,6 +1436,12 @@ runtime_postprocess:
1434
1436
  - headers.mapserver.access_control_max_age
1435
1437
  - headers.mapserver.cache_control_max_age
1436
1438
  - headers.mapserver.cache_control_max_age_nocache
1439
+ - headers.mapserver_ogcapi_mapserver.access_control_max_age
1440
+ - headers.mapserver_ogcapi_mapserver.cache_control_max_age
1441
+ - headers.mapserver_ogcapi_mapserver.cache_control_max_age_nocache
1442
+ - headers.mapserver_ogcapi_qgisserver.access_control_max_age
1443
+ - headers.mapserver_ogcapi_qgisserver.cache_control_max_age
1444
+ - headers.mapserver_ogcapi_qgisserver.cache_control_max_age_nocache
1437
1445
  - headers.tinyows.access_control_max_age
1438
1446
  - headers.tinyows.cache_control_max_age
1439
1447
  - headers.tinyows.cache_control_max_age_nocache
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cgeoportal-geoportal
3
- Version: 2.9.0.189
3
+ Version: 2.9.0.194
4
4
  Summary: c2cgeoportal geoportal
5
5
  Home-page: https://github.com/camptocamp/c2cgeoportal/
6
6
  Author: Camptocamp
@@ -1,4 +1,4 @@
1
- c2cgeoportal_geoportal/__init__.py,sha256=A3Q4xMcX4stbklxdi-SlaloBsmS7CaVo7PkNLYxdSiU,39789
1
+ c2cgeoportal_geoportal/__init__.py,sha256=DMoU-3sCR_yJb-dCddKrLfVA3MKiel8fy7byGBHbM5w,39988
2
2
  c2cgeoportal_geoportal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  c2cgeoportal_geoportal/resources.py,sha256=n42Gns8DKw32GstDoUdNgud6xdAidaRwgAuNHqGH-c4,2158
4
4
  c2cgeoportal_geoportal/lib/__init__.py,sha256=_67fO_aXQZRnxPXcShHBcs38mdYU5ch0FNX89RwMTgA,10431
@@ -140,8 +140,8 @@ c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/.upgrade.yaml,s
140
140
  c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/CONST_CHANGELOG.txt,sha256=l-LxuoecCzWi8avbX8RDC5audvYzQ5uFIr59jSdbXsc,11901
141
141
  c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/CONST_create_template/tests/test_testapp.py,sha256=FNZI6uMsZttVpWi0_TEmBgV6MjQDUmE5ar9be3FFkV8,1794
142
142
  c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/.CONST_vars.yaml.swp,sha256=ZaB6IqVy0WDyGXRP7VQf8_LL_wjccSdthJtdIzw8FmE,16384
143
- c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_config-schema.yaml,sha256=yGKWjxc_U50dOpgknUwdAUHg1HK0Txn4fhEC1KeKg9c,23603
144
- c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_vars.yaml,sha256=3Ku3X6qt2e70i6xss-NgFAWIXwKOrE3dkDAYw1cs-Ok,48848
143
+ c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_config-schema.yaml,sha256=XUtfJo3UNryr-a6RMxxi3K3XazfYL5WXN6vrreJYrUI,23696
144
+ c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_vars.yaml,sha256=cPixKYiSPsW9k0d0_6g_eKdHnwMD1NTmWKWyzKQCuTU,49350
145
145
  c2cgeoportal_geoportal/scripts/__init__.py,sha256=hHwjhQaM_T2EaupeFIyjl0N67Bcl3M99UMcCdYAjQlQ,2929
146
146
  c2cgeoportal_geoportal/scripts/c2cupgrade.py,sha256=oWgl5ngJaUVXDKJqJ33aZB8ET_XcFxsYZb18KqO4-yo,36825
147
147
  c2cgeoportal_geoportal/scripts/create_demo_theme.py,sha256=-SL-fvAPjgiJZEKYcbhXsZm713txhtWQB18X231k6xQ,3263
@@ -187,8 +187,8 @@ tests/test_mapserverproxy_route_predicate.py,sha256=SzILSSzIuilzIkUYVPZiVzLwW1du
187
187
  tests/test_raster.py,sha256=82NJ2MXgZlMqs0ytN-VgNw376iURdk4PkAg__dyh5ns,11948
188
188
  tests/test_wmstparsing.py,sha256=xjA8nJuXFl3H5Bfs4sJw_8qX8E8qvAALK7Hs2-DTP2A,9054
189
189
  tests/xmlstr.py,sha256=rkTKSU4FGjupBKLx75H8o-goB0KbQrxDvdpc6xVX_uQ,5985
190
- c2cgeoportal_geoportal-2.9.0.189.dist-info/METADATA,sha256=UmDt1ju9VKZNjEL2Qcr33Ak4LFpR9bw-aiggl5blqFQ,1923
191
- c2cgeoportal_geoportal-2.9.0.189.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
192
- c2cgeoportal_geoportal-2.9.0.189.dist-info/entry_points.txt,sha256=3dnX260FsLX_AubeNMdyeta_z1X4CxcD3steAlfPx2I,1414
193
- c2cgeoportal_geoportal-2.9.0.189.dist-info/top_level.txt,sha256=PJIbY7Nx51dDrJ052f5mDA7c6Tehm5aD-Gb32L_CtJA,29
194
- c2cgeoportal_geoportal-2.9.0.189.dist-info/RECORD,,
190
+ c2cgeoportal_geoportal-2.9.0.194.dist-info/METADATA,sha256=bm0gc99kmp0uj56fzVZ7VuopRt4RveslB59Q6V6d_Tk,1923
191
+ c2cgeoportal_geoportal-2.9.0.194.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
192
+ c2cgeoportal_geoportal-2.9.0.194.dist-info/entry_points.txt,sha256=3dnX260FsLX_AubeNMdyeta_z1X4CxcD3steAlfPx2I,1414
193
+ c2cgeoportal_geoportal-2.9.0.194.dist-info/top_level.txt,sha256=PJIbY7Nx51dDrJ052f5mDA7c6Tehm5aD-Gb32L_CtJA,29
194
+ c2cgeoportal_geoportal-2.9.0.194.dist-info/RECORD,,