osmlab / maproulette

This is a very old version of MapRoulette. Find the current version at osmlab/maproulette3 and the backend at maproulette/maproulette2
http://maproulette.org/
Apache License 2.0
47 stars 27 forks source link

Proposed challenge: Junctions in Korea #345

Closed mxa closed 8 years ago

mxa commented 9 years ago

Junctions and their names are very important in Korea and Japan, because people will reference those (instead of the street names) to describe a route or location. A junction with a name will be rendered in Mapnik, but unfortunately many junctions are mapped (imported?) as single points close to the actual junction. Like this one: https://www.openstreetmap.org/node/414694520 Task would be to move those points into the actual junction and fix the naming scheme.

mvexel commented 9 years ago

How could you select these from the data? Is there a common tag?

mvexel commented 9 years ago

This query yields 3026 such junctions:

screenshot 2015-08-17 16 02 41

Saving the data in a gist for later.

mxa commented 9 years ago

That there is this horizontal border makes me think that someone has messed up some automated import process. Why is the example point I linked to, not showing up in the overpass-turbo query?

mvexel commented 9 years ago

your example does not have a junction=yes tag.

mxa commented 9 years ago

Since not all of these points have a junction=yes tag, maybe one could search for loose points with words in the values that end either ogeori, 오거리, negeori, 네거리, sageori, 사거리, samgeori, 삼거리, kyocharo, 교차로

This is what they mean (Quoting Wesley Woo-Duk Hwang-Chung):

Ogeori (오거리)= 5-way intersection Negeori (네거리) = Sageori (사거리) = 교차로 = 4-way intersection = crossroads Samgeori (삼거리) = 3-way intersection = T-junction

I've often seen these labeled as "junction" on road signs, though, lost-in-translation notwithstanding. I suppose "n-way junction" might work.

mxa commented 8 years ago

Here is a page in the wiki which lists the intersections and how they should be translated to English. https://wiki.openstreetmap.org/wiki/Korea_Naming_Convention#Common_Hangeul_expressions

mxa commented 8 years ago

Anything you need to make this happen?

mvexel commented 8 years ago

This issue was moved to maproulette/challenge-ideas#1