ol-mapbox-style

v12.3.5
Create OpenLayers maps from Mapbox Style objects
openlayers mapbox vector tiles

start

webpack serve --config ./webpack.config.examples.cjs

prepare

npm run doc && npm run build

build

tsc --project tsconfig-build.json && rollup -c && cross-env esm=true rollup -c && webpack-cli --mode=production --config ./webpack.config.examples.cjs

doc

typedoc --plugin typedoc-plugin-markdown --plugin typedoc-plugin-missing-exports src/index.js --readme none --excludeExternals --preserveAnchorCasing --hideBreadcrumbs --disableSources --tsconfig tsconfig-typecheck.json && npx concat-md docs --hide-anchor-links=false | npx add-text-to-markdown README.md --section "API" --write

karma

karma start test/karma.conf.cjs

lint

eslint test examples src

typecheck

tsc --project tsconfig-typecheck.json

pretest

npm run lint && npm run typecheck

test

npm run karma -- --single-run --log-level error
npm i ol-mapbox-style

Metadata

Downloads