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

how to use these maps and how do I put them in my web-site?

2

I wanna learn how to use these maps and how do I put them in my web-site. Where and how do I start ?

asked 24 Jan '11, 18:21

krayot's gravatar image

krayot
31113
accept rate: 0%

edited 08 Aug '13, 20:32

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

With OSM everything is possible, but you are limited by your own resources rather than what someone else provides. So what do you want to do?

(25 Jan '11, 12:08) emj

One Answer:

2

Start with the beginners' guide in the Wiki https://wiki.openstreetmap.org/wiki/Beginners%27_guide. This will help you understand the principles of OSM.

To include a map on your website you can use the Export tab on the main OSM page to get the html for a small map on a web page. If you want something more sophisticated you might like to look at OpenLayers to add a slippy map in a div on a web page.

You can also create a map as a static image based on OSM data by rendering it yourself. Try looking at Maperitive https://wiki.openstreetmap.org/wiki/Maperitive

answered 24 Jan '11, 18:30

ChrisH's gravatar image

ChrisH
4.1k134262
accept rate: 15%

edited 24 Jan '11, 18:37

1

The Open Layers page on the wiki has some good examples: https://wiki.openstreetmap.org/wiki/Open_Layers

(25 Jan '11, 06:23) Ebenezer

Source code available on GitHub .