Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@nextgis/paint
Advanced tools
An auxiliary library for working with the style of vector layers
# latest stable
$ npm install --save-dev @nextgis/paint
# or
$ yarn add @nextgis/paint
import { isPaint } from '@nextgis/paint';
Need to fix a bug or add a feature to @nextgis/paint
? We provide custom development and support for this software. Contact us to discuss options!
1.16.8 (2023-05-14)
this
in fabric method (3904583)like
and ilike
search (1d6ee0f)@nextgis/paint
(0f72300)@nextgis/properties-filter
(8ec97de)ControlContainer
(bf566e2)progress
(e6302cc)qgis_raster_style
(e0f98c4)match
-decision expression (234195d)arrayCompareStrict
function (b647b10)full
method (39d1dee)getBoundsPoly
webmap util (d286452)createInput
and dialog
methods have been moved from the @nextgis/ngw-uploader
to the new @nextgis/ngw-uploader-input
maxBounds
option fron ngw-kitextensions
for any ngw feature request is now empty for defaultnew WebMap({ mapAdapter: new MapAdapter(), ...appOptions, mapOptions: MapOptions })
> new WebMap(mapOptions)
new NgwMap(new MapAdapter(), ngwMapOptions)
> new NgwMap(ngwMapOptions)
WebMapOptions.create
is now true
by default@nextgis/webmap
library insteadimport { WebMapLayerAdapter } from @nextgis/ngw-kit
to import { NgwWebmapLayerAdapter } from @nextgis/ngw-kit
and import { WebMapLayerItem} from @nextgis/ngw-kit
to import { NgwWebmapLayerItem } from @nextgis/ngw-kit
qms-kit
. You should replace import QmsKit from "@nextgis/qms-kit"
to import { QmsKit } from "@nextgis/qms-kit"
everywherengw-map
. You should replace import NgwMap from "@nextgis/ngw-map"
to import { NgwMap } from "@nextgis/ngw-map"
everywherevisibility
is now true
propertiesFilter
removed from @nextgis/utils
FAQs
Create style for vector layer
The npm package @nextgis/paint receives a total of 45 weekly downloads. As such, @nextgis/paint popularity was classified as not popular.
We found that @nextgis/paint demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.