update
This commit is contained in:
@ -3,7 +3,7 @@ const request = {
|
|||||||
urlBase: 'https://nominatim.openstreetmap.org',
|
urlBase: 'https://nominatim.openstreetmap.org',
|
||||||
urlPath: 'reverse',
|
urlPath: 'reverse',
|
||||||
// urlFull: 'https://nominatim.openstreetmap.org/reverse',
|
// urlFull: 'https://nominatim.openstreetmap.org/reverse',
|
||||||
urlFull: 'http://172.16.140.41/nominatim/reverse',
|
urlFull: 'http://api-gateway.corp.timortelecom.tl/nominatim/reverse',
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
data: {
|
data: {
|
||||||
format: 'geojson' // xml,json,jsonv2,geojson(prefer),geocodejson
|
format: 'geojson' // xml,json,jsonv2,geojson(prefer),geocodejson
|
||||||
|
|||||||
Reference in New Issue
Block a user