0

I am beginner. I would like to display few GPS coordinates on OSM. For example:

50.1373102630358 14.4652336835861
50.1368770323325 14.4654268026352
50.1369939362421 14.4662743806839
50.1373240163272 14.4661241769791

How can I do it?

asked 08 May '12, 20:37

EKL's gravatar image

EKL
1111
accept rate: 0%

edited 24 Feb '15, 15:09

aseerel4c26's gravatar image

aseerel4c26 ♦
32.2k16239552

If he meant "when I click on a point on the map I would like to be shown that point's coordinates just as it happens in the updated google maps" I would like the same and don't know how to do it.

(24 Feb '15, 13:27) cendonuser

5 Answers:
3

@cendonuser If you select the direction arrows next to the search bar and drag the green marker to the osm the coords will appear in the 'from' box. You can drag the marker around the map to find other coords.

permanent link

answered 24 Feb '15, 14:17

nevw's gravatar image

nevw
8.7k2585154
accept rate: 10%

edited 24 Feb '15, 14:25

2

If you right click permalink tab on the map page and then copy link address and then paste it you will get something like this. I have substituted your first pair of co-ords and it seems to work. http://www.openstreetmap.org/?lat=50.1373102630358&lon=%2014.4652336835861&zoom=17&layers=M

also if you click on edit (potlach2) and sign in then click on options and one tick box offers to show mouse pointer lat log which may be of use

permanent link

answered 08 May '12, 21:40

andy%20mackey's gravatar image

andy mackey
12.0k76128263
accept rate: 4%

edited 08 May '12, 21:55

2

You can use uMap for that. You can create a new map, and then you can import data as CSV, so for your example:

lat,lon,description
50.1373102630358,14.4652336835861,test1
50.1368770323325,14.4654268026352,test2
50.1369939362421,14.4662743806839,test3
50.1373240163272,14.4661241769791,test4

NB: I've added a third column to give a "description" to markers.

permanent link

answered 24 Feb '15, 14:48

NicolasDumoulin's gravatar image

NicolasDumoulin
3.3k42256
accept rate: 13%

1

You mean that you want to display a marker for these coordinates? If so, please read this other question.

permanent link

answered 08 May '12, 21:57

NicolasDumoulin's gravatar image

NicolasDumoulin
3.3k42256
accept rate: 13%

0

If you paste a pair of the coordinates into the osm, 50.1373102630358, 14.4652336835861 you get
location and if you mouse-over the cords it found (under Results from Internal) a marker will show you where it is. I think you can only do one set at a time.

permanent link

answered 24 Feb '15, 14:01

nevw's gravatar image

nevw
8.7k2585154
accept rate: 10%

edited 24 Feb '15, 14:05

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:

×122
×49

question asked: 08 May '12, 20:37

question was seen: 33,650 times

last updated: 19 Mar '15, 19:05

powered by OSQA