Releases: maptalks/maptalks.js
Releases · maptalks/maptalks.js
V0.33.1 Released
Fixes
- Fix position of marker's auto open infowindow, as #525
V0.33.0 Released
Features
- Add a new option "autoOpenOn" to InfoWindow, as #525
- Add a new event "renderercreate" to Layer
V0.32.4 Released
Fixes
- Reset map's
fpsOnInteracting
from 0 to 25, as #526
V0.32.3 Released
Fixes
- Fix unexpected page scrolling when dragging map by touch events on mobiles, this is a regression bug in v0.32.2.
V0.32.2 Released
Improvements
- Reduce tiles number to load when tilting
- Ignore dragging out of map
V0.32.1 Released
Features
- Add current coordinate in path.animateShow, as #523 , by @liubgithub
Improvements
- Improve map dragging when tilting
V0.32.0 Released
Features
- Map can tilt to 80 degree now (60 degree previously)
- Add 2 more options on map:
maxPitch
andmaxVisualPitch
- Add
autoCloseOn
in InfoWindow, as #515, proposed by @shanyipeng
Fixes
- Fix mouse position offset with 'transform:scale', see #450
- Fix wrong extent of rectangle with a reversed fullExtent of identity projection
V0.31.0 Released
Features
- Fractional zooming on mobile
- Add a new Layer GroupTileLayer
- Add 2 new methods on map
hasPreviousView()
andhasNextView()
for view history
Fixes
- Use jsonp instead of xhr to load arcgis config to avoid CORS blocking
- Fix map bouncing when hitting min/max zoom
- Fix tile gap of tilelayer on mobile
- Fix map.getZoomForScale
- Fix background painting when rotating canvas tilelayer
Breaking Changes
- Change
getPreviousView
andgetNextView
tozoomToPreviousView
andzoomToNextView
V0.30.2 Released
Fixes
- Fix dxdy in marker symbolizers
- Add validity check in spatial reference full extent
V0.30.1 Released
Fixes
- Fix maptalks.Util.now()