1.0.15 • Published 1 year ago

va-style v1.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Vallaris Logo

npm version

Vallaris Maps

Vallaris Maps is Geospatial data platform that provides tools for stored, analysis and visualize spatial data with effortless. By following international standard especialy OGC API series and Open Data scheme.

Introduction

va-style is simplify package for your manage groups layers and style base on Mapbox JSON style in Vallaris style

Installation

npm install va-style

or

yarn add va-style

Usage

import { visibleGroup, renderLayers } from "va-style";

// Visible layers in group id airport
const newStyle = visibleGroup(yourStyle, "airport", "visible");
//=>  set style by newStyle

// Render layers with metadata key interactive
const InteractiveLayers = renderLayers(yourStyle, "interactive");
//=>  render list of layers with metadata key interactive
1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.1

1 year ago

1.0.1-pre.2

1 year ago

1.0.1-pre.1

1 year ago

1.0.1-pre.0

1 year ago

1.0.0

1 year ago