Skip to content
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

Closed
wants to merge 5 commits into from
Closed

[WIP] Integration of radio supports #599

wants to merge 5 commits into from

Conversation

Olyon
Copy link
Contributor

@Olyon Olyon commented Aug 31, 2019

@frodrigo
Copy link
Member

frodrigo commented Sep 8, 2019

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,
Copy link
Contributor

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,
Copy link
Contributor

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).

Copy link
Contributor Author

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.

Copy link
Contributor

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.

@frodrigo frodrigo changed the title Integration of radio supports [WIP] Integration of radio supports Sep 15, 2019
@frodrigo
Copy link
Member

Ping me if you have question, or when you are ready.

@frodrigo
Copy link
Member

Replaced by #622

@frodrigo frodrigo closed this Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants