1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Some cleanup of issues by nnposter: Fixes #614, fixes #615, fixes #618

This commit is contained in:
dmiller
2016-12-18 05:01:40 +00:00
parent 1b92c92092
commit 6926b66859
3 changed files with 12 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ Additional information for the Google Static Maps API can be found at:
-- your account. An API key can be generated at
-- https://developers.google.com/maps/documentation/static-maps/." @args
--
-- ip-geolocation-map-google.center GPS coordinates defining the center of the
-- @args ip-geolocation-map-google.center GPS coordinates defining the center of the
-- image. If omitted, Google Maps will choose a center that shows all the
-- markers.
--
@@ -136,7 +136,6 @@ local parse_args = function()
end
local marker_style = stdnse.get_script_args(SCRIPT_NAME .. ".marker_style")
stdnse.debug1('--> [%s]', marker_style)
if not marker_style then
marker_style = ""
end