I’ve created a changeset which fixes 117 links to Wikipedia disambiguation pages on segments of I-15 in Utah as identified by https://matkoniecz.github.io/OSM-wikipedia-tag-validator-reports/Utah,%20USA.html
In a nutshell, this change updates the wikipedia
tag value, changing it from a disambiguation page to a specific article:
Old Link: https://en.wikipedia.org/wiki/Veterans_Memorial_Highway
New Link: https://en.wikipedia.org/wiki/en:Interstate%2015%20in%20Utah
This work is part of a larger MapRoulette challenge, https://maproulette.org/browse/challenges/40609, created by osm.org/user/Mateusz%20Konieczny to address problems with Wikipedia links in OSM data.
Rather than completing 117 separate MapRoulette tasks I downloaded JSOM data using the following Overpass API query and performed a bulk edit.
[out:xml][timeout:90][bbox:{{bbox}}];
(
way["wikipedia"="en:Veterans Memorial Highway"];
);
(._;>;);
out meta;
As this is my first large-scale edit I have tagged the change as needing a review –I will also ping matkoniecz so that the validator report summary page can be updated.