Example:
$ git clone https://github.com/mkotsur/wm2gps/
$ cd wm2gps && git submodule init
$ python ./wm2gps.py "42.668152,42.769699,43.271713,43.069891" > ~/Documents/mypoints.gpx
What are those magic numbers?
- Short answer: lon_min,lat_min,lon_max,lat_max
- Long answer: http://wikimapia.org/wiki/API_box
Enjoy :-)