码迷,mamicode.com
首页 >  
搜索关键字:geojson    ( 93个结果
OpenLayers添加点【php请求MySQL数据库返回GeoJSON数据】
php请求MySQL数据库返回GeoJSON数据的实现方法请参见: http://www.cnblogs.com/marost/p/6234514.html OpenLayers【v3.19.1-dist】添加GeoJSON数据源图层 ...
分类:数据库   时间:2016-12-30 02:31:11    阅读次数:298
php请求返回GeoJSON格式的数据
'FeatureCollection', 'features' => array() ); // check for empty result if (mysql_num_rows($result) > 0) { // looping through all results // products ... ...
分类:Web程序   时间:2016-12-29 19:24:33    阅读次数:457
一种改进后的turf.idw算法
turf 是Advanced geospatial analysis geojson data in javascript. 官网:http://turfjs.org/ 针对github 中的源码。 记得在以前使用arcgis 的反距离插值的时候有搜索半径和剪切范围定义。 于是就增加了这两个参数。 ...
分类:编程语言   时间:2016-12-28 20:55:47    阅读次数:459
geojson数据类型面转线Transforms Polygons and MultiPolygons to LineStrings.
function flatten(array) { return [].concat.apply([], array); } function polygonToLineString(coordinates, properties) { return coordinates.map(function... ...
分类:Web程序   时间:2016-12-14 11:42:48    阅读次数:1278
something about topojson
An extension of GeoJSON that encodes topology! TopoJSON https://github.com/topojson/topojson The TopoJSON Format Specification https://github.com/topo ...
分类:Web程序   时间:2016-12-14 11:38:15    阅读次数:247
几何图形相交计算
#!/usr/bin/env python # -*- coding: utf-8 -*- import os import json from shapely.geometry import asShape # define output GeoJSON file res_line_interse... ...
分类:其他好文   时间:2016-08-07 13:53:47    阅读次数:164
将PostGIS转化为GeoJSON
#!/usr/bin/env python # -*- coding: utf-8 -*- import psycopg2 import json from geojson import loads, Feature, FeatureCollection # Database Connection ... ...
分类:Web程序   时间:2016-08-07 13:39:50    阅读次数:2702
Cesium应用篇:3控件(3)SelectionIndicator& InfoBox
假设这样一个场景,用户在Cesium球上加载了一个GeoJson文件(DataSource),里面是全美国所有州的Geometry信息(Entity),叠加到球面后,你自然会有一种冲动,点击某一个州,了解这个州的基本信息。场景如下图所示: 这个点击行为,对应的是选择控件(SelectionIndic... ...
分类:其他好文   时间:2016-07-25 10:32:10    阅读次数:1838
Arcgis for js,Openlayers中加载GeoJSON
在前文中,讲述了在JAVA环境下如何将shp转换为GeoJSON,在本文,分别讲述在Arcgis for js,Openlayers2和Openlayers3中加载展示GeoJSON。...
分类:Web程序   时间:2016-03-15 08:39:50    阅读次数:271
IIS新类型文件500错误
时间过得太久,就真的会忘掉。在这里记录一下吧。不得已重新安装系统,然后以前的配置都忘掉了。对新类型的文件.geojson 文件报错。 500错误。首先反复调试MIME类型是否有问题,再看映射是否有问题。再把错误信息发到浏览器上。最后定位在响应缓冲限制上。
分类:其他好文   时间:2015-09-09 21:25:38    阅读次数:204
93条   上一页 1 ... 6 7 8 9 10 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!