-
下载geoserver服务
-
在 http://geojson.io 网站中,编辑预览数据 添加标注 1,数据里面加具体标注 2.geoserver里面添加具体样式
{ "type":"Feature", "geometry":{ "type":"LineString", "coordinates":[[128.56416667,45.51333333],[127.17694444,44.02944444]] }, ***"properties":{"prop0":"我是标注","prop1":"H1"}*** // 给线加标注 },
-
在 mapshaper.org 网站中, 转 .shp文件
-
直接在浏览器中输入“http://localhost:8080/geoserver/web/”地址,进入GeoServer的Web管理页面,新建工作区,添加数据源,发布服务
如果发布服务,无法预览图层,可以在编辑图层中查看这个位置