上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: cmd命令行raster2pgsql -s 4326 -I -C -M C:\Users\tt\Downloads\tmean_19_tif\*.tif -F -t 256x256 tmean_19 | psql -h localhost -p 5432 -... 阅读全文
posted @ 2017-05-04 10:26 TTonlyV5 阅读(683) 评论(0) 推荐(0)
摘要: test.pyimport mapnikstylesheet = 'world_style.xml'image = 'world_style.png'm = mapnik.Map(1200, 800)mapnik.load_map(m, stylesheet... 阅读全文
posted @ 2017-04-14 15:55 TTonlyV5 阅读(284) 评论(0) 推荐(0)
摘要: JS //简单的标注 var marker = L.marker([ 31.2, 114.5 ], { // icon:myIcon }).addTo(map) ... 阅读全文
posted @ 2017-03-28 13:47 TTonlyV5 阅读(643) 评论(0) 推荐(0)
摘要: //point style var myIcon = L.icon({ iconUrl: 'css/images/dian.svg',// shadowUrl: 'css/images/leaf-shadow.png',... 阅读全文
posted @ 2017-03-28 13:41 TTonlyV5 阅读(667) 评论(0) 推荐(0)
摘要: geoserver如何发布切片就不写了,大家都可以查到。index.html --> js//添加一个map var map = L.map('map', { crs : L.CRS.EPSG4326, center ... 阅读全文
posted @ 2017-03-17 13:49 TTonlyV5 阅读(720) 评论(0) 推荐(0)
摘要: //开始绘图 graphics2d.setBackground(Color.WHITE); graphics2d.clearRect(0, 0, width, height); ... 阅读全文
posted @ 2017-03-03 14:40 TTonlyV5 阅读(1785) 评论(0) 推荐(0)
摘要: import java.awt.Color;import java.awt.Graphics2D;import java.awt.image.BufferedImage;import java.io.File;import java.io.IOExcepti... 阅读全文
posted @ 2017-02-16 14:46 TTonlyV5 阅读(444) 评论(0) 推荐(0)
摘要: // 从第A7开始,拆分单元格 CellReference ref = new CellReference("A7"); //遍历sheet中的所有的合并区域 for ... 阅读全文
posted @ 2016-12-29 17:13 TTonlyV5 阅读(1670) 评论(0) 推荐(0)
摘要: //SQL插入字段 String dropTable=”drop table if exists test;”; String columnGid =”alter table test add gid serial;”; String c... 阅读全文
posted @ 2016-12-08 13:50 TTonlyV5 阅读(865) 评论(0) 推荐(0)
摘要: 直接画#include #include #include #include #include // 绘制立方体// 将立方体的八个顶点保存到一个数组里面 static const float vertex_list[][3] ={ -0.5... 阅读全文
posted @ 2016-09-19 14:11 TTonlyV5 阅读(212) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 下一页