I have the coordinates (latitude and longitude) for a location. How can I make the map on www.openstreetmap.org display the area in question? asked 29 Dec '11, 00:57 Allan J aseerel4c26 ♦ |
The web site on www.openstreetmap.org does not have a dedicated coordinate input field, but you can easily construct an URL that gets you to a set of coordinates by writing http://www.openstreetmap.org/?mlat=latitude&mlon=longitude&zoom=12 You can also enter latitude,longitude in the search box which will then present you with a pseudo "search result" consisting of exactly such a link. It would be trivial to set up your own OpenLayers web site that has a dedicated latitude/longitude input box if that is important to you. answered 29 Dec '11, 07:30 Frederik Ramm ♦ And this make another example why osm is useless. a friend give me this location. i will use google, because there is no other variant that i can use without installing a server !!!!!!~!! Are you kidding me ? 45°31’49.28″N, 25°59’18.94″E this is basic, not even basic, but elementary. happy complaining that people prefer to use gm instead of osm. Don`t make a google maps competition, but make the site usable at least.
(04 Jun '12, 18:24)
Badita Florin
4
Yes. You need coordinates with decimal degrees, not the ones with degrees, minutes, and decimal seconds that you have used. Convert a DD°MM'SS.FF coordinate to decimal degrees by computing the value of DD+(MM/60)+(SS.FF/3600), use a negative sign for West or South. In your case this yields 49.530355 and 25.98859. Of course you could easily make a Javascript page that does this computation if you wanted. You could also ask people to add this code to the main OSM web site but opening your request with the line "OSM is useless" will not get you the desired response.
(04 Jun '12, 18:24)
Frederik Ramm ♦
2
Frederik I understand you, but I think that altough he is not polite he represents very big userbase. I think OSM community should start seriously investigate what are the blockers for these users, because by not giving them what need we potentially loose many users and later on contributors. I think we should learn from reactions like that.
(05 Sep '12, 09:04)
gorn
2
Fully agree with Gorn, the feature of being able to enter coordinates in some different formats both in the viewer and Potlatch editor is absolutely essential!
(05 Sep '12, 18:41)
tobiasra
I am glad for all the answers, and i know that osm.org is not a website, it`s a database. @Frederik i am saying strong statements because i`m sick of seeing people contributing to the wrong project (by wrong i reffer to closed sourced ) instead of osm because they will not use 10 different websites when they could use only one. I do workshops and presentations where i present osm and the advantages, asked the romanian users of google map maker why they contribute,etc. As i posted in my diary, a osm website 2.0 it`s useful. http://www.openstreetmap.org/user/baditaflorin/diary/16914
(14 Sep '12, 14:05)
Badita Florin
|
On the map page you will have something like this http://www.openstreetmap.org/#map=9/-38.3266/144.8781 just edit the latitude and longitude. and the map can jump to the new location. note negative is used for west and south and positive for north and east. If you wish convert Degrees Minutes and seconds to decimal degrees then you can use this site http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html (note link not working now) minutes are 1/60 of a degree and seconds are 1/60 of a minute.... you'll need to do the maths. So 52 : 25 : 46 would become 52 + 25/60 + 46/3600 decimal degrees for example. answered 22 Aug '14, 22:21 andy mackey aseerel4c26 ♦ |
another option: just enter some coordinates into the search box (e.g. 52.51834,13.37568 ) and Go/Enter. Then click on the one "Results from Internal" link. It will jump to this location. answered 29 Jul '16, 20:37 aseerel4c26 ♦ This works 52.51834,13.37568.... but 52 N 13 E did not so format is important. This fails 52.5, -.3 but 52.5, -0.3 is ok
(29 Jul '16, 23:08)
andy mackey
|
First to thank you for a great resource in OSM, it is much appreciated. Wakening an old thread but first result from a Google search. Gorn speaks directly to the point when he says "because by not giving them what need we potentially loose many users and later on contributors. I think we should learn from reactions like that." My scenario that may or may not prove useful to this regard and is more related to user actions. The conversion appears succesful but the interaction beyond this is not expected.
May or not be useful, just some points. Thank you for a great resource and all the work that is provided. Marcus ps - autolist numbering is odd. answered 22 Aug '14, 21:41 econwatch 1
It's easy to change the lat/lon format in Basecamp to one in decimal degrees. There are numerous tools online such as GeoHack, nearby.org which will convert between various formats and provide links to major map engines (including
(29 Jul '16, 16:31)
SK53 ♦
On many Garmin Gpses lat/lon format as options. so:- Position Format: choose hdddd.dddd and your device will diplay decimal degrees format as used by OSM but note west is represented by negative sign. this may be easier for you.
(30 Jul '16, 07:40)
andy mackey
Works on Oregon 450, Vista HCX and NUVI 1310
(30 Jul '16, 07:44)
andy mackey
|
But what about simply putting a marker on the map, without adding anything to the database? By way of example: I would like to be able to pop up OCM from a QR'd URL (for example: https://www.opencyclemap.org/?mlat=61.2 … 5&zoom=18) and have an actual marker at that point. I suppose I could add points in the DB for every instance I placed a QR code maker on a trail, but that seems a bit of extra work for nought. answered 11 Oct '17, 23:40 net-buoy
(12 Oct '17, 07:04)
Frederik Ramm ♦
Thank you, Frederik It looks like the pointer is provided via the permalink feature (#map), while the (layers=) provides the opencyclemap layer, the zoom can be set by "zoom=" OR it can be set as the first portion of the permalink, appended to the mlon= ( e.g. #map=18/61.20605/-149.78565) Is that all accurate, and if so, is there one part of the wiki that provides the specifics on using URLs to reference OSM?
(12 Oct '17, 17:49)
net-buoy
Probably several :) https://wiki.openstreetmap.org/wiki/FAQ and https://wiki.openstreetmap.org/wiki/Browsing among others mention it.
(12 Oct '17, 17:53)
SomeoneElse ♦
AHA! The link on browsing ( https://wiki.openstreetmap.org/wiki/Browsing ) was just what I needed! The full explanation on the share panel was excellent, and the details on the composition on a URL was comprehensive. THANKS!
(12 Oct '17, 18:38)
net-buoy
|