ticky-xia

Results 3 comments of ticky-xia

may be you can try the key words "literal" in expressions[https://docs.mapbox.com/style-spec/reference/expressions#types-literal](url)

the source code in geoparquet-wasm are: ```js import * as wasm from "./index_bg.wasm"; import { __wbg_set_wasm } from "./index_bg.js"; __wbg_set_wasm(wasm); export * from "./index_bg.js"; ``` I change them into: ```js...