Skip to content

Commit f9ef591

Browse files
committed
ajout maisons de santé dans les filtres
1 parent 9d43657 commit f9ef591

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

src/app/carte/carte.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class CarteComponent implements OnInit {
3030
style: "simpleadminexpress"
3131
}),
3232
new GeoportalLayerWFS({
33-
layer: "services_publics_test_20250616:carto_sp_interne",
33+
layer: "services_publics_test_20250925:carto_sp_interne",
3434
maxFeatures: 3000,
3535
olParams : {
3636
minZoom: 9,
@@ -65,7 +65,7 @@ export class CarteComponent implements OnInit {
6565
return null;
6666
}
6767
//@ts-ignore
68-
if(layer.name === "services_publics_test_20250616:carto_sp_interne"){
68+
if(layer.name === "services_publics_test_20250925:carto_sp_interne"){
6969
return feature;
7070
}else{
7171
return null;

src/app/controls/layerswitcher/layerswitcher.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class LayerswitcherComponent implements OnInit {
2828
});
2929

3030
this.control.addEventListener("layerswitcher:add", function (e: any) {
31-
if(e.layer.name != undefined && e.target._layers[2] != undefined && e.target._layers[2].name == "services_publics_test_20250616:carto_sp_interne"){
31+
if(e.layer.name != undefined && e.target._layers[2] != undefined && e.target._layers[2].name == "services_publics_test_20250925:carto_sp_interne"){
3232
e.target._lastZIndex++;
3333
e.target._layers[2].layer.values_.zIndex = e.target._lastZIndex;
3434
e.target._updateLayersOrder();

src/app/controls/spwfsfilter/spwfsfilter.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export class SpwfsfilterComponent implements OnInit {
5050
"Maison départementale des personnes handicapées (MDPH)",
5151
"Mutualité sociale agricole (MSA)",
5252
"Service d’aide médicale urgente (Samu)",
53-
"Union de recouvrement des cotisations de sécurité sociale et d’allocations familiales (Urssaf)"
53+
"Union de recouvrement des cotisations de sécurité sociale et d’allocations familiales (Urssaf)",
54+
"Maison de santé (L.6223-3)"
5455
]
5556
},
5657
"Travail, emploi, formation": {
@@ -98,7 +99,7 @@ export class SpwfsfilterComponent implements OnInit {
9899
this.control = new WfsFilter({
99100
position: "top-left",
100101
panel: true,
101-
cartospLayerName: "services_publics_test_20250616:carto_sp_interne",
102+
cartospLayerName: "services_publics_test_20250925:carto_sp_interne",
102103
cartospThemesInfo: ThemesInfo
103104
});
104105

src/assets/customConfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"total_sante_nb_orthophonistes$GEOPORTAIL:OGC:WMS",
5050
"total_sante_nb_sagesfemmes$GEOPORTAIL:OGC:WMS",
5151
"services_publics_test_20250616:carto_sp_interne$GEOPORTAIL:OGC:WFS",
52-
"services_publics_test_20250610:carto_sp_interne$GEOPORTAIL:OGC:WFS",
52+
"services_publics_test_20250925:carto_sp_interne$GEOPORTAIL:OGC:WFS",
5353
"frequentation_SP_permanences$GEOPORTAIL:OGC:WMS",
5454
"frequentation_SP_v3$GEOPORTAIL:OGC:WMS",
5555
"cpts_20250513$GEOPORTAIL:OGC:WMS"
@@ -5634,9 +5634,9 @@
56345634
],
56355635
"formats": []
56365636
},
5637-
"services_publics_test_20250610:carto_sp_interne$GEOPORTAIL:OGC:WFS": {
5638-
"name": "services_publics_test_20250610:carto_sp_interne",
5639-
"title": "Services publics jeu test du 10/06/2025",
5637+
"services_publics_test_20250925:carto_sp_interne$GEOPORTAIL:OGC:WFS": {
5638+
"name": "services_publics_test_20250925:carto_sp_interne",
5639+
"title": "Services publics jeu test du 25/09/2025",
56405640
"description": "Ce jeu de données est un jeu de données tests. Il contient les données de services publics sur trois départements pilotes Indre, Nord, Hautes Alpes.",
56415641
"globalConstraint": {
56425642
"minScaleDenominator": 0.0,

0 commit comments

Comments
 (0)