nominatim

This commit is contained in:
pringgosutono
2026-04-18 14:45:03 +07:00
parent 953bef2131
commit c9569b6f93

View File

@ -2,7 +2,8 @@ const request = {
osm_reverse_geo: { osm_reverse_geo: {
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: 'https://brilianapps.britimorleste.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
@ -18,5 +19,5 @@ const request = {
}, },
}, },
}; };
module.exports = request; module.exports = request;