[OpenStreetMap] #4748: Search for coordinates on osm homepage

OpenStreetMap trac at noreply.openstreetmap.org
Fri Jan 18 08:33:06 GMT 2013


#4748: Search for coordinates on osm homepage
-------------------------+-------------------------
 Reporter:  jaha2x       |      Owner:  rails-dev@…
     Type:  enhancement  |     Status:  new
 Priority:  minor        |  Milestone:
Component:  website      |    Version:
 Keywords:               |
-------------------------+-------------------------
 Many other online maps supports searches of different formats GPS
 coordinates. Openstreetmap that does not support them.
 [[BR]]


 In OSM only works '''DegDec:'''
 {{{
 50.06773 14.37742
 50.06773, 14.37742
 +50.06773, +14.37742
 }}}



 But it does not work ( what works OK in Google Maps ):
 {{{
 N50.06773 E14.37742
 N50.06773, E14.37742
 50.06773N 14.37742E
 50.06773N, 14.37742E
 }}}


 Another form of GPS coordinates are not supported at all:
 [[BR]]
 (All listed forms on the Google map works without problems.)



 '''MinDec:''' (Standard format in geocaching)
 [[BR]]
 {{{
 N 50° 04.064 E 014° 22.645
 N 50° 04.064' E 014° 22.645'
 N 50° 04.064', E 014° 22.645'
 N50° 04.064 E14° 22.645
 N 50 04.064 E 014 22.645
 N50 4.064 E14 22.645
 }}}


 '''DMS:'''
 [[BR]]
 {{{
 N 50° 4' 03.828" E 14° 22' 38.712"
 N 50° 4' 03.828", E 14° 22' 38.712"
 N50 4 03.828 E14 22 38.712
 N50 4 03.828, E14 22 38.712
 50°4'3.828"N 14°22'38.712"E
 }}}


 '''UTM:'''
 [[BR]]
 {{{
 33U E 455444 N 5546347
 }}}

 It would be great, if this functionality could be implemented.

-- 
Ticket URL: <https://trac.openstreetmap.org/ticket/4748>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world



More information about the rails-dev mailing list