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
4
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

124

3.0.0

Diff

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>
    
esri_dev
published 3.0.0-beta.0 •

esri_dev
published 2.0.2 •

Changelog

Source

[2.0.2]

Added

  • New basemaps! 🙏pmacMaps🙏
    • DarkHumanGeography
    • DarkHumanGeographyDetail
    • ChartedTerritory
    • MidCentury
    • Nova
esri_dev
published 2.0.1 •

Changelog

Source

[2.0.1]

Fixed

  • Added support for deeper zoom by artificially capping tile requests at zoom level 15.
esri_dev
published 2.0.0 •

Changelog

Source

[2.0.0]

Changed

  • Existing basemaps have been updated to v2

Added

Breaking Change

  • mapbox-gl-js is now an external dependency. it is no longer bundled internally.
<link rel="stylesheet" href="https://unpkg.com/mapbox-gl/dist/mapbox-gl.css"/>
<script src="https://unpkg.com/mapbox-gl/dist/mapbox-gl.js"></script>

<!-- Esri Leaflet -->
<script src="https://unpkg.com/esri-leaflet/dist/esri-leaflet.js"></script>
<script src="https://unpkg.com/esri-leaflet-vector/dist/esri-leaflet-vector.js"></script>
esri_dev
published 1.0.7 •

Changelog

Source

[1.0.7]

Fixed

  • several edge cases that corrupted the current state of the map
esri_dev
published 1.0.6 •

Changelog

Source

[1.0.6]

Changed

  • now using Esri's latest and greatest basemaps

Fixed

  • Ensure that when a tileMap is present in an ArcGIS Pro published tileset, that its url is concatenated correctly #20
esri_dev
published 1.0.5 •

Changelog

Source

[1.0.5]

Fixed

  • Fixed a regression which caused L.esri.Vector.Layer not to honor custom styles applied to generic Esri hosted vector tilesets (example item)
esri_dev
published 1.0.4 •

Changelog

Source

[1.0.4]

Added

  • L.esri.Vector.layer can now be used to display Vector Tile Services published using ArcGIS Pro. (like this one)
esri_dev
published 1.0.3 •

Changelog

Source

[1.0.3]

Added

  • L.esri.Vector.layer object added so that developers can point at any arbitrary ArcGIS Online hosted vector tile source

Fixed

  • trapped situation in which vector style json defines path of sprites/glyphs using fully qualified paths.

Changed

  • made dependency on Leaflet fixed at 1.0.0-beta.2 (until #47 is resolved)
  • started linting all the .js in the repo
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