GeoDjango - 如何在地图上显示点?

发布于 2024-07-30 06:48:49 字数 118 浏览 4 评论 0原文

简单的“示例” - 在特定地理位置内有数百万个点。 一切都已加载,并且能够在 GeoAdmin 中看到整个 9 码。

所以。 如何显示地图上的所有点 - 并基于缩放级别? 有没有简单的例子?

Simple 'Example' - have millions of points within specific geography. Have everything loaded and able to see in GeoAdmin the whole 9 yards.

So. How do I show all points on a map - and base it on zoom level? Are there any simple examples out there?

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

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

发布评论

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

评论(1

も让我眼熟你 2024-08-06 06:48:49

你可以使用我为 django 编写的 GTileOverlay lass。 它需要一个包含大量点的查询集,然后将它们分割成 256*256 的方块,以便轻松覆盖到谷歌地图上。

项目网址

You can use my GTileOverlay lass I wrote for django. It takes a queryset with lots of points, then splits them up into 256*256 squares for easy overlaying onto google maps.

project url

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