Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
geocoder
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
geocoder
Merge requests
!68
add configuration for geocoder-php/locationiq-geocoder [
#3528022
]
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add configuration for geocoder-php/locationiq-geocoder [
#3528022
]
issue/geocoder-3528022:3528022-locationiq
into
8.x-4.x
Overview
1
Commits
3
Pipelines
3
Changes
3
Merged
Bradley Mellen
requested to merge
issue/geocoder-3528022:3528022-locationiq
into
8.x-4.x
1 month ago
Overview
1
Commits
3
Pipelines
3
Changes
3
Expand
Closes
#3528022
0
0
Merge request reports
Compare
8.x-4.x
version 2
ac656a0c
3 weeks ago
version 1
3f921cc0
1 month ago
8.x-4.x (base)
and
latest version
latest version
ac656a0c
3 commits,
3 weeks ago
version 2
ac656a0c
3 commits,
3 weeks ago
version 1
3f921cc0
1 commit,
1 month ago
3 files
+
29
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
config/schema/geocoder.schema.yml
+
9
−
0
Options
@@ -158,6 +158,15 @@ geocoder_provider.configuration.ipinfodb:
label
:
"
Precision
(optional)"
description
:
'
Either
"city"
or
"country"
(faster).
Defaults
to
"city".'
geocoder_provider.configuration.locationiq
:
type
:
geocoder_provider_configuration
label
:
"
LocationIQ
arguments"
mapping
:
apiKey
:
type
:
string
label
:
"
Access
Token"
description
:
'
Get
an
Access
Token
by
creating
a
free
account
at
<a
href="https://my.locationiq.com/register"
target="blank">https://my.locationiq.com/register</a>'
geocoder_provider.configuration.mapbox
:
type
:
geocoder_provider_configuration
label
:
"
Mapbox
arguments"
Loading