npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@hbgis/websdk

v1.0.38

Published

The SDK is based on Cesium and Openlayers for secondary development of 2, 3D all-in-one WebGis application framework

Downloads

2,889

Readme

hbgis-websdk

增加 enumServiceType enumEventType eventBusManager Util

2024.5.6

1、原LayerManager.addPIELayer方法名修改为addLayer,removePIELayer方法名修改为removeLayer 2、原piesat3DMap类名修改为hb3DMap,piesat2DMap类名修改为hb2DMap

2024.5.22

1、优化wmts\wms加载逻辑,不再调用capabilities,而是直接支持配置matrixSet和matrixIds来加载瓦片图层 2、支持加载geoserver图层组服务,提高加载速度 3、支持三维模式下的视频融合

2024.6.20

Layermanager图层管理器中的addOperateLayer,addLayerByType方法会判断id是否存在,存在则设为显示 setVisible方法同样会判断id是否存在,存在时才会执行相应图层的显示或隐藏

2024.7.31

二维VectorLayer新增方法:getLayerBounds获取图层数据的四至范围

2024.8.6

解耦turf依赖,在需要调用依赖turf的某些方法时,手动引入turf注册即可 底层升级ol到10.0.0,ol-ext到4.0.21,cesium到10.1.0

2024.8.28

优化聚合方法,支持不传参选中效果及回调事件

2024.8.28

版本号 1.0.36 封装矢量切片服务,type:16,示例如下 let wmtsopt={ id: "xzqBorder", name: "鹤壁测试", url:"/geoserver/dev/gwc/service/wmts", type: "16", options: { layer: "dev:kj_base_spotato", matrixSet:"EPSG:4326", format:"application/vnd.mapbox-vector-tile" } } 封装静态图片服务,type:17,示例如下 let wmtsopt={ id: "xzqBorder", name: "鹤壁测试", url: "/static/s.png", type: "17", options: { extent: [113.9809804834,35.4361663707,114.75934048340001,36.0621583707] } }