nominatim
This commit is contained in:
@ -2,7 +2,8 @@ const request = {
|
||||
osm_reverse_geo: {
|
||||
urlBase: 'https://nominatim.openstreetmap.org',
|
||||
urlPath: 'reverse',
|
||||
urlFull: 'https://nominatim.openstreetmap.org/reverse',
|
||||
// urlFull: 'https://nominatim.openstreetmap.org/reverse',
|
||||
urlFull: 'https://brilianapps.britimorleste.tl/nominatim/reverse',
|
||||
method: 'GET',
|
||||
data: {
|
||||
format: 'geojson' // xml,json,jsonv2,geojson(prefer),geocodejson
|
||||
@ -18,5 +19,5 @@ const request = {
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
module.exports = request;
|
||||
Reference in New Issue
Block a user