There are other web-applications to find Wikipedia articles geolocations on other maps, but I wanted a clean interface, with the OSM map on the whole screen.
Okay, I’ve uploaded my script to the GitHub: https://github.com/Zverik/wiki2osm
It produces an OSM XML file from a wikipedia article dump, but you can then convert it to any format.
This is GREAT; just what I’ve been looking for. I like to jump around the globe, adding roads and residential areas. I’ve recently been mapping in Tibet and feel really lost culturally. Your map is giving me some hits and insight into a very remote area. Thanks for posting.
k1wi, it is a good idea. Thank you. I’ve implemented already the display of Wikipedia articles geolocations by the wikipedia and wikimedia_commons tag assigned to a node in the same web-application.
It is a bit more complicated to display a geolocation when the wikipedia tag is assigned to an area or a way. It will try to implement it later.
Discussion
ایہہ 29؍December 2015ء 11:39 تے «Richard» ٹپݨی کیتی گئی سی۔
That’s very cool. Did you parse the full Wikipedia dump yourself or is there a dump of just coordinates and article IDs/titles?
ایہہ 29؍December 2015ء 11:50 تے «Alex-7» ٹپݨی کیتی گئی سی۔
This application uses the Wikipedia API. Actually it is just about 20 lines of code.
I use it to plan expeditions to make [ground and aerial photos] (https://commons.wikimedia.org/w/index.php?title=Special:ListFiles/Alexey_M.&ilshowall=1) for Wikipedia articles.
There are other web-applications to find Wikipedia articles geolocations on other maps, but I wanted a clean interface, with the OSM map on the whole screen.
ایہہ 29؍December 2015ء 12:38 تے «ImreSamu» ٹپݨی کیتی گئی سی۔
Cool ! :) Probably this API : https://www.mediawiki.org/wiki/Extension:GeoData#list.3Dgeosearch
ایہہ 29؍December 2015ء 12:38 تے «Zverik» ٹپݨی کیتی گئی سی۔
Okay, I’ve uploaded my script to the GitHub: https://github.com/Zverik/wiki2osm It produces an OSM XML file from a wikipedia article dump, but you can then convert it to any format.
ایہہ 29؍December 2015ء 12:51 تے «ImreSamu» ٹپݨی کیتی گئی سی۔
Related:
“Creating a Bridge Between OpenSteetMap and Wikipedia: Wikipedia-tags-in-OSM. A Tool to Add Wikipedia Tags in OSM and Coordinates in Wikipedia”
ایہہ 29؍December 2015ء 14:43 تے «Alan Bragg» ٹپݨی کیتی گئی سی۔
This is GREAT; just what I’ve been looking for. I like to jump around the globe, adding roads and residential areas. I’ve recently been mapping in Tibet and feel really lost culturally. Your map is giving me some hits and insight into a very remote area. Thanks for posting.
ایہہ 29؍December 2015ء 18:08 تے «nyuriks» ٹپݨی کیتی گئی سی۔
Nice! Some similar efforts: * https://tools.wmflabs.org/wiwosm/osm-gadget-leaflet/#/?lang=en&article=Berlin * The Wikipedia Android app has a map (“nearby”) feature * More at https://www.mediawiki.org/wiki/Maps/Future_Plans#Existing_Tools
ایہہ 31؍December 2015ء 11:47 تے «k1wi» ٹپݨی کیتی گئی سی۔
Is there a similar service based on the OSM tags wikipedia=* or wikidata=*, instead of Wikipedia coordinates?
ایہہ 3؍January 2016ء 00:35 تے «Alex-7» ٹپݨی کیتی گئی سی۔
k1wi, it is a good idea. Thank you. I’ve implemented already the display of Wikipedia articles geolocations by the wikipedia and wikimedia_commons tag assigned to a node in the same web-application.
It is a bit more complicated to display a geolocation when the wikipedia tag is assigned to an area or a way. It will try to implement it later.
ایہہ 4؍January 2016ء 13:04 تے «Alex-7» ٹپݨی کیتی گئی سی۔
Search for geolocations of wikipedia, wikimedia_commons, wikidata OSM tags assigned either to nodes, areas, or ways is implemented.