Ai大模型相关案例,AI
Mapbox-gl-js v0.22.0-dev 发布了,MapBox 是 iOS 上 MapKit 的一个开源实现。
本次发布改进如下:
- The
GeoJSONSource,VideoSource,ImageSourceconstructors are now private. Please usemap.addSource({...})to create sources andmap.getSource(...).setData(...)to update GeoJSON sources. #2667 Map#onErrorhas been removed. You may catch errors by listening for theerrorevent. If no listeners are bound toerror, error messages will be printed to the console. #2852
新特性 & 增强:
- Increase max glyph atlas size to accomodate alphabets with large numbers of characters #2930
- Add support for filtering features on GeoJSON / vector tile
$id#2888 - Update geolocate icon #2973
- Add a
closeevent toPopups #2953 - Add a
offsetoption toMarker#2885 - Print
errorevents without any listeners to the console #2852 - Refactored
Sourceinterface to prepare for custom source types #2667
Bug 修复:
- Fix opacity property-functions for fill layers #2971
- Fix
DataCloneErrorin Firefox and IE11 #2559 - Fix bug preventing camera animations from being triggered in
moveendlisteners #2944 - Fix bug preventing
fill-outline-colorfrom being unset #2964 - Fix webpack support #2887
- Prevent buttons in controls from acting like form submit buttons #2935
- Fix bug preventing map interactions near two controls in the same corner #2932
- Fix crash resulting for large style batch queue #2926
下载地址:






