Skip to content

Latest commit

 

History

History
107 lines (62 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

107 lines (62 loc) · 3.52 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Fixed

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

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>

Fixed

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

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

Fixed

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

Added

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

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

Fixed

Fixed

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

1.0.0

Added

  • Initial Release