如何进一步推进这个GIS项目?

发布于 2024-09-10 14:42:35 字数 561 浏览 2 评论 0原文

对于我的公司内部使用,我想开发一个目标简单的地理信息系统项目。

  1. 在正常的国家地图上显示我公司所在位置的所有带有名称的地点。
  2. 以图形方式(按线路)连接总公司与分支机构。
  3. 通过单击某个地点,用户将被引导至包含有关该地点的信息的新页面。
  4. 以图形方式添加新地点。

我所知道的/已经做了一点:

  1. 在 Ubuntu 上使用 LAMP 平台。
  2. HTML,Javascript
  3. 安装了地图服务器并能够重新生成示例地图。
  4. 成功安装Postgresql、postgis。
  5. 成功将osm数据加载到postgresql中。(通过osm2pgsql实用程序)

我想知道

  1. 如何在浏览器中显示osm数据,就像谷歌地图一样。
  2. 如何以图形方式添加新地点
  3. 如何在地图中用一条线连接两个地点。

非常感谢。

For my company in house use i want to develop a gis project with simple goals.

  1. To display all places with name wherever my company presents,over the normal country map.
  2. Connect main office with branch offices graphically ( by line ).
  3. By clicking a place user will be directed to a new page containing information about the place.
  4. add new places graphically.

what I know/did little bit already:

  1. working with LAMP platform on Ubuntu.
  2. HTML,Javascript
  3. Installed mapserver and able to re produce sample maps.
  4. sucessfully installed Postgresql, postgis.
  5. sucessfully loaded osm data into postgresql.(by osm2pgsql utility)

What I want to know

  1. How to display osm data in browser as like google maps.
  2. how to add new places graphically
  3. How to connect two places by a line in map.

many Thanks .

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

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

发布评论

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

评论(1

策马西风 2024-09-17 14:42:35

您可以研究客户端框架,例如 OpenLayers 或更完整的解决方案,例如 OpenLayers geomajas.org" rel="nofollow noreferrer">geomajas
所需的更多库/应用程序/等

您仍然需要设置所有内容,但这些可以为您提供osgeo

You could look into client side frameworks like OpenLayers or more full solutions like geomajas
you will still need to setup everything but these could provide you with what you need

more libs/apps/etc on osgeo

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