openstreetmap / iD

🆔 The easy-to-use OpenStreetMap editor in JavaScript.
https://www.openstreetmap.org/edit?editor=id
ISC License
3.37k stars 1.21k forks source link

iD knows about electric poles but not telephone poles #6848

Closed jidanni closed 5 years ago

jidanni commented 5 years ago

iD knows about electric poles and suggests it when we type it in -- alas but not telephone poles.

Adamant36 commented 5 years ago

This is something I've wondered about before. Telephone lines usually piggy back on electric poles don't they? So, essentially both use the same poles but they are tagged as power poles because the power lines are a higher priority? (I really don't know).

jidanni commented 5 years ago

@Adamant36 in Taiwan they are always on seperate poles, otherwise there would be no redundancy, and any disaster would take out both telephones and electricity at the same time. Unthinkable!

quincylvania commented 5 years ago

Hmm this issue speaks to a core problem with tags like power=pole. Such a tag inextricably couples a feature's form (a pole) with its function (holds power lines). You can't add utility poles without implying they hold power lines.

While we could add more and more presets for anything a pole could be holding (coaxial cable, fiberoptic line, telegraph wire, clothesline, etc.), this would be confusing to iD mappers ("what type of pole is this? should I care?") and would further complicate the OSM database.

A simpler solution is to say "this is a pole" and then specify its functions with subtags. I'm just now learning about man_made=utility_pole and I think we should support it in iD for such situations.

jidanni commented 5 years ago

Glad to see poles are getting more attention. In rural / remote areas they are indeed vital markers. In fact through my promotion https://www.jidanni.org/geo/taipower/ they have become a major way of reporting incident locations to 911 / 119 first rescuers in my country.

quincylvania commented 5 years ago

@jidanni Nice, I hope this is helpful. I'm closing this since now mappers can add any kind of utility pole. If someone cares a lot about tagging what these poles hold, I recommend coming up with a namespace like utility:*=yes, e.g. utility:communication=yes. I don't see us supporting tags like communication=pole anytime soon.

jidanni commented 5 years ago

(Here we see electric poles have an icon, but not telephone poles.) X4

communication=pole
name=中埤枝130
telephone=pole
quincylvania commented 5 years ago

@jidanni Yes, like I explained, iD will support man_made=utility_pole instead of telephone=pole.

jidanni commented 5 years ago

I have an idea: Divorce what iD encourages via the way of hints, from what iD "renders" on the map.

That way iD could support (render) currently officially promoted tags as seen on the wiki...

While at the same time only encouraging its better set of tags, via the way of hints.

That way people following the current standards, would not have to worry about needing to go edit each item to keep it from possibly disappearing later.

Well, something like that.

quincylvania commented 5 years ago

@jidanni Rendering is encouragement. Things that iD doesn't support should look unsupported. This avoids confusion like "why can I see this but not add it?"

flacombe commented 5 years ago

Hi

Sorry for coming here a bit late Telecom poles topic is a long run discussion, where no satisfying solution has been found yet. Since there are many shared poles, something like man_made=utility_pole would be better than specific telecom feature. Have in mind towers, portals and terminals please.

Instead of man_made=utility_pole, would you consider following possibilities please:

Buuuuut this should be discussed on tagging and need a formal proposal to be introduced, there are just so many power towers/poles in the db yet that it can't be addressed with a specific editor issue.

here is a diary entry that worth a reading about current work on power supports cleanup valid for any utility actually as to prevent further definition of utility-specific keys) https://www.openstreetmap.org/user/InfosReseaux/diary/391058

quincylvania commented 5 years ago

@flacombe Any coalescing of tags would be appreciated, but I'll leave breaking change up to other channels. A few notes:

jidanni commented 4 years ago

https://wiki.openstreetmap.org/wiki/Telecoms#Telephone_Poles currently says

Recommended tagging

communication=pole telephone=pole ref=

What should I update it to? (iD just sees this as a raw "Point".)

jidanni commented 4 years ago

OK. iD helped me (via hints) make:

man_made=utility_pole ref=12345 utility=telecom

So I will make a note about it on the wiki.

jidanni commented 3 years ago

Maybe

communication=pole
ref=上埤枝41
telephone=pole

should trigger "outdated tags" warning... but... nothing to update them to.

jidanni commented 3 years ago

OK, iD has no preset for "telephone pole". OK, maybe nobody has never seen one by the side of the road these days anymore. So autopilots needn't bother with them, but only electric poles. As the latter are made out of concrete often, and not wood. So are more hazardous or something.

flacombe commented 3 years ago

Here is a proposal that isn't mentioned here : https://wiki.openstreetmap.org/wiki/Proposed_features/Utility_poles_proposal

It intends to review man_made=utility_pole + utility=telecom for telephone poles. To be consistent, power=pole is proposed to imply man_made=utility_pole + utility=power

Feel free to comment this proposal as it is still RFC. Voting will begin sometimes when I'll have time to prepare it.

All the best