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

hdmap

v1.1.7

Published

hdmap is a web GIS engine using openlayers 3.X

Downloads

6

Readme

Introduction

hdmap is a web GIS engine using openlayers 3.X

use

add

<script src="lib/js/hdmap.js">

to the page or

import hdmap from hdmap;
import 'hdmap/dist/hdmap.css'

branches 分支说明

master

作为dev_v1分支的版本发布分支,为POC3分支的代码支撑

版本号: 1.*.*

buildv2

作为dev分支的版本发布分支,为POC4以后的业务进行支撑

版本号:2.*.*

buildv3

作为dev_v3分支的版本发布分支,为新大屏以后的业务进行支撑

版本号:3.*.*

dev

比例尺、旋转角、中心GPS、GPS映射算法更新后开发分支,新代码发布在buildv2分支

dev_v1

默认所上传的地图的坐标系为上北下南方向,选点计算比例尺、中心GPS和GPS映射算法

不考虑地图旋转,新代码发布在master分支上

已锁定版本,无重大bug不进行更新

dev_v3

支持切片地图加载和计算的3.*版本的开发分支

myopenlayers

openlayers源码分支,被hdmap仓库依赖,在工程中提供ol源码

mapbook

hdmap API网站源码分支,构建markdown语法的地图引擎API