关于 geodjango 的澄清

发布于 2024-08-29 14:39:56 字数 165 浏览 8 评论 0原文

我是 geodjango 的新手。我正在为我的应用程序使用 geodjango 模型。在我的 geodjango 模型类之一中,我使用 PointField() 类型的位置字段。我想将每个条目的位置存储到该模型类表中。任何人都可以帮助我如何将值插入该字段,或者任何人都可以建议一个参考模型来理解 geodjango。

I am new to geodjango. I am using a geodjango model for my application. in one of my geodjango model class I am using a location field of type PointField() . I want to store the location for each entry into that model class Table. Could anyone please help me how to insert values into that field, Or could anyone please suggest a reference model for making an understanding of geodjango.

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

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

发布评论

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

评论(2

内心荒芜 2024-09-05 14:39:56

教程是一个很好的起点。

The tutorial is a good starting point.

北方。的韩爷 2024-09-05 14:39:56

您需要使用 WKT 格式。一些示例:

POINT(14 15)
POLYGON((1.0 1.0, 0.0 0.0, 1.0 0.5, 1.0 1.0))

您还可以使用 OSMGeoAdminGeoModelAdmin 替代 ModelAdmin 来获取可在其上绘制数据的地图。

You need to use WKT format. Some examples:

POINT(14 15)
POLYGON((1.0 1.0, 0.0 0.0, 1.0 0.5, 1.0 1.0))

You can also use OSMGeoAdmin or GeoModelAdmin as a replacement for ModelAdmin to get a map that you can draw your data on.

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