mirror of
https://github.com/web-arena-x/webarena.git
synced 2026-02-06 11:16:53 +00:00
Update README.md
This commit is contained in:
parent
5f3aca98a9
commit
55ef0382b6
@ -202,7 +202,7 @@ docker run --volume=osm-data:/data/database/ --volume=osm-tiles:/data/tiles/ -p
|
||||
Now, inside the file `webarena/openstreetmap-website/vendor/assets/leaflet/leaflet.osm.js`, change `http://ogma.lti.cs.cmu.edu:8080/tile/{z}/{x}/{y}.png` to `http://<public-url-to-your-tile-server>:8080/tile/{z}/{x}/{y}.png`
|
||||
|
||||
> [!NOTE]
|
||||
> By default, the `url` in `TileLayer` and `Mapnik` is set to `"http://ogma.lti.cs.cmu.edu:8080/tile/{z}/{x}/{y}.png"`. The official tile server uses `https://tile.openstreetmap.org/{z}/{x}/{y}.png`. You can use that in the two cases as a way to test in case you run into issues during the setup.
|
||||
> By default, the `url` in `TileLayer` and `Mapnik` is set to `"http://ogma.lti.cs.cmu.edu:8080/tile/{z}/{x}/{y}.png"`. You replace it with `https://tile.openstreetmap.org/{z}/{x}/{y}.png` (the official link) as a way to test in case you run into issues during the setup.
|
||||
|
||||
|
||||
#### Geocoding Server
|
||||
|
||||
Loading…
Reference in New Issue
Block a user