macbre / pyrabot

Skrypty bota używanego na Poznańskiej Wiki
https://poznan.wikia.org/wiki/U%C5%BCytkownik:Pyrabot
0 stars 1 forks source link

ZTM: poprawny import danych #6

Closed macbre closed 10 years ago

macbre commented 10 years ago
macbre commented 10 years ago

Opcja nr 2 - http://www.rozkladzik.pl/poznan/ + PhantomJS

macbre commented 10 years ago

GeoJSON

macbre commented 10 years ago
  {
   "geometry": {
    "type": "Point", 
    "coordinates": [
     17.001470000000001, 
     52.381663000000003
    ]
   }, 
   "type": "Feature", 
   "id": "FRWO42", 
   "properties": {
    "name": "Franowo"
   }
  }
$ curl -s "http://nominatim.openstreetmap.org/reverse?lat=52.381663000000003&lon=17.001470000000001&format=json" | jsonlint  | grep '"road"'
    "road": "Folwarczna",

$ curl -s "http://open.mapquestapi.com/nominatim/v1/reverse.php?lat=52.381663000000003&lon=17.001470000000001&format=json" | jsonlint  | grep '"road"'
    "road": "Folwarczna",