gpt4 book ai didi

javascript - 在 Django 中使用 OpenLayers 实现 map

转载 作者:行者123 更新时间:2023-11-30 18:30:46 24 4
gpt4 key购买 nike

我正在使用 Django 为我的新工作实现一个 map 应用程序。它应该做的是,在用户填写表格后,它会在 map 上绘制该点。我读过一些在线教程,其中一些提到了 KML。我是 Javascript 和 Django 的新手。

这是我的问题:

  • KML 在这种情况下的用途是什么,甚至有必要吗?
  • 如何使用 Javascript 访问存储在数据库中的信息?
  • 我认为这至少会让我开始。

    最佳答案

    KML is just "array" of graphic objects (and their attributes) that you want to show on the map. It is very easy to use it because google maps API knows how to parse it.

    You don't acces database stored data with javascript. Usually you request it from web server, that communicates with database (javascript send's request to some link and receives response).

    以上只是您必须学习的一些基础知识(不是特定于 django 的)。

    关于javascript - 在 Django 中使用 OpenLayers 实现 map ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9709021/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com