Skip to content

Releases: maptalks/maptalks.js

V0.40.3 Released

11 Jun 09:31
Compare
Choose a tag to compare

Features

  • Add a new method toJSON in SpatialReference
  • Add a new method pointToDistance in Map
  • Add a new method onLoadEnd in Layer

Improvements

  • Improve tooltip's user experience, as #695
  • Sync overview control when zooming
  • Improve map's rotation sliding

Fixes

  • Fix circle.getShell
  • Fix rectangle draw when map rotate, close #617
  • Fallback to build-helper 0.4.3 for webpack 4, close #693
  • Fix infowindow's offset on some markers, close #678
  • Not rebuild uimarker's dom on zoom end, close #688
  • Fix tilelayer's bug with invisible container, close #692

Contributors

@zhangpeichuan001 @1dent1ty

V0.40.2 Released

18 May 14:57
Compare
Choose a tag to compare

Fixes

  • Fix a bug of tile cascade, as #679
  • Fix a compatibility regression bug of dom plugins

V0.40.1 Released

15 May 04:50
Compare
Choose a tag to compare

Features

  • [example] Add a new Layer, ImageLayer, to add images with geographic extent on map.

    image

  • [example] Add new modes to DrawTool: FreeHandPolygon, FreeHandLineString.

    freeline 1

  • [example] Add 4 new symbol properties: linePatternDx, linePatternDy, polygonPatternDx, polygonPatternDy, for pattern animation.

    animpattern 1

Enhancements

  • Significantly improve TileLayer's performance by introducing 2 new options: cascadeTiles, minPitchToCascade

Fixes

  • Fix identify of arc curves, as #666
  • Fix shadow rendering of text halo, as #671
  • Fix cursor style on retina screen, as #668
  • Fix infowindow's position with loading images, as #657

Contributors

❤️ Thanks @sakitam-fdd for DrawTool updates and @liubgithub for ImageLayer

v0.39.8 Released

26 Apr 13:31
Compare
Choose a tag to compare

Fixes

  • Fix occasional fail of layer masking

V0.39.6 Released

26 Apr 10:05
Compare
Choose a tag to compare

Fixes

  • Fix a bug to reset styles wrongly when call player.finish()

V0.39.5 Released

04 Apr 03:33
Compare
Choose a tag to compare

Fixes

  • Fix missed properties (coordinate, containerPoint, etc) of event object on mobile

V0.39.4 Released

02 Apr 06:47
Compare
Choose a tag to compare

Fixes

  • Fix a bug that vertex can't be removed when end editing polygon or linestring

V0.39.3 Released

20 Mar 11:03
Compare
Choose a tag to compare

Fixes

  • Fix missed mouse events (or identify) of polygon if its polygonOpacity is set to 0

V0.39.2 Released

18 Mar 06:52
Compare
Choose a tag to compare

Enhancements

  • Improve TileLayer's performance
  • Improve scroll wheel zooming
  • Improve performance: extent.convertTo, smooth line's painting
  • Draw more child tiles when zooming to avoid flickers

Fixes

  • Fix bad performance in large zoom with tile offset.
  • Fix some errors in node.js env
  • Fix an IE9 compatible issue
  • Fix hitTest when lineWidth < 1
  • Fix errors when dragging MultiPolygon while map is tilting

V0.39.1 Released

07 Mar 04:07
Compare
Choose a tag to compare

Fixes

  • Fixed wrong class declaration in AMD env, as #628