Skip to content

Commit

Permalink
update MapQuest url ref #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 911f9e5 commit 396bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tileGet.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def get_options(args=None):
help="Number of parallel jobs to run when downloading tiles. 0 means no parallelism.")
URL_SHORTCUTS = {
"arcgis": "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile",
"mapquest": "https://open.mapquestapi.com/staticmap/v4/getmap",
"mapquest": "https://www.mapquestapi.com/staticmap/v5/map",
"google": "https://maps.googleapis.com/maps/api/staticmap"
}
options = optParser.parse_args(args=args)
Expand Down

0 comments on commit 396bd4b

Please sign in to comment.