如何进一步推进这个GIS项目?
对于我的公司内部使用,我想开发一个目标简单的地理信息系统项目。
- 在正常的国家地图上显示我公司所在位置的所有带有名称的地点。
- 以图形方式(按线路)连接总公司与分支机构。
- 通过单击某个地点,用户将被引导至包含有关该地点的信息的新页面。
- 以图形方式添加新地点。
我所知道的/已经做了一点:
- 在 Ubuntu 上使用 LAMP 平台。
- HTML,Javascript
- 安装了地图服务器并能够重新生成示例地图。
- 成功安装Postgresql、postgis。
- 成功将osm数据加载到postgresql中。(通过osm2pgsql实用程序)
我想知道
- 如何在浏览器中显示osm数据,就像谷歌地图一样。
- 如何以图形方式添加新地点
- 如何在地图中用一条线连接两个地点。
非常感谢。
For my company in house use i want to develop a gis project with simple goals.
- To display all places with name wherever my company presents,over the normal country map.
- Connect main office with branch offices graphically ( by line ).
- By clicking a place user will be directed to a new page containing information about the place.
- add new places graphically.
what I know/did little bit already:
- working with LAMP platform on Ubuntu.
- HTML,Javascript
- Installed mapserver and able to re produce sample maps.
- sucessfully installed Postgresql, postgis.
- sucessfully loaded osm data into postgresql.(by osm2pgsql utility)
What I want to know
- How to display osm data in browser as like google maps.
- how to add new places graphically
- How to connect two places by a line in map.
many Thanks .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以研究客户端框架,例如 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