15.458
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 55: | Zeile 55: | ||
local geojson_fullpagename = "GeoJson:" .. geojson_pagename | local geojson_fullpagename = "GeoJson:" .. geojson_pagename | ||
args["geojson_fullpagename"] = geojson_fullpagename -- to do: diesen Block später rausschmeißen | args["geojson_fullpagename"] = geojson_fullpagename -- to do: diesen Block später rausschmeißen | ||
-- width/height | |||
if com.isTrue(args["box"]) or args["width"] == "auto" or args["width"] == "" then | |||
args["width"] = nil | |||
elseif args["width"] == nil then | |||
args["width"] = "50%" | |||
end | |||
if com.isTrue(args["box"]) or args["height"] == "auto" or args["height"] == "" then | |||
args["height"] = nil | |||
elseif args["height"] == nil then | |||
args["height"] = "25%" | |||
end | |||
-- geocode location and locationlist | -- geocode location and locationlist | ||