Skip to content

Releases: nextzen/nextzen.js

disabled scrollWheelZoom with any version of Leaflet

13 Oct 21:59
Compare
Choose a tag to compare
  • for Leaflet v1.0.1, it doesn't disable scrollWheelZoom without redundant setting option. (oct, 13, 2016)

Tron, Tangram v0.10, standalone

13 Oct 17:00
Compare
Choose a tag to compare
  • bumped up Tangram version to v0.10
  • added Tron style to BasemapStyles
  • made standalone release supported by mapzen.com cdn

fixed standalone deploy syntax

12 Oct 23:46
Compare
Choose a tag to compare
Merge pull request #263 from mapzen/hanb/add-standalone

fixed deploy syntax

included standalone version in release process

12 Oct 23:34
Compare
Choose a tag to compare
  • standalone (js, min version of js, css) version files are now in release process.
  • added some examples for standalone version
  • replaced locator to hand-rolled one

Corrected dependancies of package.json

06 Oct 15:52
Compare
Choose a tag to compare

Some dependencies which shoudln't be devDependencies were categorized as dev. Put them in dependencies.

Corrected main file of npm package

06 Oct 20:53
Compare
Choose a tag to compare

Documented new unified API keys

16 Sep 22:03
Compare
Choose a tag to compare

Added documentation to reflect unified Mapzen API keys and fixed some docs typos.

removed custom behavior for double click

13 Sep 21:07
Compare
Choose a tag to compare
  • removed custom bahavior of double click to make it zoom around clicked point
  • clarified the documentation about Tangram

improved hash component

26 Aug 19:30
Compare
Choose a tag to compare
  • added reset functionality to hash component
  • fixed error when only geocoder is passed to hash

fixed iframe check

26 Aug 18:25
Compare
Choose a tag to compare

MapzenJS is supposed to detect the map is iframed or not, and disable scrollwheezoom if it is. This function was not working. fixed it.