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

0
1

I need to quickly determine if OpenStreetMap will allow me to show a map with locations marked (e.g. pin drops) based on a list of supplied addresses and then zoom the map so all marked locations are visible.

Are there any examples that show how to do this?

asked 22 Apr '15, 00:05

DesertFoxAZ's gravatar image

DesertFoxAZ
11122
accept rate: 0%

edited 22 Apr '15, 00:50

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


are you speaking of a web map? Sure, that is possible (with some JS coding by you), geocode the addresses and then display the resulting coordinates as markers with your map display software. Telling the map display software to display a specific area should be possible too.

You can find examples e.g. here: http://leafletjs.com/examples.html . Also see how-can-i-display-a-map-with-multiple-markers. Maybe somebody else knows glued-together working examples …

permanent link

answered 22 Apr '15, 00:49

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554
accept rate: 18%

edited 22 Apr '15, 00:55

Thank you, I'll research it. I need to have a solution by Friday.

(22 Apr '15, 17:15) DesertFoxAZ

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:

×133
×107
×98

question asked: 22 Apr '15, 00:05

question was seen: 5,334 times

last updated: 22 Apr '15, 17:15

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