amithpdn / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

Add 'copy coordinate' button to copy placemark coordinates to clipboard #378

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which products are relevant to this feature request?

Google Earth

What should this feature enhancement do?

Add option to Edit Placemark dialog (and/or right-mouse Placemark pop-up) to 
copy coordinate into clipboard with a text string of "lon,lat,alt" in that 
order and be comma delimited.  That way users could avoid all the meticulous 
mouse selecting between individual characters and in one fell swoop paste it 
into KML code without needing to rearrange values. 

More details see related discussion:
http://groups.google.com/group/kml-support-advanced/browse_thread/thread/b6a7711
dc223bf20

Related issue:
http://code.google.com/p/kml-samples/issues/detail?id=3

Are there any currently known workarounds that produce the same, or
similar, result?

Manually copy the latitude and longitude values from the text fields then 
append them in the right order.

Original issue reported on code.google.com by gjmath...@gmail.com on 16 Mar 2011 at 4:30