Skip to content
Snippets Groups Projects

Issue #3476098 by christianadamski, jorisclaes: Further unify Geocoder handling

Merged Christian Adamski requested to merge issue/geolocation-3476098:3476098-further--unify into 4.x
Files
110
@@ -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