gachseang / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
0 stars 0 forks source link

Moving markers in Google Maps could also move the placemarks in Google Earth #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Library: Google Earth API for Google Maps v3

If you add Markers to Google Maps and then switch to Google Earth using the 
Google Earth API for Google Maps v3 the markers are transformed into 
placemarks. However, if you move the Markers after transitioning to Google 
Earth the placemarks remain where they are.

This is because when the markers are transformed into placemarks they are added 
to Google Earth using: ge.getFeatures().appendChild(placemark);

It would be convenient if changing the position of markers also changed the 
position of the placemarks even after the Google Earth plugin is activated.

A temporary fix to this issue could be that the user has easy access to the 
placemarks and that way can change their positions in the event the Google 
Earth plugin is activated.

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status changes 
against this issue, also used as a gauge for how many people are interested in 
seeing it resolved.
*********************************************************

Original issue reported on code.google.com by Hale...@gmail.com on 6 Jun 2011 at 9:46

GoogleCodeExporter commented 8 years ago

Original comment by jli...@google.com on 10 Jun 2011 at 6:22

GoogleCodeExporter commented 8 years ago

Original comment by jli...@google.com on 16 Jun 2011 at 10:52