当前位置:网站首页>Geoserver+mysql+openlayers
Geoserver+mysql+openlayers
2022-08-02 22:02:00 【Jennifer33K】
- Install geoserver-2.15.4 version.
- Geoserver supports mysql database.
- geoserver-2.15.4-mysql-plugin.zip
- Copy gt-jdbc-mysql-2.6.1.jar and mysql-connector-java-5.1.5.jar from geoserver-2.15.4-mysql-plugin.zip to webapps/geoserver/WEB-INF/lib, then restart geoserver.
- shp is imported into mysql database
- Place shp and related files of shp and doc files of DOShere in the same directory.
- Enter the command: shp2mysql shp file name.shp table name database name > Generated sql file name.sql.
- Example: shp2mysql point_psn.shp test coordinate>psn.sql.
- Modify the generated sql file: ALTER TABLE table name ADD the_geom GEOMETRY.add must be: the_geom GEOMETRY.
- Replace all -1) ); with) );
- Go to the mysql database and import the sql file.
- Connect mysql data in geoserver to display the map.
- The effect is still under test~
边栏推荐
猜你喜欢
喜迎八一 《社会企业开展应聘文职人员培训规范》团体标准出版发行会暨橄榄枝大课堂上线发布会在北京举行
有什么好用的IT资产管理软件
JVM内存和垃圾回收-04.程序计数器(PC寄存器)
【学习日记】win64配置openni的vs2022编译环境
备战无人机配送:互联网派To C、技术派To B
【C语言刷题】Leetcode238——除自身以外数组的乘积
「日志」深度学习 CUDA环境配置
安装Mac版Mysql卡在Installation阶段,彻底清理mysql并重装mysql
Mobile Banking Experience Test: How to Get the Real User Experience
香农与信息论三大定律
随机推荐
互联网寒冬,挚友7面阿里,终获Offer
看【C语言】实现简易计算器教程,让小伙伴们为你竖起大拇指
C#里如何简单的校验时间格式
VSTO踩坑记录(1)- 从零开始开发outlook插件
ROS基本编程概述
1.0.0到1.0.2的底层数据库表的更新,需要再重新自建数据库吗?
NIO基础之三大组件
从技术全景到场景实战,透析「窄带高清」的演进突破
实例034:调用函数
为何国内年轻人都抢购iPhone,因为它更实惠也更亲民
Jupyter Notebook(Anaconda)——两个环境分别修改默认打开目录(深度学习第一周番外篇)
监控易火星版即将亮相:分布式运维帮助TOP3000大企业跨越管理鸿沟
知识点滴 - 什么是iAP2 (上)
想通过FC连接RDS mysql。是不是将FC服务角色添加rds权限后,就可以通过地址,端口建连了呢
【C语言刷题】牛客JZ65——不用四则运算作加法
Unity 打包和切换平台|Build Settings窗口介绍
阿里35+老测试员生涯回顾,自动化测试真的有这么吃香吗?
Jellyfin 打造家庭影院 & 视频硬解 (威联通 QNAP)
【OpenNI2】资料整理 -- 不断更新中
T5: Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer