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 .