Skip to content

Commit

Permalink
Replace deperecated site_type by archaeological_site #2082
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Dec 3, 2023
1 parent 040bf3d commit b9919ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions analysers/analyser_merge_poi_FR.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def __init__(self, config, logger = None):
level = 3,
title = T_('Menhir not integrated'),
select = {'nature': 'Mégalithe', 'nature_detaillee': 'Menhir'},
tags = {'historic': 'archaeological_site', 'site_type': 'megalith', 'megalith_type': 'menhir'},
tags = {'historic': 'archaeological_site', 'archaeological_site': 'megalith', 'megalith_type': 'menhir'},
),
dict(
# 1601 Dolmen
Expand All @@ -196,7 +196,7 @@ def __init__(self, config, logger = None):
level = 3,
title = T_('Dolmen not integrated'),
select = {'nature': 'Mégalithe', 'nature_detaillee': 'Dolmen'},
tags = {'historic': 'archaeological_site', 'site_type': 'megalith', 'megalith_type': 'dolmen'},
tags = {'historic': 'archaeological_site', 'archaeological_site': 'megalith', 'megalith_type': 'dolmen'},
),
dict(
# 377 Tumulus
Expand All @@ -205,7 +205,7 @@ def __init__(self, config, logger = None):
level = 3,
title = T_('Tumulus not integrated'),
select = {'nature': 'Mégalithe', 'nature_detaillee': 'Tumulus'},
tags = {'historic': 'archaeological_site', 'site_type': 'tumulus'},
tags = {'historic': 'archaeological_site', 'archaeological_site': 'tumulus'},
),
dict(
# 188 Allée couverte
Expand All @@ -214,7 +214,7 @@ def __init__(self, config, logger = None):
level = 3,
title = T_('Passage grave not integrated'),
select = {'nature': 'Mégalithe', 'nature_detaillee': 'Allée couverte'},
tags = {'historic': 'archaeological_site', 'site_type': 'megalith', 'megalith_type': 'passage_grave'},
tags = {'historic': 'archaeological_site', 'archaeological_site': 'megalith', 'megalith_type': 'passage_grave'},
),
# 61 Cairn
# 55 Cromlech
Expand Down

0 comments on commit b9919ca

Please sign in to comment.