Skip to content
Snippets Groups Projects
Commit 8da551f5 authored by chrissi^'s avatar chrissi^ Committed by Chris Fiege
Browse files

Setting example coordinates to the brunswick lion

Well, we don't actually need this. But let's try some patriotism.
parent 2b0afaa4
No related branches found
Tags v2018.2.3
No related merge requests found
......@@ -49,7 +49,7 @@ return function(form, uci)
map:depends(share_location, true)
end
o = s:option(Value, "latitude", pkg_i18n.translate("Latitude"), pkg_i18n.translatef("e.g. %s", "53.873621"))
o = s:option(Value, "latitude", pkg_i18n.translate("Latitude"), pkg_i18n.translatef("e.g. %s", "52.26469"))
o.default = uci:get("gluon-node-info", location, "latitude")
o:depends(share_location, true)
o.datatype = "float"
......@@ -58,7 +58,7 @@ return function(form, uci)
end
map.lat = o
o = s:option(Value, "longitude", pkg_i18n.translate("Longitude"), pkg_i18n.translatef("e.g. %s", "10.689901"))
o = s:option(Value, "longitude", pkg_i18n.translate("Longitude"), pkg_i18n.translatef("e.g. %s", "10.52378"))
o.default = uci:get("gluon-node-info", location, "longitude")
o:depends(share_location, true)
o.datatype = "float"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment