We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9cd9f commit b11d87fCopy full SHA for b11d87f
1 file changed
src/services/map.service.js
@@ -18,7 +18,7 @@ const MapService = ($http) => {
18
function getCity(name) {
19
return $http({
20
method: "GET",
21
- url: "//nominatim.openstreetmap.org/search",
+ url: "//nominatim.toolforge.org/search",
22
params: {
23
format: "json",
24
q: name,
0 commit comments