Skip to content

V0.35.1 Released

Compare
Choose a tag to compare
@fuzhenn fuzhenn released this 25 Nov 11:49
· 6454 commits to master since this release

Features

  • Add a new control maptalks.control.LayerSwitcherControl (example). By @1dent1ty in #547
  • map.addLayer supports rest arguments now
  • Add a new method endDraw method in DrawTool
  • Add two method in Layer, setOpacity and getOpacity
  • Reimplement 3D transform matrixes
  • Add two new symbol properties markerHorizontalAlignment and markerVerticalAlignment
  • Add 4 new event in Map: rotatestart, rotateend, pitchstart and pitchend
  • Add 2 new method in Map: getGLZoom and getGLScale

Fixes

  • Fix several compatible bugs on IE9
  • Fix an error to setCoordinates when geometry is being edited, as #551
  • Fix event on/off with event map object
  • Fix linestring/polygon with altitude's painting
  • Fix wrong extent of rectangle with a reversed fullExtent of identity projection
  • Fix WMS parameters with WMS version < 1.3.0
  • Fix tilelayer's rendering after setting zoom without animation
  • Fix infowindow's reopen, as #546
  • Fix SVG marker painting on firefox, as #543
  • Fix black tile image on IE, as #541

Improments

  • TileLayer, change tile texture's min filter to make tile look more clear

Contributors

@1dent1ty