New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

esri-leaflet-vector

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esri-leaflet-vector - npm Package Versions

134

4.0.1

Diff

Changelog

Source

[4.0.1] - 2023-02-23

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: 2.3.0.

Fixed

  • Switching basemaps issue (#162)

Updated

  • Updated dependencies (#163)
gavinr
published 4.0.0 •

Changelog

Source

[4.0.0] - 2022-09-02

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: 2.3.0.

Updated

  • Switched to use Maplibre GL JS (#141)
gavinr
published 3.1.5 •

Changelog

Source

[3.1.5] - 2022-08-23

Fixed

  • Fixed issue where layer is mis-aligned with map when panning the map off screen (#144)

Updated

  • Updated dependencies
gavinr
published 3.1.4 •

Changelog

Source

[3.1.4] - 2022-08-12

Fixed

  • Added "Powered by Esri" when adding a layer via item ID for consistency (#135)
gavinr
published 3.1.3 •

Changelog

Source

[3.1.3] - 2022-05-23

Fixed

  • Offset issue when zooming out to levels 0 or 1 (#127)

Updated

  • Updated dependencies
gavinr
published 3.1.2 •

Changelog

Source

[3.1.2] - 2022-03-03

Added

  • TypeScript types file (#114)

Updated

  • Updated dependencies and changed build-related settings to be consistent with Esri Leaflet (#122)
esri_dev
published 3.1.1 •

Changelog

Source

[3.1.1] - 2021-11-09

Fixed

  • Map panning was broken in some environments due to a specific mapbox-gl-js version. Pinning this library's package.json specifically to mapbox-gl-js v1.13.1 fixes the issue. #105
esri_dev
published 3.1.0 •

Changelog

Source

[3.1.0] - 2021-08-09

Added

  • L.esri.Vector.vectorTileLayer has been extended to support vector tiles layers hosted in ArcGIS Enterprise. A new portalUrl layer constructor option was added and is intended to be used with the "ITEM_ID" constructor flavor. #97

  • New README documentation and a developer console warning for L.esri.Vector.vectorTileLayer explaining that only services with a Web Mercator spatialReference are fully supported. #95

  • Updated peerDependencies to be more flexible for using v3 of esri-leaflet. #99

Fixed

  • Utility functions used by L.esri.Vector.vectorTileLayer have been improved to be more friendly with URL structures and style reformatting assumptions. #100
esri_dev
published 3.0.1 •

Changelog

Source

[3.0.1] - 2021-06-03

Fixed

  • While formatting the style object when loading a new L.esri.Vector.vectorTileLayer, check first if layer layout property exists before accessing. (🙏jag-eagle-technology🙏 #70)

  • Support style items with non-esri source names. #91

Changed

  • The layer constructor option apikey in all lowercase is now supported and encouraged in order to be consistent with the rest of esri-leaflet's ecosystem. Note that camel case apiKey continues to be allowed since [3.0.0]. #89
esri_dev
published 3.0.0 •

Changelog

Source

[3.0.0] - 2021-01-25

Breaking

  • L.esri.Vector.basemap is now L.esri.Vector.vectorBasemapLayer and requires an API key (apiKey) or token (token).

  • L.esri.Vector.layer is now L.esri.Vector.vectorTileLayer.

  • Simplified imports. mapbox-gl-js v1 continues to be a depedency but is bundled internally with production builds.

    <!-- Leaflet -->
    <link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
    <script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
    
    <!-- Esri Leaflet and Esri Leaflet Vector -->
    <script src="https://unpkg.com/esri-leaflet/dist/esri-leaflet.js"></script>
    <script src="https://unpkg.com/esri-leaflet-vector@3/dist/esri-leaflet-vector.js"></script>
    
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