Releases: maptalks/maptalks.js
Releases · maptalks/maptalks.js
V1.0.0-rc.40 Released
What's Changed
- Update PointSymbolizer.ts by @lzp0070007 in #2447
- fix:Defend against the issue of being unable to obtain coordinates wh… by @Criska9527 in #2451
- fix VectorLayer render Performance issues by @deyihu in #2450
- Geometry.Edit/Drag support altitude by @deyihu in #2448
New Contributors
- @lzp0070007 made their first contribution in #2447
- @Criska9527 made their first contribution in #2451
Full Changelog: v1.0.0-rc.39...v1.0.0-rc.40
V1.0.0-rc.39 Released
What's Changed
- Path edit center vertex ignore collision by @deyihu in #2403
- measureLenBetween consider altitude by @deyihu in #2406
- Attribution control support custom by @deyihu in #2413
- export DefaultSpatialReference definition by @deyihu in #2410
- fix Line patttern animation is abnormally fast by @deyihu in #2412
- use babel to transpile ts codes to es5 excluding plugins causing perf issue by @fuzhenn in #2415
- fix cameraUp when pitch >= 90 by @fuzhenn in #2417
- allow to drag and zoom when mouse ray is not intersected with map by @fuzhenn in #2419
- turn on enableAltitude by default by @fuzhenn in #2420
- TileLayer _getTileBBox Consider offset by @deyihu in #2422
- fix missed z in translate, maptalks/issues#741 by @fuzhenn in #2425
- Fix container point out of map by @fuzhenn in #2433
- map drag support custom animation easing by @deyihu in #2429
- fix geo/baseobject not fire mouseout when has repeat id by @deyihu in #2432
- update the code of conduct reference by @emmanuel-ferdman in #2435
- Canvas simulates gradient path by @deyihu in #2423
- animateTo support reverse Rotation direction by @deyihu in #2414
- fix spec error when layer.show/hide by @deyihu in #2438
- disable map scroll when map zoom Exceeding Zoom limits by @deyihu in #2444
- fix Marker rotate Not effective when textPlacement/markerPlacement by @deyihu in #2441
- VectorLayer identify Ignore collided geometry by @deyihu in #2446
- implement text path by @deyihu in #2445
New Contributors
- @emmanuel-ferdman made their first contribution in #2435
Full Changelog: v1.0.0-rc.37...v1.0.0-rc.39
v1.0.0-rc.33 Released
What's Changed
Breaking Changes
- map.setCameraPosition is renamed to map.setCameraOrientation and map.setCameraPosition is used to only update camera's coordinate
Changes
- Map event carray terrain data by @deyihu in #2209
- Update UIComponent.js to set offet by @wordgold in #2214
- Geometry Edit control point support collision by @deyihu in #2213
- map's center support altitude by @liubgithub in #2217
- synchronize map with mouse when dragging or zooming map by @liubgithub in #2210
- Enable 3d mode in DrawTool by @deyihu in #2218
- UIMarker content support scroll when eventsPropagation=false by @deyihu in #2221
Full Changelog: v1.0.0-rc.32...v1.0.0-rc.33
v1.0.0-rc.32 Released
What's Changed
Full Changelog: v1.0.0-rc.31...v1.0.0-rc.32
V1.0.0-rc.31 released
What's Changed
- 修复测距单位翻译错误 by @ydfzgyj in #2192
- npm includes src resouce by @deyihu in #2193
- fix onTileError by @fuzhenn in #2196
- Fix font by @fuzhenn in #2199
- optimize prepareCanvasFont performance by @deyihu in #2197
- test env config mount to globalconfig by @deyihu in #2195
- control position support Any CSS value by @deyihu in #2202
- fix infowindow Cannot scroll when customizing by @deyihu in #2203
- add GeoJSON.fetch for big geojson files by @deyihu in #2204
Full Changelog: v1.0.0-rc.30...v1.0.0-rc.31
V1.0.0-rc.30 Released
V1.0.0-rc.29 Released
What's Changed
- TileLayer tweaks for better user experience by @fuzhenn in #2125
- always fire geometry edit events After processing the internal logic by @deyihu in #2140
- Fixed 英尺和米的换算 by @SYAHJUN11 in #2153
- fix Rectangle/Ellipse/Sector rotate not work by @deyihu in #2130
- fix repeated root nodes in _getPyramidTiles when zoomOffset is not 0,… by @fuzhenn in #2154
- add GlobalEvent for monitor visibilitychange/devicePixelRatio change by @deyihu in #2155
- DistanceTool support custom format label content by @deyihu in #2151
- fix GeometryCollection _toJSON error when options is null by @deyihu in #2147
- Provide a prompt when GeometryCollection is nested within itself by @deyihu in #2142
- fix UIComponent ViewPoint cal error when geometry coordinates carry z… by @deyihu in #2134
- fix glRes cache not clear when SpatialReference changed by @deyihu in #2132
- Adding translator class to handle multiple languages by @Vairgrys in #2131
- fix line draw altitude wall Not working properly fix #2167 by @deyihu in #2168
- fix rectangle rotate missing z value render by gl by @deyihu in #2160
- fix ellipse's shell, fix maptalks/issues#552 by @fuzhenn in #2178
- UIMarker Can only be added to the map by @deyihu in #2162
- map mousemove event add time Threshold for performance by @deyihu in #2138
- fix Gemetry getContainerExtent is error when markerWidth is 0 by @deyihu in #2176
- Some updates by @fuzhenn in #2182
- add requestIdleCallback support for performance by @deyihu in #2181
- fix Geometry cursor Not working properly by @deyihu in #2149
- VectorLayer support progressive Render by @deyihu in #2169
- some tweaks by @fuzhenn in #2184
- optimize vectormarker event performance when it symbol has function-type by @deyihu in #2186
New Contributors
- @SYAHJUN11 made their first contribution in #2153
- @Vairgrys made their first contribution in #2131
Full Changelog: v1.0.0-rc.28...v1.0.0-rc.29
V1.0.0-rc.28 Released
What's Changed
- add support for UTM and Traverse Mercator projection by @fuzhenn in #2108
- fix Geometry not update alt cache when altitude changed by @deyihu in #2112
- map add drop event by @deyihu in #2106
- fix uicomponent autopan cal error when map position top/left >0 by @deyihu in #2120
- some fixes by @fuzhenn in #2124
Full Changelog: v1.0.0-rc.27...v1.0.0-rc.28
V1.0.0-rc.27 Released
V1.0.0-rc.26 Released
What's Changed
- fix GroupGLLayer child Layer not fire identifyempty event by @deyihu in #2058
- fix Marker event not fire when textRotation by @deyihu in #2064
- Layer disable geometryEvents not hitDetect by @deyihu in #2063
- fix lineDasharray Not working when polygon has holes by @deyihu in #2070
- fix createLinearGradient error when polygon ring is linear by @deyihu in #2069
- DrawTool add drawprepare event by @deyihu in #2075
- DrawTool support set layer zIndex by @deyihu in #2073
- TileLayer add options.bufferPixel for custom tile buffer size by @deyihu in #2078
- fix text font error when textsize missing by @deyihu in #2087
- sharper image in ImageLayer, fix maptalks/issues#450 by @fuzhenn in #2089
- add terrain tile mode for TileLayer by @fuzhenn in #2086
Full Changelog: v1.0.0-rc.25...v1.0.0-rc.26