summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/getmap/getmapdl.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-25 20:47:51 +0000
committerKarl Berry <karl@freefriends.org>2019-03-25 20:47:51 +0000
commit022a1fa21defc64b236b3ae2d786e1e1147fe939 (patch)
treeeb9d15e5c2f909b66981c60e979e358e82488ab7 /Master/texmf-dist/scripts/getmap/getmapdl.lua
parent2a1772885b59e209e9e7c7f5136d420556d11829 (diff)
getmap (25mar19)
git-svn-id: svn://tug.org/texlive/trunk@50589 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/getmap/getmapdl.lua')
-rwxr-xr-xMaster/texmf-dist/scripts/getmap/getmapdl.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/getmap/getmapdl.lua b/Master/texmf-dist/scripts/getmap/getmapdl.lua
index f0f366cc433..e264e0b7836 100755
--- a/Master/texmf-dist/scripts/getmap/getmapdl.lua
+++ b/Master/texmf-dist/scripts/getmap/getmapdl.lua
@@ -822,7 +822,7 @@ if MODE == "gm" then
ULANGUAGE="&language=" .. LANGUAGE
end
UOFILE = OFILE .. "." .. IMAGETYPE
- IMGURL = GMURL .. "?" .. ULOCATION .. USIZE .. UZOOM .. UMARKERS .. UTYPE .. USCALE .. UIMAGETYPE .. UVISIBLE .. UIPATH .. UFPATH .. ULANGUAGE .. "&sensor=false"
+ IMGURL = GMURL .. "?" .. ULOCATION .. USIZE .. UZOOM .. UMARKERS .. UTYPE .. USCALE .. UIMAGETYPE .. UVISIBLE .. UIPATH .. UFPATH .. ULANGUAGE .. "&sensor=false&key=AIzaSyDXlmAP7TENopGqgCkW9Ec3Wymno3a2cBg"
elseif MODE == "gsv" then
ULOCATION = "location=" .. url_escape(LOCATION)
USIZE = "&size=" .. url_escape(SIZE)
@@ -830,7 +830,7 @@ elseif MODE == "gsv" then
UFOV = "&fov=" .. url_escape(FOV)
UPITCH = "&pitch=" .. url_escape(PITCH)
UOFILE = OFILE .. ".jpg"
- IMGURL = GSVURL .. "?" .. ULOCATION .. USIZE .. UHEADING .. UFOV .. UPITCH .. "&sensor=false"
+ IMGURL = GSVURL .. "?" .. ULOCATION .. USIZE .. UHEADING .. UFOV .. UPITCH .. "&sensor=false&key=AIzaSyDXlmAP7TENopGqgCkW9Ec3Wymno3a2cBg"
elseif MODE == "osm" then
UKEY = "?key=" .. url_escape(KEY)
ULOCATION = "&location=" .. url_escape(LOCATION)