Michaelh115 created this task.
Michaelh115 added projects: Commons, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Currently if you query Wikidata with sparql for the geoshape of a country 
who's name contains a space you get a broken link.
  
  For example try running a query for North Korea:
  
    SELECT * WHERE {
      wd:Q423 wdt:P3896 ?label 
    }
  
  You will get the link 
"http://commons.wikimedia.org/data/main/Data:North+Korea.map";.
  
  If you follow this link you get:
  
  1. A 301 moved permanently redirect to 
"https://commons.wikimedia.org/wiki/Special:PageData/main/Data:North+Korea.map";
  2. A 303 see other redirect to 
"https://commons.wikimedia.org/w/index.php?title=Data:North%2BKorea.map&action=raw";
  3. A 404 not found for the final page
  
  If you correct the last redirect by replacing the %2B with a + producing the 
link 
"https://commons.wikimedia.org/w/index.php?title=Data:North+Korea.map&action=raw";
 the page does load.
  
  This issue appears to occur more generally with geoshapes of countries with 
spaces in their names.  For example the United States, the United Kingdom, and 
Saudi Arabia

TASK DETAIL
  https://phabricator.wikimedia.org/T254112

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michaelh115
Cc: Aklapper, Michaelh115, CBogen, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, Wikidata-bugs, aude, 
El_Grafo, Dinoguy1000, Steinsplitter, Mbch331, Keegan
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to