c2cgeoportal-geoportal 2.9rc58__py3-none-any.whl → 2.9rc62__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.
@@ -2,7 +2,6 @@ from pyramid.config import Configurator
2
2
 
3
3
  import {{cookiecutter.package}}_geoportal.authentication
4
4
  import {{cookiecutter.package}}_geoportal.dev
5
- import {{cookiecutter.package}}_geoportal.multi_organization
6
5
  import {{cookiecutter.package}}_geoportal.multi_tenant
7
6
  from c2cgeoportal_geoportal import add_interface_config, locale_negotiator
8
7
  from c2cgeoportal_geoportal.lib.i18n import LOCALE_PATH
@@ -29,7 +28,6 @@ def main(global_config, **settings):
29
28
 
30
29
  config.include("c2cgeoportal_geoportal")
31
30
 
32
- config.include({{cookiecutter.package}}_geoportal.multi_organization.includeme)
33
31
  config.include({{cookiecutter.package}}_geoportal.multi_tenant.includeme)
34
32
 
35
33
  # Scan view decorator for adding routes
@@ -530,20 +530,21 @@ vars:
530
530
  - name: searchAlias
531
531
  type: list
532
532
  description: >
533
- Comma separated list of search aliases (keywords) to be added to the tsearch.ts field for
534
- the considered tree item (theme, layer group or layer), that is to say that considered
535
- tree item will match when searching for the search aliases.
533
+ Comma-separated list of search aliases (keywords) to be added to the tsearch.ts field for
534
+ the specified tree item (theme, layer group or layer). The tree item will match when
535
+ searching for any of these aliases.
536
536
  relevant_for:
537
537
  - treeitem
538
538
  - name: searchLabelPattern
539
539
  description: >
540
- Template string for the label of tree items in the search results, for example: "{name} ({theme})"
540
+ Template string for the label of tree items in search results, for example:
541
+ <code>{name} ({theme})</code>.
541
542
  Supported parameters:
542
543
  <ul>
543
- <li>name (name of the tree item)</li>
544
- <li>parent (parent of the item, may be a group, a block or a theme)</li>
545
- <li>block (name of the block to which the item belongs)</li>
546
- <li>theme (name of the theme to which the item belongs)</li>
544
+ <li>name (name of the tree item)</li>
545
+ <li>parent (parent of the item, may be a group, block or theme)</li>
546
+ <li>block (name of the block to which the item belongs)</li>
547
+ <li>theme (name of the theme to which the item belongs)</li>
547
548
  </ul>
548
549
  relevant_for:
549
550
  - treeitem
@@ -551,33 +552,33 @@ vars:
551
552
  - name: exclusiveGroup
552
553
  type: boolean
553
554
  description: >
554
- Whether the group contains children that have to be mutually exclusive, meaning that only
555
- one child may be ON at any time.
555
+ Indicate that the group has mutually exclusive layers or groups, meaning only one can be activated
556
+ at a time.
556
557
  relevant_for:
557
558
  - layergroup
558
559
  - name: isExpanded
559
560
  type: boolean
560
561
  description: >
561
- Whether the layer group is expanded by default.
562
+ Indicates that the layer group should be expanded by default.
562
563
  relevant_for:
563
564
  - layergroup
564
565
  - name: printNativeAngle
565
566
  type: boolean
566
567
  description: >
567
- Whether the print should rotate the symbols.
568
+ Indicate that the print should preserve symbol rotation.
568
569
  relevant_for:
569
570
  - layergroup
570
571
  # Layer
571
572
  - name: copyable
572
573
  type: boolean
573
574
  description: >
574
- Whether the geometry from this data source can be copied to other data sources or not.
575
+ Indicate that geometries from this data source can be copied to other data sources.
575
576
  relevant_for:
576
577
  - layer_wms
577
578
  - name: legend
578
579
  type: boolean
579
580
  description: >
580
- Display the legend of this layer.
581
+ Indicates whether to display the legend for this layer.
581
582
  relevant_for:
582
583
  - layer_wms
583
584
  - layer_wmts
@@ -585,21 +586,21 @@ vars:
585
586
  - name: isLegendExpanded
586
587
  type: boolean
587
588
  description: >
588
- Whether the legend is expanded by default.
589
+ Indicate that the legend should be expanded by default.
589
590
  relevant_for:
590
591
  - layer_wms
591
592
  - layer_wmts
592
593
  - layer_cog
593
594
  - name: legendRule
594
595
  description: >
595
- The WMS "RULE" parameter used to display the icon in the layer tree. "Short version" of
596
- the "iconURL" metadata.
596
+ The WMS <code>RULE</code> parameter used to display the icon in the layer tree. This is a
597
+ "short version" of the <code>iconURL</code> metadata.
597
598
  relevant_for:
598
599
  - layer_wms
599
600
  - name: legendImage
600
601
  type: url
601
602
  description: >
602
- The URL to the image used as a legend in the layer tree.
603
+ URL of the image to use as legend in the layer tree.
603
604
  relevant_for:
604
605
  - layer_wms
605
606
  - layer_wmts
@@ -607,9 +608,9 @@ vars:
607
608
  - name: hiDPILegendImages
608
609
  type: json
609
610
  description: >
610
- The URLs to the hi DPI images used to print the legend of this layer.
611
- It will contain a JSON mapping object with the DPI as key and the URL as value.
612
- Note that the URL can't use the config scheme.
611
+ URLs of hi-DPI images used to print the layer legend.
612
+ JSON mapping object with DPI as key and URL as value.
613
+ Note: URLs cannot use the config scheme.
613
614
  relevant_for:
614
615
  - layer_wms
615
616
  - layer_wmts
@@ -617,7 +618,7 @@ vars:
617
618
  - name: iconUrl
618
619
  type: url
619
620
  description: >
620
- The URL of the icon to display in the layer tree.
621
+ URL of the icon to display in the layer tree.
621
622
  relevant_for:
622
623
  - layer_wms
623
624
  - layer_wmts
@@ -625,7 +626,7 @@ vars:
625
626
  - name: metadataUrl
626
627
  type: url
627
628
  description: >
628
- The URL to the information on this layer.
629
+ URL link to information about this layer.
629
630
  relevant_for:
630
631
  - layer_wms
631
632
  - layer_wmts
@@ -634,27 +635,27 @@ vars:
634
635
  - name: disclaimer
635
636
  translate: True
636
637
  description: >
637
- The disclaimer text for this element.
638
+ Disclaimer text for this element.
638
639
  relevant_for:
639
640
  - treeitem
640
641
  - name: isChecked
641
642
  type: boolean
642
643
  description: >
643
- Is the layer checked by default.
644
+ Indicate that the layer is checked by default.
644
645
  relevant_for:
645
646
  - layer_wms
646
647
  - layer_wmts
647
648
  - layer_cog
648
649
  - name: identifierAttributeField
649
650
  description: >
650
- The field used in the "display query window" as feature title.
651
+ Field to use as feature title in the display query window.
651
652
  relevant_for:
652
653
  - layer_wms
653
654
  - name: maxResolution
654
655
  type: float
655
656
  description: >
656
- The max resolution where the layer is visible. On WMTS layers it will
657
- have an effect on the node in the layertree but not on the layertree directly.
657
+ Maximum resolution at which the layer is visible. On WMTS layers, affects
658
+ the layertree node but not the layer itself.
658
659
  relevant_for:
659
660
  - layer_wms
660
661
  - layer_wmts
@@ -662,8 +663,8 @@ vars:
662
663
  - name: minResolution
663
664
  type: float
664
665
  description: >
665
- The min resolution where the layer is visible. On WMTS layers it will
666
- have an effect on the node in the layertree but not on the layer directly.
666
+ Minimum resolution at which the layer is visible. On WMTS layers, affects
667
+ the layertree node but not the layer itself.
667
668
  relevant_for:
668
669
  - layer_wms
669
670
  - layer_wmts
@@ -671,7 +672,7 @@ vars:
671
672
  - name: opacity
672
673
  type: float
673
674
  description: >
674
- Layer opacity. 1.0 means fully visible, 0 means invisible.
675
+ Layer opacity from <code>0</code> (invisible) to <code>1.0</code> (fully visible).
675
676
  relevant_for:
676
677
  - layer_wms
677
678
  - layer_wmts
@@ -679,50 +680,50 @@ vars:
679
680
  - name: thumbnail
680
681
  type: url
681
682
  description: >
682
- The icon visible in the background selector.
683
+ Icon URL to display in the background selector.
683
684
  relevant_for:
684
685
  - layer_wms
685
686
  - layer_wmts
686
687
  - layer_cog
687
688
  - name: timeAttribute
688
689
  description: >
689
- The name of the time attribute. For WMS(-T) layers.
690
+ Name of the time attribute for WMS(-T) layers.
690
691
  relevant_for:
691
692
  - layer_wms
692
693
  - name: geotablePrimaryKey
693
694
  description: >
694
- The name of the primary key field for edition.
695
+ Name of the primary key field used for editing.
695
696
  relevant_for:
696
697
  - layer_wms
697
698
  - name: lastUpdateDateColumn
698
699
  description: >
699
- Define a column which will be automatically filled with the date of the last edit.
700
+ Column to be automatically updated with the last modification date.
700
701
  relevant_for:
701
702
  - layer_wms
702
703
  - name: lastUpdateUserColumn
703
704
  description: >
704
- Define a column which will be automatically filled with the user of the last edit.
705
+ Column to be automatically updated with the user who made the last edit.
705
706
  relevant_for:
706
707
  - layer_wms
707
708
  - name: snappingConfig
708
709
  type: json
709
710
  description: >
710
- The snapping configuration for the layer. If set, even if empty, the layer is considered to be
711
- "snappable" and snapping is activated by default. To disable snapping by default, set "activated"
712
- to false. Example value: {"tolerance": 50, "edge": false}.
711
+ Snapping configuration for the layer. If defined (even if empty), the layer becomes
712
+ snappable with snapping enabled by default. Set <code>activated</code> to <code>false</code>
713
+ to disable default snapping. Example: <code>{"tolerance": 50, "edge": false}</code>.
713
714
  relevant_for:
714
715
  - layer_wms
715
716
  - name: geometryValidation
716
717
  type: boolean
717
718
  description: >
718
- Force validation of the geometries according to the layer type (point, line, polygon),
719
- for example, to prevent creation of a 2-point polygon.
719
+ Enable geometry validation according to layer type (point, line, polygon).
720
+ For example, prevents creation of 2-point polygons.
720
721
  relevant_for:
721
722
  - layer_wms
722
723
  - name: customOpenLayersOptions
723
724
  type: json
724
725
  description: >
725
- The custom OpenLayers WMS layer options.
726
+ Custom OpenLayers options for WMS layers.
726
727
  relevant_for:
727
728
  - layer_wms
728
729
  - layer_wmts
@@ -730,108 +731,105 @@ vars:
730
731
  - name: editingAttributesOrder
731
732
  type: list
732
733
  description: >
733
- Specify the order of the editable attributes in the edit interface.
734
+ Specify the order of editable attributes in the edit interface.
734
735
  relevant_for:
735
736
  - layer_wms
736
737
  - name: editingEnumerations
737
738
  type: json
738
739
  description: >
739
- Specify the value column and the order column on the relationship's target table of the
740
- enumeration.
740
+ Specify value column and order column for enumeration relationships.
741
741
  relevant_for:
742
742
  - layer_wms
743
743
  - name: readonlyAttributes
744
744
  type: list
745
745
  description: >
746
- Set attributes as read only in the Editing form.
746
+ Comma separated list of attributes to make read-only in the editing form.
747
747
  relevant_for:
748
748
  - layer_wms
749
749
  - name: queryIconPosition
750
750
  type: list
751
751
  description: >
752
- Values to define the shape (bbox) to use to query the layer. The values are used like a
753
- padding in css with 1, 2, 3 or 4 comma separated values: all / top-bottom, left-right /
754
- top, right-left, bottom / top, right, bottom, left.
752
+ Define query shape (bbox) padding values similar to CSS:
753
+ <code>all</code> or <code>top-bottom, left-right</code> or <code>top, right-left, bottom</code>
754
+ or <code>top, right, bottom, left</code>.
755
755
  relevant_for:
756
756
  - layer_wms
757
757
  - layer_wmts
758
758
  - layer_cog
759
759
  - name: editingSelectionAttribute
760
760
  description: >
761
- The field used in the selector tooltip to name the layer when multiple ones are selected on the map.
761
+ Field shown in selector tooltip to identify the layer when multiple layers are selected.
762
762
  relevant_for:
763
763
  - layer_wms
764
764
  # WMS
765
765
  - name: directedFilterAttributes
766
766
  type: list
767
767
  description: >
768
- List of attribute names which should have rules already ready when using the filter
769
- tools.
768
+ Comma separated list of attributes names which should have rules already ready when using the
769
+ filter tools.
770
770
  relevant_for:
771
771
  - layer_wms
772
772
  - name: enumeratedAttributes
773
773
  type: list
774
774
  description: >
775
- List of attribute names which have enumerated attribute values (for filters purpose).
775
+ Comma separated list of attributes that have enumerated values (for filtering).
776
776
  relevant_for:
777
777
  - layer_wms
778
778
  - name: protectedAttributes
779
779
  type: list
780
780
  description: >
781
- For QGIS server: List of attribute names that are protected, to be used with the `allowed_attributes` functionality.
781
+ For QGIS server: Comma separated list of protected attributes for use with the
782
+ <code>allowed_attributes</code> functionality.
782
783
  relevant_for:
783
784
  - layer_wms
784
785
  # WMTS layers
785
786
  - name: ogcServer
786
787
  description: >
787
- The corresponding OGC server for a WMTS layer.
788
+ The associated OGC server for WMTS layers, to be used with <code>wmsLayers</code>,
789
+ <code>printLayers</code> or <code>queryLayers</code>.
788
790
  relevant_for:
789
791
  - layer_wmts
790
792
  - layer_cog
791
793
  - name: wmsLayers
792
794
  description: >
793
- Corresponding WMS/WFS layers (comma separated) that will be used instead of the WMTS layer
794
- to do the query and for the print.
795
- An OGCServer metadata must be set with the name of the OGC server.
796
- See also printLayers and queryLayers metadata for more granularity.
795
+ Comma-separated list of WMS/WFS layers used instead of the WMTS layer for queries and printing.
796
+ Requires <code>OGCServer</code> metadata with server name.
797
+ See also <code>printLayers</code> and <code>queryLayers</code> for separate options.
797
798
  relevant_for:
798
799
  - layer_wmts
799
800
  - layer_cog
800
801
  - name: queryLayers
801
802
  description: >
802
- Corresponding WFS layers (comma separated) that will be used instead of the WMTS layer
803
- to do the query.
804
- An OGCServer metadata must be set with the name of the OGC server.
803
+ Comma-separated list or WFS layers used instead of the WMTS layer for queries.
804
+ Requires <code>OGCServer</code> metadata with server name.
805
805
  relevant_for:
806
806
  - layer_wmts
807
807
  - layer_cog
808
808
  - name: printLayers
809
809
  description: >
810
- Corresponding WMS layers (comma separated) that will be used instead of the WMTS layer
811
- for the print.
812
- Used to increase the quality of the printed layer, by using native rotation and
813
- generating an image in hi-DPI.
814
- An OGCServer metadata must be set with the name of the OGC server.
810
+ Comma-separated list of WMS layers used instead of the WMTS layer for printing.
811
+ Improves print quality with native rotation and hi-DPI support.
812
+ Requires <code>OGCServer</code> metadata with server name.
815
813
  relevant_for:
816
814
  - layer_wmts
817
815
  - layer_cog
818
816
  - name: maxQueryResolution
819
817
  type: float
820
818
  description: >
821
- The max resolution where the layer is queryable.
819
+ Maximum resolution at which the layer is queryable.
822
820
  relevant_for:
823
821
  - layer_wmts
824
822
  - layer_cog
825
823
  - name: minQueryResolution
826
824
  type: float
827
825
  description: >
828
- The min resolution where the layer is queryable.
826
+ Minimum resolution at which the layer is queryable.
829
827
  relevant_for:
830
828
  - layer_wmts
831
829
  - layer_cog
832
830
  - name: timeout
833
831
  type: float
834
- description: The fetch capabilities timeout in seconds. Use `300` by default.
832
+ description: Fetch capabilities timeout in seconds (default <code>300</code>).
835
833
  relevant_for:
836
834
  - layer_wmts
837
835
 
@@ -841,49 +839,47 @@ vars:
841
839
  - name: default_basemap
842
840
  single: true
843
841
  description: >
844
- The background layer to load when the user select this theme.
842
+ Background layer to load when this theme is selected.
845
843
  relevant_for:
846
844
  - theme
847
845
  - name: default_theme
848
846
  single: true
849
847
  description: >
850
- The theme to load when the user log in.
848
+ Theme to load when user logs in.
851
849
  relevant_for:
852
850
  - role
853
851
  - name: print_template
854
852
  description: >
855
- Grant access to considered print template.
853
+ Grant access to specific print templates.
856
854
  relevant_for:
857
855
  - role
858
856
  - name: mapserver_substitution
859
857
  relevant_for:
860
858
  - role
861
859
  description: >
862
- MapServer substitution of a variable in the mapfile.
863
- See the documentation here:
864
- https://camptocamp.github.io/c2cgeoportal/{{cookiecutter.geomapfish_main_version}}/administrator/mapfile.html?highlight=mapserver_substitution#variable-substitution
860
+ MapServer variable substitution in mapfile.
861
+ Documentation: https://camptocamp.github.io/c2cgeoportal/{{cookiecutter.geomapfish_main_version}}/administrator/mapfile.html?highlight=mapserver_substitution#variable-substitution
865
862
  - name: filterable_layers
866
863
  description: >
867
- Grant access for filtering considered layer.
864
+ Grant filtering access to specific layers.
868
865
  relevant_for:
869
866
  - role
870
867
  - name: preset_layer_filter
871
868
  single: true
872
869
  description: >
873
- Name of the layer (data source) to select in the filter tool upon loading an application.
870
+ Name of layer to pre-select in filter tool when loading application.
874
871
  relevant_for:
875
872
  - role
876
873
  - name: open_panel
877
874
  single: true
878
875
  description: >
879
- Name of a panel to open upon loading an application.
876
+ Name of panel to open when loading application.
880
877
  relevant_for:
881
878
  - role
882
879
  - name: allowed_attributes
883
880
  description: >
884
- For QGIS server: List of protected attribute names that we can access, to be used with the `protectedAttributes` metadata.
885
-
886
- Syntax: <WMS layer name>:<attribute name>,<attribute name>,...
881
+ For QGIS server: List of protected attributes (use with `protectedAttributes` metadata).
882
+ Format: `<WMS layer name>:<attribute name>,<attribute name>,...`
887
883
  relevant_for:
888
884
  - role
889
885
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cgeoportal-geoportal
3
- Version: 2.9rc58
3
+ Version: 2.9rc62
4
4
  Summary: c2cgeoportal geoportal
5
5
  Home-page: https://github.com/camptocamp/c2cgeoportal/
6
6
  Author: Camptocamp
@@ -44,11 +44,10 @@ c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoport
44
44
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/webpack.apps.js,sha256=jjfTSIbQMwsoHwRtm5nEzsRjQETBQMOFPtfFVQwiHoo,2009
45
45
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/webpack.commons.js,sha256=0i3s1Bi1pKQzCxTR-tfAxLsHWq3SEUF7Cw5YJxMBzMM,216
46
46
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/webpack.config.js,sha256=IFHj1YVu2aitTtQWVV6E5BaU0YDHz1qeoixaLbtRXPA,643
47
- c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/__init__.py,sha256=Jp8fCZv5kBWg0bzaW0STdO-ALk67LPTD47ZzlSHRHRU,1415
47
+ c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/__init__.py,sha256=u5R-1oSRn-KraRUMFqk0o2Jwd935HM7z18DICJOG9Qo,1270
48
48
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/authentication.py,sha256=mjPjpZfgPPeMneKe4u95aPYIJlWcUpbSsR5-3ObWirA,426
49
49
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/dev.py,sha256=2Et_4LUWO_82DAYsPxEnH5yCX0YVY2XPhv9pzOTl8Zs,387
50
50
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/models.py,sha256=_l0vjJq6O-p2angXFtzqRy2cWU1sZz8FvPbYA6XZ0tA,285
51
- c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/multi_organization.py,sha256=LqDmLmehuiIXvvs2HAtNISHPBdnzvW2rYPqhN2lqpIs,152
52
51
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/multi_tenant.py,sha256=LqDmLmehuiIXvvs2HAtNISHPBdnzvW2rYPqhN2lqpIs,152
53
52
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/resources.py,sha256=8Ey8_zvzge1A9yid7LDggHZlulbWsm21gM6Mf9LgzlI,270
54
53
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/subscribers.py,sha256=8ChZ7xVzcaOqRXIErrO4JtJqEnGWJ3y1C6Tu0ExjwGs,1352
@@ -142,7 +141,7 @@ c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/CONST_CHANGELOG
142
141
  c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/CONST_create_template/tests/test_testapp.py,sha256=FNZI6uMsZttVpWi0_TEmBgV6MjQDUmE5ar9be3FFkV8,1794
143
142
  c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/.CONST_vars.yaml.swp,sha256=ZaB6IqVy0WDyGXRP7VQf8_LL_wjccSdthJtdIzw8FmE,16384
144
143
  c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_config-schema.yaml,sha256=yGKWjxc_U50dOpgknUwdAUHg1HK0Txn4fhEC1KeKg9c,23603
145
- c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_vars.yaml,sha256=9xw8yzmm2LrA7XNQDpD4KR--xEkKwUPnm6MyTqmB1cA,49113
144
+ c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_vars.yaml,sha256=tdHRMVdcRSFjWXQMJSJtyjDxhCDYgzrTnecOtNEdZWo,48849
146
145
  c2cgeoportal_geoportal/scripts/__init__.py,sha256=hHwjhQaM_T2EaupeFIyjl0N67Bcl3M99UMcCdYAjQlQ,2929
147
146
  c2cgeoportal_geoportal/scripts/c2cupgrade.py,sha256=7smnq2yxs1hAF1CiyE9WfgAqNKjjtrtHevY321i-wio,36826
148
147
  c2cgeoportal_geoportal/scripts/create_demo_theme.py,sha256=-SL-fvAPjgiJZEKYcbhXsZm713txhtWQB18X231k6xQ,3263
@@ -188,8 +187,8 @@ tests/test_mapserverproxy_route_predicate.py,sha256=SzILSSzIuilzIkUYVPZiVzLwW1du
188
187
  tests/test_raster.py,sha256=82NJ2MXgZlMqs0ytN-VgNw376iURdk4PkAg__dyh5ns,11948
189
188
  tests/test_wmstparsing.py,sha256=xjA8nJuXFl3H5Bfs4sJw_8qX8E8qvAALK7Hs2-DTP2A,9054
190
189
  tests/xmlstr.py,sha256=rkTKSU4FGjupBKLx75H8o-goB0KbQrxDvdpc6xVX_uQ,5985
191
- c2cgeoportal_geoportal-2.9rc58.dist-info/METADATA,sha256=6ZumYTrKWkXfGvi8QUoOT8z7entPIAAeJP9sZmsOwL0,1886
192
- c2cgeoportal_geoportal-2.9rc58.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
193
- c2cgeoportal_geoportal-2.9rc58.dist-info/entry_points.txt,sha256=3dnX260FsLX_AubeNMdyeta_z1X4CxcD3steAlfPx2I,1414
194
- c2cgeoportal_geoportal-2.9rc58.dist-info/top_level.txt,sha256=PJIbY7Nx51dDrJ052f5mDA7c6Tehm5aD-Gb32L_CtJA,29
195
- c2cgeoportal_geoportal-2.9rc58.dist-info/RECORD,,
190
+ c2cgeoportal_geoportal-2.9rc62.dist-info/METADATA,sha256=w8jHmIw-H8QXOjj6dadFWicaNEmsA5ERqXk74pvLtyo,1886
191
+ c2cgeoportal_geoportal-2.9rc62.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
192
+ c2cgeoportal_geoportal-2.9rc62.dist-info/entry_points.txt,sha256=3dnX260FsLX_AubeNMdyeta_z1X4CxcD3steAlfPx2I,1414
193
+ c2cgeoportal_geoportal-2.9rc62.dist-info/top_level.txt,sha256=PJIbY7Nx51dDrJ052f5mDA7c6Tehm5aD-Gb32L_CtJA,29
194
+ c2cgeoportal_geoportal-2.9rc62.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- from pyramid.config import Configurator
2
-
3
-
4
- def includeme(config: Configurator) -> None:
5
- """Initialize the multi-tenant."""
6
-
7
- del config # Unused