摘要:
前言 好久没写博客了,一直在整改。前几天还有个大佬在群里说不想写博客了,没有回报并且很容易被别人白嫖。确实,自己写的还没别人转载的排名靠前、访问量多。其实,一个平台的好坏取决于原创作者的质量,比如十几年前的天涯论坛。。。 背景 最近三个月一直在做arcgis api for js,目前有几个Popu 阅读全文
摘要:
创建一个新的要素图层 1.概念 1)developer dashboard:The developer dashboard is the ArcGIS Developers administration website used to manage API keys, monitor service 阅读全文
摘要:
背景 最近要研究arcgis api for JavaScript,几年前倒腾过,后来做开源的就没再深入研究。需要用到server发布地图,所以又要安装arcgis server,10.5及以上的arcgis server没有许可,所以只能选择10.5以下的,几年前就因为10.5的sever没法用, 阅读全文
摘要:
背景 一直没搞懂LINQ里面的from、where、select那些,感觉像是SQL查询语句 学习过程 示例代码: 1 class Program 2 { 3 public class Custom 4 { 5 public string City { get; set; } 6 public st 阅读全文
摘要:
背景 目前操作KML文件,网络上能找到的库就是SharpKML。 另外就是用Linq 学习过程 Google KML参考 C# (CSharp) SharpKm示例 github sharpkml Reading in XML/KML files using C# The Definite (& O 阅读全文