Sin descripción

DESKTOP-6LTVLN7\Liumouren ec17ab0c2f 搜索逻辑优化 hace 8 meses
public 2e322b1fc8 增加搜索功能,优化代码结构 hace 11 meses
src ec17ab0c2f 搜索逻辑优化 hace 8 meses
.browserslistrc 0b08d90573 首次提交 hace 1 año
.eslintrc.js 0b08d90573 首次提交 hace 1 año
.gitignore 0b08d90573 首次提交 hace 1 año
README.md e51aa67550 修改系统名称 hace 1 año
babel.config.js 0b08d90573 首次提交 hace 1 año
index.html 3c0dd658d6 增加功能:url带有效token可直接使用 hace 1 año
jsconfig.json 0b08d90573 首次提交 hace 1 año
package-lock.json b28e5e9d74 解决模型无法展示的问题 hace 1 año
package.json 0b08d90573 首次提交 hace 1 año
vue.config.js d051649d5a 增加xyz_png、xyz_jpg、cartodb等地址添加,修改代理地址拼接逻辑 hace 11 meses

README.md

sky-proxy-ui

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

See Configuration Reference.

20230925

  • 添加xyz瓦片服务读取判断,需要在proxy.json中MAP中添加type字段,进行识别

    {
    "content":"上海影像图",
    "key":"SH_TILES",
    "url":"http://192.168.1.37:9002/map_tiles/sh_qp._yxt_20230921-zong/sh_tiles",
    "type":"xyz"
    }
    

20231102

  • 禁用cookie
  • 删除内置账号密码

20231025

  • 修改二三维数据预览展示方式,使用嵌入页面的形式展示,单页面url后缀拼接参数如下:

| 参数 | 类型 | 是否必填 | 含义 | | ----- | ------ | -------- | -------------------- | | dataType | String | 是 | 数据类型,twoD为二维数据,threeD为三维数据 | | mapType | String | 是 | 地图展示类型,twoD为二维展示,threeD为三维展示 | | mapserverType | String | 是 | 数据服务类型,arcgis为arcgis类型瓦片服务,xyz为xyz格式数据服务 | | url | String | 是 | 数据代理服务地址 |

  • 注:mapType、mapserverType两个参数, 仅在dataType参数值为twoD时生效

20231206

  • 修改系统名称 由 数据共享服务系统 修改为 二三维服务接引系统