Skip to content
Snippets Groups Projects
Commit 1c30fc10 authored by chrissi^'s avatar chrissi^ Committed by chrissi^
Browse files

Setting example coordinates to the brunswick lion

Well, we don't actually need this. But let's try some patriotism.
parent 37d507e4
No related branches found
No related tags found
No related merge requests found
gluon-builder @ 6fd9c83d
Subproject commit 6fd9c83de3d0628cabacbf611ce4b4e5e0a5d5b6
......@@ -64,7 +64,7 @@ return function(form, uci)
map:depends(set_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 = own_latitude
o:depends(set_location, true)
o.datatype = "float"
......@@ -75,7 +75,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 = own_longitude
o:depends(set_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