0.3.1 • Published 3 years ago

pivotql-compiler-mapboxgl v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

PivotQL compiler for mapbox

Produces mapbox filter queries from PivoQL ASTs.

Install

npm install pivotql-compiler-mapboxgl

Example

import {parse} from 'pivotql-parser-expression';
import {compile} from 'pivotql-compiler-mapboxgl';

const query = '( height <= 20 or favorites.color == "green" ) and firstname in ["john", "doug"]';

const queryMB = compile(parse(query))

// Use query filter in layer style

More information

See main repository for more information.

0.3.0

3 years ago

0.3.1

3 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago