1 Star 0 Fork 0

杨登贤/GISLite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Introduction of GISLite

In English

Static site generator (SSG) for GIS data publishment as light WebGIS application. SSG JUST means for HTML, CSS and JavaScript. The application run with MapServer with Apache2 CGI, and MapProxy which running via Python.

Example: http://www.osgeo.cn/gislite/

2020-3-5, update: Using Sphinx as the replacement to publish the HTML result.

说明

基于开源GIS技术开发,使用静态网站形式对GIS数据进行发布。

演示网站: http://www.osgeo.cn/gislite/

基于 MapServer 的服务器端GIS数据图层发布管理系统。 目的是用于解决发布较多数量的地图时的数据更新、样式修改,以及不同样式组合应用的问题。 尽量实现数据源唯一,使用 XLSX 文件定义样式。 主要实现GIS数据图层的发布,但也实现了多源数据发布为单个地图切片,以及多个图层发布为图层分组的功能。

  • 基于MapServer、MapProxy
  • 使用开放电子表格格式 XLSX 定义样式
  • 可用于团队地理信息数据快速发布管理

使用技术

  • MapServer
  • MapProxy
  • LeafletJS
  • Python 3
  • Jinja2

运行方式

运行下面的命令,生成地图图层,网站 HTML 文件,以及运行 MapProxy 需要的文件。

python3 build_gislite.py

相关网站

运行环境安装

开发与测试运行于 Debian Buster 。 在管理员权限下安装运行环境:

apt install -y apache2 php libapache2-mod-fcgid cgi-mapserver mapserver-bin libapache2-mod-php
apt install -y python3-openpyxl python3-mapproxy python3-markdown
apt install -y build-essential  python3-gdal python3-pip
pip3 install mappyfile

另外,需要GIS数据,路径由 cfg.py 中的 GIS_BASE 指定。

程序需要的资源,都在 cfg.py 中定义。 TILE_SVR 是 MapProxy 服务地址。

使用了 Apache + CGI 来调用 MapServer, 需要 Apache 开启 80 端口。 或者在 build_gislite.py 中修改 mapserver_ip 的值 。

MapProxy使用

使用了 MapProxy 生成地图切片。下面是脚本运行的方式。

首先建立子项目:

/usr/lib/python3-mapproxy/mapproxy-util create -t base-config wcs_imgmap

~/.local/bin/mapproxy-util  create -t base-config wcs_imgmap

mapproxy-util create -t base-config wcs_imgmap

cd wcs_imgmap , 然后运行:

/usr/lib/python3-mapproxy/mapproxy-util serve-develop  ./mapproxy.yaml -b 0.0.0.0:8011

~/.local/bin/mapproxy-util serve-develop ./mapproxy.yaml -b 0.0.0.0:8011

# mapproxy-util serve-develop ./mapproxy.yaml -b 0.0.0.0:8011

View HTML Result

Under directory dist_site:

python3 -m http.server 8888

Open the brower for the demo.

MIT License Copyright (c) 2019 Bu Kun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
Python 等 6 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yangdengxian/GISLite.git
git@gitee.com:yangdengxian/GISLite.git
yangdengxian
GISLite
GISLite
master

搜索帮助