NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hello

I am trying to use openstreetmap to embed a map in my webpage and add markers that are searchable and customisable. Is there an openstreetmap api to achieve this. I have been trying to find it for a long time but could not.

asked 19 Jun '12, 02:18

frensforall's gravatar image

frensforall
41223
accept rate: 0%

edited 23 Jul '13, 01:55

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


No. OpenStreetMap is not (and is not aiming to be) a drop-in replacement for something like Google Maps where you load one Javascript API and you get a ton of client-side and server-side features. What OpenStreetMap does is provide the data from which maps, or routing services, or geocoding services, can be built. Actually operating such services is not OSM's core mission, and neither is providing the Javascript that glues it all together. That's probably why you haven't found anything!

But don't despair, it can all be done. You will be using a Javascript library like OpenLayers or Leaflet to display the map and display markers. These libraries are powerful and will certainly allow you to display customized markers but some coding is required if you e.g. want them searchable. They are libraries, not ready-made toolboxes. There's also MapQuest's Open API (http://developer.mapquest.com/web/products/open/sdk) which perhaps comes closest to what you are looking for.

You will also need a tile server - either your own, or someone else's which you have permission to use - to load the map tiles from. The actual loading and displaying is done by the aforementioned library but map tiles don't fall from the sky, somebody has to produce them for you. The openstreetmap.org tile server is available for small-scale use; open.mapquest.com has a free tile server as well.

permanent link

answered 19 Jun '12, 08:58

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Hello

Thank you so much for all the information. could you point me how can i get one. I need a map of a certain place

(19 Jun '12, 14:41) frensforall
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×710
×290

question asked: 19 Jun '12, 02:18

question was seen: 12,981 times

last updated: 23 Jul '13, 01:55

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum