Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
geolocation
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
project
geolocation
Merge requests
!75
Issue
#3476098
by christianadamski, jorisclaes: Further unify Geocoder handling
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3476098
by christianadamski, jorisclaes: Further unify Geocoder handling
issue/geolocation-3476098:3476098-further--unify
into
4.x
Overview
0
Commits
7
Pipelines
7
Changes
110
Merged
Christian Adamski
requested to merge
issue/geolocation-3476098:3476098-further--unify
into
4.x
7 months ago
Overview
0
Commits
7
Pipelines
7
Changes
110
Expand
Closes
#3476098
0
0
Merge request reports
Compare
4.x
version 5
8220f296
7 months ago
version 4
f10c7692
7 months ago
version 3
ddcdf858
7 months ago
version 2
b05b4d91
7 months ago
version 1
4c726246
7 months ago
4.x (base)
and
latest version
latest version
17cc3e6b
7 commits,
7 months ago
version 5
8220f296
6 commits,
7 months ago
version 4
f10c7692
5 commits,
7 months ago
version 3
ddcdf858
4 commits,
7 months ago
version 2
b05b4d91
3 commits,
7 months ago
version 1
4c726246
1 commit,
7 months ago
110 files
+
346
−
606
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
110
Search (e.g. *.vue) (Ctrl+P)
config/schema/geolocation.map_features.schema.yml
+
41
−
0
Options
@@ -75,3 +75,44 @@ plugin.plugin_configuration.geolocation.map_feature.geolocation_shapes:
fillOpacity
:
type
:
float
label
:
'
Fill
Opacity'
plugin.plugin_configuration.geolocation.map_feature.control_recenter
:
type
:
geolocation.map_feature_settings
label
:
'
Control
Recenter'
mapping
:
settings
:
type
:
mapping
label
:
'
Settings'
mapping
:
position
:
type
:
string
label
:
'
Position'
plugin.plugin_configuration.geolocation.map_feature.control_locate
:
type
:
geolocation.map_feature_settings
label
:
'
Control
Locate'
mapping
:
settings
:
type
:
mapping
label
:
'
Settings'
mapping
:
position
:
type
:
string
label
:
'
Position'
plugin.plugin_configuration.geolocation.map_feature.control_geocoder
:
type
:
geolocation.map_feature_settings
label
:
'
Control
Geocoder'
mapping
:
settings
:
type
:
mapping
label
:
'
Settings'
mapping
:
position
:
type
:
string
label
:
'
Position'
geocoder
:
type
:
string
label
:
'
Geocoder'
geocoder_settings
:
type
:
geolocation.geocoder.[%parent.geocoder]
Loading