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

[osm] Wheelmap App creates tags for outer multipolygons on osm #653

Open
1000miles opened this issue Sep 18, 2017 · 3 comments
Open

[osm] Wheelmap App creates tags for outer multipolygons on osm #653

1000miles opened this issue Sep 18, 2017 · 3 comments
Assignees

Comments

@1000miles
Copy link
Collaborator

As mentioned here Rosemary v0.4.4 creates tags for multipolygons on outer lines.

Hallo zusammen:
Wheelmap schreibt jetzt wheelchair-Tags an outer von Multipolygonen:
http://www.openstreetmap.org/way/43450002
Wie geht man mit sowas um?
Grüße

Tsst, wenn's wenigstens einheitlich wäre, die Relation hat wheelchair=yes, der Outer-way wheelchair=limited.

Issues:

  • wheelmap creates tags on outer multipolygons
  • wheelmap creates inconsistent tags
@1000miles
Copy link
Collaborator Author

1000miles commented Sep 19, 2017

Update, 2017-09-19

We looked into the database and found out that there is a way and a node existing with the same name but different osm_id, node_type_id and wheelchair tags.

Database

# osm_id: -43450002 (way)
# name: Köln Geldernstraße/Parkgürtel
# node_type_id: 11
# wheelchair: limited

+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+
| osm_id    | tags                                                                                                                                                                                              | node_type_id |
+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+
| -43450002 | ---
public_transport: platform
railway: platform
covered: 'yes'
area: 'yes'
surface: paving_stones
train: 'yes'
layer: '2'
name: Köln Geldernstraße/Parkgürtel
lit: 'yes'
wheelchair: limited
    |           11 |
+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+
1 row in set (0.01 sec)
# osm_id: 1578607665 (node)
# name: Köln Geldernstraße/Parkgürtel
# node_type_id: 9
# wheelchair: yes

+------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+
| osm_id     | tags                                                                                                                                                                                                                                                                              | node_type_id |
+------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+
| 1578607665 | ---
name: Köln Geldernstraße/Parkgürtel
official_name: Köln Geldernstr/Parkgürtel
operator: DB Netz AG
public_transport: station
railway: halt
railway:ref: KKP
railway:station_category: '4'
uic_ref: '8003360'
wheelchair: 'yes'
wheelchair:description: Aufzug vorhanden
      |            9 |
+------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+
1 row in set (0.00 sec)

Wheelmap

00000410

00000412

  1. Köln Geldernstraße/Parkgürtel (Way) - https://wheelmap.org/nodes/-43450002/ (tagged: wheelchair=limited) > https://www.openstreetmap.org/way/43450002

00000409

00000413

  1. Name: Köln Geldernstraße/Parkgürtel - https://wheelmap.org/nodes/1578607665 (tagged: wheelchair=yes) > https://www.openstreetmap.org/node/1578607665

00000408


Openstreetmap

00000411

@1000miles 1000miles added this to the September 2017 #2 milestone Sep 19, 2017
@1000miles
Copy link
Collaborator Author

Found another similar case with a duplicate where one is a way and one is a node using the same name Knusperlädle (but no address and no coordinates).

Way: https://wheelmap.org/nodes/-169000335

# osm_id: -169000335

+------------+----------------------------------------------------------------------------------------------------------------------------------+--------------+
| osm_id     | tags                                                                                                                             | node_type_id |
+------------+----------------------------------------------------------------------------------------------------------------------------------+--------------+
| -169000335 | ---
shop: kiosk
building: 'yes'
toilets:wheelchair: 'no'
opening_hours: Mo-Su 09:00-18:00
wheelchair: 'yes'
name: Knusperlädle
  |           64 |
+------------+----------------------------------------------------------------------------------------------------------------------------------+--------------+
1 row in set (0.00 sec)

Node: https://wheelmap.org/nodes/4822471321

# osm_id: 4822471321

+------------+---------------------------------------------------------------------------------+--------------+
| osm_id     | tags                                                                            | node_type_id |
+------------+---------------------------------------------------------------------------------+--------------+
| 4822471321 | ---
name: Knusperlädle
shop: kiosk
toilets:wheelchair: 'no'
wheelchair: 'yes'
  |           64 |
+------------+---------------------------------------------------------------------------------+--------------+
1 row in set (0.00 sec)

Wheelmap

00000414

Openstreetmap

00000415

00000416

@1000miles
Copy link
Collaborator Author

1000miles commented Sep 21, 2017

Since this seems to affect ways again, maybe related to:

UPDATE, 2017-09-21:

Current observations with ways:

  • some ways that are deleted on osm still show up on wheelmap
  • some ways that have been edited/changed (e.g. renamed) on osm do not show up on wheelmap
  • ways on osm are a collection of related nodes while ways on wheemap are technically the same as single nodes but the difference is that they:

Question: What value do we have to use/keep ways on wheelmap if we do not treat/interpret them the same way as osm? At the moment they seem to cause more confusion than they help to give proper insights.

@1000miles 1000miles added POI and removed bug labels Sep 21, 2017
@ghost ghost modified the milestones: September 2017 #2, Sprint October Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant