Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-gluon
Commits
1c30fc10
Commit
1c30fc10
authored
6 years ago
by
chrissi^
Committed by
chrissi^
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gluon-builder
+1
-0
1 addition, 0 deletions
gluon-builder
package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua
+2
-2
2 additions, 2 deletions
...luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua
with
3 additions
and
2 deletions
gluon-builder
@
6fd9c83d
Subproject commit 6fd9c83de3d0628cabacbf611ce4b4e5e0a5d5b6
This diff is collapsed.
Click to expand it.
package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua
+
2
−
2
View file @
1c30fc10
...
...
@@ -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"
,
"5
3.873621
"
))
o
=
s
:
option
(
Value
,
"latitude"
,
pkg_i18n
.
translate
(
"Latitude"
),
pkg_i18n
.
translatef
(
"e.g. %s"
,
"5
2.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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment