我的github
上一页 1 ··· 264 265 266 267 268 269 270 271 272 ··· 338 下一页
摘要: GeoTools简介:https://www.cnblogs.com/2008nmj/p/11212813.html GeoTools例子:https://www.cnblogs.com/2008nmj/p/13741325.html 基于GeoTools发布WMS服务:https://www.cn 阅读全文
posted @ 2020-12-23 12:09 XiaoNiuFeiTian 阅读(517) 评论(0) 推荐(0)
摘要: 1. 先安装Idea。。。 2. 配置Maven。。。仓库。:https://blog.csdn.net/github_37759996/article/details/90748461 3. 新建Project,创建HelloWorld。 Spring boot配置:(springboot与mav 阅读全文
posted @ 2020-12-22 18:47 XiaoNiuFeiTian 阅读(94) 评论(0) 推荐(0)
摘要: 用vscode打开文件夹,点击go live,就能把该文件夹发布成服务。 如果设置一下server首选项,可以以局域网方式访问。 阅读全文
posted @ 2020-12-22 18:44 XiaoNiuFeiTian 阅读(168) 评论(0) 推荐(0)
摘要: 根据鼠标移动的某一个点,高亮显示周围的某一范围内的所有点和线。 tofeaturecollection(geojson featurecollection) arcgis identify json to geojson featurecollection 阅读全文
posted @ 2020-12-22 17:56 XiaoNiuFeiTian 阅读(132) 评论(0) 推荐(0)
摘要: 我觉得是这样的,MapExtent是当前窗口的范围,几何是选择的范围,其他是可以任意填的影响不大 但是在我们这个需求里,MapExtent跟几何必须完全一致 一般来说,Identify的几何肯定是越小越好,因为它一开始设计就是为了点击事件 点击一下屏幕,高亮显示这个点周围的数据 所以肯定是越小越好 阅读全文
posted @ 2020-12-22 17:22 XiaoNiuFeiTian 阅读(115) 评论(0) 推荐(0)
摘要: 简介: leaflet-ajax Allows you to call JSON via an Ajax call with a jsonp fallback. 允许您通过带有jsonp回退的Ajax调用调用JSON。 var geojsonLayer = new L.GeoJSON.AJAX("g 阅读全文
posted @ 2020-12-22 11:13 XiaoNiuFeiTian 阅读(296) 评论(0) 推荐(0)
摘要: { "displayFieldName":"", "fieldAliases": { "OBJECTID":"", "X_Coor":"", "Y_Coor":"", }, "geometryType":"esriGeometryPoint", "spatialReference":{"wkid": 阅读全文
posted @ 2020-12-22 10:09 XiaoNiuFeiTian 阅读(625) 评论(0) 推荐(0)
摘要: JSON与GeoJSON的关系,如何进行格式转换? GeoJSON与JSON,PJSON等格式转换:https://www.cnblogs.com/aixing/p/13327381.html GeoJSON.js import {LayerGroup} from './LayerGroup'; i 阅读全文
posted @ 2020-12-21 18:29 XiaoNiuFeiTian 阅读(1591) 评论(0) 推荐(0)
摘要: https://geojson.org/ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [125.6, 10.1] }, "properties": { "name": "Dinagat Islands" } } 阅读全文
posted @ 2020-12-21 17:39 XiaoNiuFeiTian 阅读(186) 评论(0) 推荐(0)
摘要: https://account.mapbox.com/ https://stackoverflow.com/questions/59673727/mapbox-api-key-for-flutter Access tokens https://docs.mapbox.com/help/how-map 阅读全文
posted @ 2020-12-21 17:11 XiaoNiuFeiTian 阅读(943) 评论(0) 推荐(0)
上一页 1 ··· 264 265 266 267 268 269 270 271 272 ··· 338 下一页