This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

Constructing an interactive map with a kml overlay, photos and descriptions

1

how should I go about constructing the map of a university compound using Openstreetmap? The project's objectives are as stated below:

  1. create a kml file of all places of interests(POI) i.e labs,libraries,lecture theatres etc.
  2. kml file should include descriptions and photos.
  3. Setup a website to demonstrate this map.

asked 03 Sep '11, 15:22

Reuben%20Alfred's gravatar image

Reuben Alfred
16111
accept rate: 0%

edited 04 Sep '11, 02:16

dieterdreist's gravatar image

dieterdreist
3.7k113567


One Answer:

1

.1. Not sure what is the best way to create a kml file, but you can export kml from a postgresql/postgis database. To get the osm data into the database there are several programs available (which either use predefined schemes or require from you to define a scheme) like osmosis, osm2pgsql, imposm and others. The openstreetmap-wiki contains descriptions about these tools.

.3. You can do this for example with Openlayers.

answered 04 Sep '11, 01:48

dieterdreist's gravatar image

dieterdreist
3.7k113567
accept rate: 3%

edited 04 Sep '11, 02:11