Skip to content
Snippets Groups Projects
Commit 3a3b2f56 authored by chrissi^'s avatar chrissi^
Browse files

Setting example coordinates to the brunswick lion

Well, we don't actually need this. But let's try some patriotism.
parent 5af37d5b
No related branches found
No related tags found
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"
......@@ -60,7 +60,7 @@ return function(form, uci)
map.lat = o
end
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