Skip to content

Releases: Esri/esri-leaflet-vector

v2.0.2

07 Feb 21:37
Compare
Choose a tag to compare

Added

  • New basemaps! 🙏pmacMaps🙏
    • DarkHumanGeography
    • DarkHumanGeographyDetail
    • ChartedTerritory
    • MidCentury
    • Nova

v2.0.1

14 Sep 16:34
Compare
Choose a tag to compare

Fixed

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

v2.0.0

14 Sep 00:46
Compare
Choose a tag to compare

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>

v1.0.7

19 Apr 22:48
Compare
Choose a tag to compare

Fixed

  • several edge cases that corrupted the current state of the map

v1.0.6

04 Jan 23:02
Compare
Choose a tag to compare

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

v1.0.5

22 Nov 18:38
Compare
Choose a tag to compare

Fixed

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

v1.0.4

22 Nov 17:39
Compare
Choose a tag to compare

Added

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

v1.0.3

03 Oct 22:29
Compare
Choose a tag to compare

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

v1.0.2

16 Sep 16:16
Compare
Choose a tag to compare

Fixed

v1.0.1

15 Sep 22:25
Compare
Choose a tag to compare

Fixed

  • added .npmignore file to ensure built library is included in npm package.