Skip to content
Snippets Groups Projects
Commit c9c72333 authored by Italo Mairo's avatar Italo Mairo
Browse files

Improvements and Fixes to Leaflet & Leaflet Views Schemas (Issue #3198201:...

Improvements and Fixes to Leaflet & Leaflet Views Schemas (Issue #3198201: Store "Force map center" latitude & longitude as decimals in Leaflet Views')
parent b6c63768
No related branches found
Tags 7.x-1.0-beta3
No related merge requests found
......@@ -50,17 +50,17 @@ field.formatter.settings.leaflet_formatter_default:
mapping:
force:
type: boolean
label: 'Force'
label: 'Force map center & zoom'
center:
type: mapping
label: 'Center'
mapping:
lat:
type: float
label: 'Lat'
label: 'Latitude'
lon:
type: float
label: 'Lon'
label: 'Longitude'
zoom:
type: integer
label: 'Zoom'
......@@ -169,14 +169,14 @@ field.formatter.settings.leaflet_formatter_default:
label: 'Path'
geocoder:
type: mapping
label: 'Gecoder map control'
label: 'Geocoder map control'
mapping:
control:
type: boolean
label: 'Enable Geocoder map control'
settings:
type: mapping
label: 'Gecoder settings'
label: 'Geocoder settings'
mapping:
position:
type: string
......
......@@ -65,10 +65,10 @@ views.style.leaflet_map:
label: 'Centre'
mapping:
lat:
type: integer
label: 'Lattitude'
type: float
label: 'Latitude'
lon:
type: integer
type: float
label: 'Longitude'
zoom:
type: integer
......@@ -81,7 +81,7 @@ views.style.leaflet_map:
label: 'Maximum zoom'
zoomFiner:
type: integer
label: 'Zoomfiner'
label: 'Zoom finer'
weight:
type: string
label: 'Weight'
......
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