MapBox filter management

ol.style.editor.Filter

options for function call.

var filter = new Filter ({
target : ...,
position : 1, // identifiant de position (unique !)
tools : {
edition : false
},
title : "Filtres (JSON)",
obj : {
filter : []
}
});
filter.add();
filter.display(true);
filter.getContainer();

Constructors

Properties

Methods

Constructors

Properties

container: undefined | null | HTMLDivElement
id: any
name:
    | undefined
    | {
        container: string;
        containerjson: string;
        containertoolsedit: string;
        jsondisplay: string;
        jsonlabel: string;
        target: string;
    }
options: any

Methods