Good afternoon, please help reconfigure local.php nominatim to the local tile server
At the moment I have 2 fully working servers installed:
1. nominatim server 'http://localhost:7070' example URL:
http://localhost:7070/search.php?q=Moscow&polygon_geojson=1&viewbox=
2. OpenMapTiles server
'http://localhost:8080' Example png URL
http://localhost:8080/styles/klokantech-basic/10/598/297.png
I tried editing the local.php file adding it to it:
@define ('CONST_Map_Tile_URL', 'http://localhost:8080/styles/klokantech-basic/{z}/{x}/{y}.png')
But my nominatim site still uses tiles from
https://openstreetmap.org.png
asked
12 May, 12:31
nimistren
11●3
accept rate:
0%