php请求MySQL数据库返回GeoJSON数据的实现方法请参见: http://www.cnblogs.com/marost/p/6234514.html OpenLayers【v3.19.1-dist】添加GeoJSON数据源图层 ...
分类:
数据库 时间:
2016-12-30 02:31:11
阅读次数:
298
'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 是Advanced geospatial analysis geojson data in javascript. 官网:http://turfjs.org/ 针对github 中的源码。 记得在以前使用arcgis 的反距离插值的时候有搜索半径和剪切范围定义。 于是就增加了这两个参数。 ...
分类:
编程语言 时间:
2016-12-28 20:55:47
阅读次数:
459
function flatten(array) { return [].concat.apply([], array); } function polygonToLineString(coordinates, properties) { return coordinates.map(function... ...
分类:
Web程序 时间:
2016-12-14 11:42:48
阅读次数:
1278
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
#!/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球上加载了一个GeoJson文件(DataSource),里面是全美国所有州的Geometry信息(Entity),叠加到球面后,你自然会有一种冲动,点击某一个州,了解这个州的基本信息。场景如下图所示: 这个点击行为,对应的是选择控件(SelectionIndic... ...
分类:
其他好文 时间:
2016-07-25 10:32:10
阅读次数:
1838
在前文中,讲述了在JAVA环境下如何将shp转换为GeoJSON,在本文,分别讲述在Arcgis for js,Openlayers2和Openlayers3中加载展示GeoJSON。...
分类:
Web程序 时间:
2016-03-15 08:39:50
阅读次数:
271
时间过得太久,就真的会忘掉。在这里记录一下吧。不得已重新安装系统,然后以前的配置都忘掉了。对新类型的文件.geojson 文件报错。 500错误。首先反复调试MIME类型是否有问题,再看映射是否有问题。再把错误信息发到浏览器上。最后定位在响应缓冲限制上。
分类:
其他好文 时间:
2015-09-09 21:25:38
阅读次数:
204