Skip to content

Commit

Permalink
Fix item conflict, move analyser_merge_radio_support_FR to 839x osm-f…
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Oct 3, 2019
1 parent d8b4073 commit ee96376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions analysers/analyser_merge_radio_support_FR.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
class _Analyser_Merge_Radio_Support_FR(Analyser_Merge):
def __init__(self, config, logger, clas, NAT_IDs, title, tags_select, tags_generate):

self.missing_official = {"item":"8370", "class": 1+10*clas, "level": 3, "tag": ["merge"], "desc": T_f(u"Radio support (%s) not integrated" % title) }
self.possible_merge = {"item":"8371", "class": 3+10*clas, "level": 3, "tag": ["merge"], "desc": T_f(u"Radio support (%s), integration suggestion" % title) }
self.update_official = {"item":"8372", "class": 4+10*clas, "level": 3, "tag": ["merge"], "desc": T_f(u"Radio support (%s) update" % title) }
self.missing_official = {"item":"8390", "class": 1+10*clas, "level": 3, "tag": ["merge"], "desc": T_f(u"Radio support (%s) not integrated" % title) }
self.possible_merge = {"item":"8391", "class": 3+10*clas, "level": 3, "tag": ["merge"], "desc": T_f(u"Radio support (%s), integration suggestion" % title) }
self.update_official = {"item":"8392", "class": 4+10*clas, "level": 3, "tag": ["merge"], "desc": T_f(u"Radio support (%s) update" % title) }

self.communeNameIndexedByInsee = {}
with open("dictionaries/FR/BddCommunes", "r", encoding="utf-8") as f:
Expand Down

0 comments on commit ee96376

Please sign in to comment.