Skip to content

Commit

Permalink
remove all gis features
Browse files Browse the repository at this point in the history
  • Loading branch information
tengge1 committed Oct 17, 2020
1 parent f2296bf commit f635cbf
Show file tree
Hide file tree
Showing 503 changed files with 116 additions and 64,842 deletions.
39 changes: 1 addition & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ English / [中文](README_zh.md) &nbsp;&nbsp; | &nbsp;&nbsp; <a href="https://gi
* If helpful to you, please [DOnate](https://gitee.com/tengge1/ShadowEditor) to support us. thank you!

<img src="https://gitee.com/tengge1/ShadowEditor/raw/master/images/scene20200503_en.jpg" />
<img src="https://gitee.com/tengge1/ShadowEditor/raw/master/images/scene20200705.jpg" />

## v0.5.10 is Coming Soon

1. 3D GIS. (In development)
1. Remove all GIS related features, and no longer provide GIS in the open source version in the future.

## v0.5.9 has Released

Expand Down Expand Up @@ -105,42 +104,6 @@ English / [中文](README_zh.md) &nbsp;&nbsp; | &nbsp;&nbsp; <a href="https://gi
- [ ] Batch rendering
- [ ] Occlusion culling
- [ ] Split screen display
- [ ] GIS scene editing
- [ ] Vector imagery
- [ ] Google vector tiles
- [ ] Tianditu vector tiles
- [ ] Satellite imagery
- [x] Bing satellite tiles
- [ ] Google satellite tiles
- [ ] Tianditu satellite tiles
- [ ] 3D terrain
- [x] Arcgis elevation
- [ ] Cesium elevation
- [ ] Terrain editing
- [ ] Ground features editing
- [ ] Draw point, line and polygon
- [ ] Layer editing, style editing
- [ ] Pipe network editing, district editing
- [ ] computer room editing, pipe gallery editing
- [ ] Data query
- [ ] Data Service
- [ ] WMTS, WMS, MVT service
- [ ] Mapbox-gl-js styles,mvt data
- [ ] Cesium 3dtiles
- [ ] Data processing and import
- [ ] OSM, sharp, dxf, excel, BIM, point cloud, oblique photography
- [ ] Analysis
- [ ] Distance measurement, area measurement, angle measurement
- [ ] Perspective analysis, visual domain analysis, buffer analysis, flooding analysis
- [ ] Topological analysis, Connectivity analysis, Burst analysis, Cross-sectional analysis
- [ ] Topographic excavation, section diagram, contour line, heat map
- [ ] 3D plotting, 3D cartography
- [ ] Other tools
- [ ] Coordinate system conversion, Data correction
- [ ] wgs84, cgcs2000, beijing54、xi'an80、gcj-02、bd-09
- [ ] Mercator projection, gaussian projection
- [ ] Seven parameter conversion, four parameter conversion
- [ ] Resource downloader, pyramid slice, mesh resampling
- [ ] Data visualization
- [ ] UI
- [ ] Panel, tab panel
Expand Down
40 changes: 1 addition & 39 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@

![image](images/scene20200301.jpg)

![image](images/scene20200705.jpg)

## v0.5.10即将更新

1. 三维GIS。(开发中)
1. 移除所有GIS相关功能,以后不再在开源版本中提供GIS服务。

## v0.5.9发布

Expand Down Expand Up @@ -105,42 +103,6 @@
- [ ] 批量渲染
- [ ] 遮挡剔除
- [ ] 分屏显示
- [ ] GIS场景编辑
- [ ] 矢量地图
- [ ] 谷歌矢量地图
- [ ] 天地图矢量地图
- [ ] 卫星地图
- [x] 必应卫星图
- [ ] 谷歌卫星图
- [ ] 天地图卫星图
- [ ] 三维地形
- [x] Arcgis地形
- [ ] Cesium地形
- [ ] 地形编辑
- [ ] 地物编辑
- [ ] 绘制点线面
- [ ] 图层编辑、样式编辑
- [ ] 管网编辑、小区编辑
- [ ] 机房编辑、管廊编辑
- [ ] 数据查询
- [ ] 数据服务
- [ ] WMTS, WMS, MVT服务
- [ ] Mapbox-gl-js样式,mvt数据
- [ ] Cesium 3dtiles
- [ ] 数据处理及导入
- [ ] OSM, sharp, dxf, excel, BIM, 点云, 倾斜摄影
- [ ] 分析
- [ ] 距离测量、面积测量、角度测量
- [ ] 透视分析、可视域分析、缓冲区分析、淹没分析
- [ ] 拓扑分析、连通性分析、爆管分析、横纵截面分析
- [ ] 地形开挖、剖面图、等高线、热力图
- [ ] 三维标绘、三维制图
- [ ] 其他工具
- [ ] 坐标系转换、数据纠偏
- [ ] wgs84、cgcs2000、北京54、西安80、gcj-02、bd-09
- [ ] 墨卡托投影、高斯投影
- [ ] 七参数转换、四参数转换
- [ ] 资源下载器、金字塔切片、模型重采样
- [ ] 数据可视化
- [ ] 二维组件
- [ ] 面板、选项卡
Expand Down
Binary file removed images/scene20200705.jpg
Binary file not shown.
3 changes: 0 additions & 3 deletions server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ import (
_ "github.com/tengge1/shadoweditor/server/export/examples" // examples api
_ "github.com/tengge1/shadoweditor/server/export/scene" // scene api

// Register `github.com/tengge1/shadoweditor/server/gis`
_ "github.com/tengge1/shadoweditor/server/gis" // gis api

// Register `github.com/tengge1/shadoweditor/server/system`
_ "github.com/tengge1/shadoweditor/server/system/authority" // authority api
_ "github.com/tengge1/shadoweditor/server/system/config" // config api
Expand Down
19 changes: 0 additions & 19 deletions server/server/gis/README.md

This file was deleted.

95 changes: 0 additions & 95 deletions server/server/gis/handle_bing.go

This file was deleted.

36 changes: 0 additions & 36 deletions server/server/gis/handle_bing_test.go

This file was deleted.

Loading

0 comments on commit f635cbf

Please sign in to comment.