当前位置:网站首页>geoserver+mysql+openlayers问题点
geoserver+mysql+openlayers问题点
2022-08-02 18:47:00 【Jennifer33K】
1. tomcat下部署geoserver解决跨域访问问题
报错:Access to XMLHttpRequest at 'http://localhost:8900/geoserver/cite/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=cite%3Apoi&maxFeatures=50&outputFormat=application%2Fjson' from origin 'http://localhost:8090' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
2. win10 处理shp数据进入mysql(报错cygwin1.dll丢失)
3. wfs要素url:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": "points.1",
"geometry": {
"type": "Point",
"coordinates": [
116.311,
40.014
]
},
"geometry_name": "location",
"properties": {
"name": "圆明园",
"x": "116.310558",
"y": "40.014033"
}
},
{
"type": "Feature",
"id": "points.2",
"geometry": {
"type": "Point",
"coordinates": [
116.335,
40.0105
]
},
"geometry_name": "location",
"properties": {
"name": "清华大学",
"x": "116.335279",
"y": "40.010497"
}
},
{
"type": "Feature",
"id": "points.3",
"geometry": {
"type": "Point",
"coordinates": [
116.278,
40.0065
]
},
"geometry_name": "location",
"properties": {
"name": "颐和园",
"x": "116.277787",
"y": "116.277787"
}
},
{
"type": "Feature",
"id": "points.4",
"geometry": {
"type": "Point",
"coordinates": [
116.405,
39.9154
]
},
"geometry_name": "location",
"properties": {
"name": "天安门",
"x": "116.404844",
"y": "39.915378"
}
},
{
"type": "Feature",
"id": "points.5",
"geometry": {
"type": "Point",
"coordinates": [
116.434,
39.9101
]
},
"geometry_name": "location",
"properties": {
"name": "北京站",
"x": "116.434164",
"y": "39.910065"
}
},
{
"type": "Feature",
"id": "points.6",
"geometry": {
"type": "Point",
"coordinates": [
116.225,
39.8565
]
},
"geometry_name": "location",
"properties": {
"name": "卢沟桥",
"x": "116.224895",
"y": "39.85647"
}
},
{
"type": "Feature",
"id": "points.7",
"geometry": {
"type": "Point",
"coordinates": [
116.327,
39.9025
]
},
"geometry_name": "location",
"properties": {
"name": "北京西站",
"x": "116.32723",
"y": "39.901652"
}
},
{
"type": "Feature",
"id": "points.8",
"geometry": {
"type": "Point",
"coordinates": [
116.612,
39.9025
]
},
"geometry_name": "location",
"properties": {
"name": "北京首都国际机场",
"x": "116.612388",
"y": "40.085613"
}
}
],
"totalFeatures": 8,
"numberMatched": 8,
"numberReturned": 8,
"timeStamp": "2022-07-27T15:18:10.256Z",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:EPSG::4326"
}
}
}
4.效果
问题参考:
1. 图解将shape file导入MySQL数据库中 - 知乎 (zhihu.com)
2. 将shp文件导入到mysql数据库中 - whh - 博客园 (cnblogs.com)
3. geoserver跨域问题解决 - 陈先生86 - 博客园 (cnblogs.com)
4. GeoServer 2.15.2版本跨域问题解决方法 - 昜木辰deブログ - 博客园 (cnblogs.com)
边栏推荐
猜你喜欢
随机推荐
浅谈一下pyd文件的逆向
1.0.0到1.0.2的底层数据库表的更新,需要再重新自建数据库吗?
3年半测试经验,20K我都没有,看来是时候跳槽了
【学习日记】win64配置openni的vs2022编译环境
竞赛:糖尿病遗传风险检测挑战赛(科大讯飞)
[Dynamic Programming Special Training] Basics
LSB利器-zsteg
Win11dll文件缺失怎么修复?Win11系统dll文件丢失的解决方法
Mobile Banking Experience Test: How to Get the Real User Experience
看【C语言】实现简易计算器教程,让小伙伴们为你竖起大拇指
详解卡尔曼滤波原理
Sentinel vs Hystrix 限流对比,到底怎么选?
T31开发笔记:metaipc测试
浅谈混迹力扣和codeforces上的几个月
Mppt photovoltaic maximum power point tracking control matlab simulation
Three components of NIO foundation
MySQL详细安装与配置
7.21 - 每日一题 - 408
【C语言刷题】Leetcode203——移除链表元素
NIO基础之三大组件