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

@gausslib/gauss-sdk

v2.0.9

Published

> Guass SDK 是 JavaScript 语言编写的 Cesium 扩展接口,可帮助您在网站中构建功能丰富、交互性强、可定制的地图应用及丰富的三维场景及可视化效果

Downloads

58

Readme

概述

Guass SDK 是 JavaScript 语言编写的 Cesium 扩展接口,可帮助您在网站中构建功能丰富、交互性强、可定制的地图应用及丰富的三维场景及可视化效果

运行方式

yarn run build

yarn run server

功能说明

Guass SDK 包含了构建地图相关功能的各种接口,具体如下:

1、地图展示功能:展示 2D 图、3D 图、栅格图、矢量图;
2、地图控件功能:可以在地图上添加/删除比例尺、缩放以及自定义控件,并可以设置各类控件的显示位置;
3、覆盖物功能:支持在地图上添加/删除标注 marker、信息窗体 Popup 等覆盖物功能;
4、工具类功能:提供经纬度坐标与屏幕坐标互转功,提供测距、面积计算等功能;
5、鼠标交互功能:支持动态修改鼠标样式、鼠标拖拽/缩放地图及鼠标绘制等功能;
6、地图控制功能:支持地图平移、缩放、拖拽、旋转、俯仰;
7、图层渲染功能:支持设置标注、圆、线、粒子、面、建筑物、栅格、背景、3D 模型、3D-tiles 等图层,并能设置图层渲染样式;
8、图形编辑功能:支持设置点、线、面、圆、椭圆、扇形、曲线面、复杂箭头等几何图形编辑功能;
9、地图服务功能:提供数据信息检索的接口,如位置搜索、路径规划、地址解析、智能提示等服务;

浏览器支持

PC 浏览器:windows 10 :Chrome 84版本及以上(32位/64位)、Firefox 93版本及以上、Microsoft Edge 80版本以上
移动浏览器:Chrome >= 47.0、Safari >= iOS 9.0、 Firefox >= 55.0 、或者浏览器内核 >= Webkit4.0

感谢支持