-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Integration of radio supports #599
Conversation
The subclass and the JSON mapping file are two ways to achieve the same thing. It bothers me to mix them. |
static2 = {"source": self.source}, | ||
mapping1 = { | ||
"ref:FR:ANFR": "SUP_ID", | ||
"owner": lambda fields: self.proprietaire[int(fields["TPO_ID"])] if fields["TPO_ID"] and int(fields["TPO_ID"]) in self.proprietaire else None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pour rester cohérent avec le preset Communication Towers de JOSM, il faudrait utiliser la clé operator
à la place de owner
.
Voir aussi man_made=tower sur le wiki.
#23 : Phares et balises, | ||
24 : u"SNCF Réseau", | ||
25 : u"RTE", | ||
#26 : SDIS, secours, incendie, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On peut proposer SDIS
(même si en pratique c'est par exemple SDIS 39
pour le Jura).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
le probleme c'est que c'est "SDIS, secours, incendie" donc pas forcement SDIS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bien vu 😄, à mettre donc dans text
pour que le contributeur saisisse la bonne valeur.
Ping me if you have question, or when you are ready. |
Replaced by #622 |
#538