#9959 closed defect (fixed)
Error when uploading data with http://eu.wikipedia.org
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | 14.05 |
Component: | Core validator | Version: | latest |
Keywords: | Cc: |
Description
Hello all
When uploading data with http://eu.wikipedia.org I get an error because of unknown wikipedia language label. As it can be tested, http://eu.wikipedia.org do exist.
Versión is 7000.
Best regards
Attachments (0)
Change History (10)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
<?xml version='1.0' encoding='UTF-8'?> <osm version='0.6' upload='true' generator='JOSM'> <bounds minlat='43.3463721' minlon='-2.6370835' maxlat='43.346692' maxlon='-2.6364398' origin='CGImap 0.3.3 (4990 thorn-02.openstreetmap.org)' /> <node id='1480454057' timestamp='2013-01-22T12:28:54Z' uid='398817' user='ullus' visible='true' version='2' changeset='14744646' lat='43.3465481' lon='-2.6367509'> <tag k='name' v='Santimamiñe' /> <tag k='name:ru' v='Сантимаминье' /> <tag k='natural' v='cave_entrance' /> <tag k='wikipedia' v='http://eu.wikipedia.org/wiki/Santimami%C3%B1e' /> </node> ... rest of the file
comment:3 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please have a look at the OSM wiki. The value should not include the URL but only the LC plus the name. In your case it would be wikipedia=eu:Santimamiñe
comment:4 by , 11 years ago
I understand. Now it is successfully fixed. It is no the first full http link to Wikipedia that I have seen.
Maybe the error message "unknown wikipedia language label" could be changed.
Thank you!
comment:5 by , 11 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
TODO: Validator thinks that http:
is a language prefix. Give better warning message in this case.
comment:8 by , 11 years ago
Milestone: | → 14.05 |
---|
comment:9 by , 11 years ago
Component: | Core → Core validator |
---|
The JOSM validator supports the
eu
language prefix for thewikipedia
tag in version 7000. Please attach the corresponding.osm
file and / or a screenshot where the exact tag and error message can be seen.