Closed macbre closed 10 years ago
Opcja nr 2 - http://www.rozkladzik.pl/poznan/ + PhantomJS
{
"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",