
GeoServer+PostGIS+Tomcat+QGIS
文章平均质量分 64
GeoServer+PostgreSQL+PostGIS+Tomcat+QGIS一整套相关
挣钱花388
Spring+Alibaba全家桶 vue C# SOE ArcGIS WebGIS openlayer mapbox cesium ArcEngine 微信小程序 Uniapp Java React GeoServer QGIS
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
GeoServer+PostgreSQL+PostGIS+Tomcat+QGIS一整套发布部署
tomcat+postgres+postgis+jdk+qgis+geoserver; 解压包+浏览器+cesiumLab+npp下一步下一步,点点点,然后关闭 (注意红色区域都要拷贝放进去)新建 CATALINA_HOME 环境变量,CATALINA_HOME = C:\Users\54061\Desktop\apache-tomcat-8.5.61 新建 CATALINA_BASE 环境变量,CATALINA_BASE = C:\Users\54061\Desktop\apache-to原创 2022-10-08 15:32:41 · 6495 阅读 · 0 评论 -
GeoServer地图服务器权限控制
本文章应该会后面试验一个鉴权功能就会发布一系列测试过程(GeoServer有很多鉴权方式)原创 2023-09-19 16:55:31 · 1241 阅读 · 0 评论 -
openlayers 加载天地图及自定义EPSG:4490坐标系以及axisOrientation的值为enu或neu的问题
但是这个只是针对neu坐标系,而我们注册的4490如果不重写定义axisOrientation,会被ol默认注册为enu,从而不会触发wms1.3.0的反转xy的操作,导致图层无法加载,所以需要进行projection4490的重写,然后覆盖添加到projection中。首先openlayer自带的projection的坐标系是支持EPSG4326的,我们想要支持EPSG4490的坐标系,就必须将4490的坐标系注册进openlayer的projection中,这里我们借助Proj4.js。原创 2023-03-24 16:34:44 · 3216 阅读 · 0 评论 -
qgis在线地图
qgis在线地图高德路网::https://wprd01.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=8<ype=11高德卫星::https://webst01.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}原创 2022-10-10 15:31:18 · 965 阅读 · 0 评论 -
The requested Style can not be used with this layer. The style specifies an attribute named &apos;Y
The requested Style can not be used with this layer. The style specifies an attribute named 'YDXZ', not found in the 'GHSJ_TDGH_MBNGH_GTKJZTGH' layer一般是QGIS图层生成的sld为大写的字段名称,而geoserver为小写的,所以要替换成小写的,把sld打开,例如字段名称:YDDM替换成yddm,解决!原创 2022-10-08 17:39:24 · 1006 阅读 · 0 评论 -
geoserver设置切片缓存路径
geoserver设置切片缓存路径:"C:\Users\administrator\Desktop\apache-tomcat-8.5.61\webapps\geoserver\WEB-INF\web.xml"原创 2022-10-08 11:49:22 · 931 阅读 · 0 评论