Is there any library similar to PostGIS for PHP-Mysql? I'm dealing with hundreds of GeoLocations in a project than involves geo-boundary + statistics + cakephp-mysql, I want to improve the performance on the server-side not only on PHP-side as well as in MySql. any idea?
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
已采纳
PostGIS for PHP-Mysql(cakephp)
收起
- 写回答
- 好问题 0 提建议
- 关注问题
- 微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除 结题
- 收藏 举报
2条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
dousou2911 2011-11-15 09:36关注There are Spatial Extensions in MySQL.
本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏举报微信扫一扫点击复制链接分享评论按下Enter换行,Ctrl+Enter发表内容
报告相同问题?
提交
- 2015-12-15 20:28回答 1 已采纳 I got the CakePHP query working with this: $stops = $this->Stops->find('all') ->
- 2019-02-09 02:21回答 2 已采纳 The solution I ended up using was as follows: First I created new types that wrapped all of the o
- 2012-09-18 17:46回答 1 已采纳 There are several output options available. Probably what you want is ST_AsText to get WKT.
- 2025-01-03 20:25postgis-bundle-pg12-3.4.2x64.zip,postgis安装包。 PostGIS 在对象关系型数据库 PostgreSQL 上增加了存储管理空间数据的能力,相当于 Oracle 的 spatial 部分。PostGIS 最大的特点是符合并且实现了 OpenGIS 的一些...
- 2015-03-06 22:40回答 1 已采纳 Open Street Map uses geographic information system features in postgreSQL that aren't available in
- 2021-10-09 10:15回答 1 已采纳 这个主要还是通过判断坐标来实现的。
- 2015-01-08 06:10回答 1 已采纳 Thank you all , as Craig mentioned there was a bug in the data itself not in the data loading. a
- 2023-05-15 07:39postgis-bundle-pg15x64-setup-3.3.2-2.exe是一个安装程序,用于在64位操作系统上安装PostGIS和PostgreSQL扩展。PostGIS是一个开源的空间数据库扩展,它允许用户在PostgreSQL数据库中存储和查询地理空间数据。该扩展...
- 2019-10-28 10:26回答 1 已采纳 https://blog.csdn.net/weixin_33980459/article/details/91397081
- 2013-03-22 05:03回答 1 已采纳 To answer this we must first consider the sorts of problems map/reduce is well suited for. The bes
- 2012-09-04 22:41回答 1 已采纳 The most common cause for this kind of issue is an open, uncomitted transaction. If you BEGIN (or
- 2025-01-01 10:49postgis-bundle-pg15x64-setup-3.5.0-1.exe,postgis安装包。 PostGIS 在对象关系型数据库 PostgreSQL 上增加了存储管理空间数据的能力,相当于 Oracle 的 spatial 部分。PostGIS 最大的特点是符合并且实现了 ...
- 2025-01-01 10:51postgis-bundle-pg15-3.5.0x64.zip,postgis安装包。 PostGIS 在对象关系型数据库 PostgreSQL 上增加了存储管理空间数据的能力,相当于 Oracle 的 spatial 部分。PostGIS 最大的特点是符合并且实现了 OpenGIS 的一些...
- 2022-07-21 09:50postgis-bundle-pg10x64-setup-3.2.1-1.exe安装包,对应postgres10
- 2021-03-02 11:29在标题和描述中提到的“postgis-bundle-pg10x64-setup-3.1.1-1.rar”是一个针对 PostgreSQL 10 的64位PostGIS 3.1.1安装包。这个压缩文件包含了一个安装程序,用于在Windows平台上将PostGIS集成到已有的PostgreSQL ...
- 2020-09-10 15:16postgresql12最新postgis插件: postgis-bundle-pg12x64-setup-3.0.2-1.exe
- 没有解决我的问题, 去提问