Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

ol-mapbox-style

Package Overview
Dependencies
Maintainers
3
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ol-mapbox-style - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0

5

CHANGELOG.md
# Changelog
## 7.1.0
* Declutter also vector layers
* Allow text to overflow polygons
## 7.0.0

@@ -4,0 +9,0 @@

1

dist/index.js

@@ -436,2 +436,3 @@ /*

return new VectorLayer({
declutter: true,
source: new VectorSource({

@@ -438,0 +439,0 @@ attributions: glSource.attribution,

@@ -709,2 +709,3 @@ /*

new Text({
overflow: true,
padding: [2, 2, 2, 2],

@@ -711,0 +712,0 @@ }));

2

package.json
{
"name": "ol-mapbox-style",
"version": "7.0.0",
"version": "7.1.0",
"description": "Create OpenLayers maps from Mapbox Style objects",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -486,2 +486,3 @@ /*

return new VectorLayer({
declutter: true,
source: new VectorSource({

@@ -488,0 +489,0 @@ attributions: glSource.attribution,

@@ -1074,2 +1074,3 @@ /*

new Text({
overflow: true,
padding: [2, 2, 2, 2],

@@ -1076,0 +1077,0 @@ })

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc