Use camelcase and fix typo.
This commit is contained in:
parent
e25fb5d04f
commit
6c58bf367d
2 changed files with 2 additions and 2 deletions
|
@ -1460,7 +1460,7 @@ L.U.Map.include({
|
|||
},
|
||||
],
|
||||
[
|
||||
'options.featuesHaveOwners',
|
||||
'options.featuresHaveOwners',
|
||||
{
|
||||
handler: 'Switch', label: L._('Features have owners')
|
||||
},
|
||||
|
|
|
@ -509,7 +509,7 @@ class MapDetailMixin:
|
|||
"properties": {
|
||||
"zoom": getattr(settings, "LEAFLET_ZOOM", 6),
|
||||
"datalayers": [],
|
||||
"features_have_owners": settings.UMAP_DEFAULT_FEATURES_HAVE_OWNERS,
|
||||
"featuresHaveOwners": settings.UMAP_DEFAULT_FEATURES_HAVE_OWNERS,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue