将 JSON 转换为 GeoJSON

发布于 2024-10-31 15:54:30 字数 42 浏览 1 评论 0原文

PHP中是否有任何函数或库可以将Json对象转换为Geojson对象?

Is there any function or library available in PHP to convert Json object into Geojson object?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

如痴如狂 2024-11-07 15:54:30

GeoJSON 只是包含特定结构的 JSON。因此,如果您的对象具有这种结构,那么它们“是 GeoJSON”。

请参阅 http://wiki.geojson.org/Users 了解可以构建 GeoJSON 对象的库。

GeoJSON is just JSON containing a certain structure. So if your objects have this structure, they "are GeoJSON".

See http://wiki.geojson.org/Users for libraries which can build GeoJSON objects.

单身情人 2024-11-07 15:54:30

JSON 只是 javascript 对象表示法——它可以描述任何东西。 GeoJSON 是它的一个子集,用于描述空间数据

JSON is just javascript object notation - it can describe anything. GeoJSON is a subset of this for describing spatial data

つ可否回来 2024-11-07 15:54:30

可以将 SQL 查询转换为 GeoJSON 的 PHP 例程。表属性同时转换为JSON。

这些是 PHP 例程:

PHP PostGIS 到 GeoJSON。

PHP SQLite3 到 GeoJSON。

PHP Spatialite 到 GeoJSON。

你可以了解我的要点。
https://gist.github.com/ns-1m

PHP routines that can convert your SQL Query to GeoJSON. Table attributes are converted into JSON at the same time.

These are the PHP routines:

PHP PostGIS to GeoJSON.

PHP SQLite3 to GeoJSON.

PHP Spatialite to GeoJSON.

You can get them my gist.
https://gist.github.com/ns-1m

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文