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

seisys-webgis-vue

v0.1.51

Published

## Project setup ``` npm install ```

Downloads

2

Readme

seisys-webgis-vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

... apiUrl 服务器地址 gisPlat 地图服务平台(bd,pgis,arc2d) gisViewer 地图组件版本(gisViewer-vue,gisViewer-vue-cd) useMode 用户场景模式(cloud,model) showGisTypes 展示业务图层 dataType 业务类型 active 是否默认选中 uiConfig 图层UI参数配置 defaultSet 默认公用参数设置 popup 默认弹窗组件 pointImage 默认点位图标 dataSet 业务组件参数 dataType 业务类型 dataName 业务名称 layerType 图层类型(user,plat) uiBtnClass 业务按钮样式 showGisParams 地图参数 gisType:"point",//展示类型(point,area) gisIcon:[],//展示图标数组[] isOpenUrl: false,//是否打开第三方链接 和showPopup是互斥效果 showPopup:true,//弹窗 需要额外配置属性popup的vue组件 popupSetting:{isSelected:false,isEdit:true},//给打开的第三方链接或者是自有vue组件添加额外的页面属性 popup:null,//弹窗的vue组件 isCluster: true,//是否聚合 clusterParam: {distance:50,clusterSymbol:{url:"assets/gis/imgs/camera_nor.png", width:53, height:58},zoom:15},//聚合点位参数 isTransFormGeo: false,//是否转换坐标系,radius聚合范围,clusterIcon聚合点位图标 transParams: {oriCode: "gcj02", targetCode: "bd09"},//transParams转换坐标系oriCode是源坐标系,targetCode是转换目标坐标系 triggerMouseover: true,//是否触发鼠标移入 triggerMouseout: true,//是否触发鼠标移出 triggerClick: true,//是否触发点击 dataConfig:{ /数据查询配置 deviceType: "Camera",//请求数据类型和后台数据接口LayerId对应 isRefresh: false,//是否刷新 refreshTime: 0,//刷新周期(毫秒) params:[{key:"status",value:"0"}],//查询额外参数 apiUrl: 'http://localhost:18002/cbits-gis-jaxrs-api', // 数据地址(如果不配置则采用公用的apiUrl) data:null//预设数据(当设置此属性时,会优先解析此数据) }