Skip to content

Commit

Permalink
update doc ref #2 #14202
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed Jan 5, 2024
1 parent 396bd4b commit 167bcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/Tools/Misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ python tools/tileGet.py -n test.net.xml -t 10
- Retrieving satellite data from Google or MapQuest (Requires obtaining an API-key first):
```
python tools/tileGet.py -n test.net.xml -t 10 --url maps.googleapis.com/maps/api/staticmap --key YOURKEY
python tools/tileGet.py -n test.net.xml -t 10 --url open.mapquestapi.com/staticmap/v4/getmap --key YOURKEY
python tools/tileGet.py -n test.net.xml -t 10 --url www.mapquestapi.com/staticmap/v5/map --key YOURKEY
```
The generated setting file can be loaded in sumo-gui with:
Expand Down

0 comments on commit 167bcd8

Please sign in to comment.