Copy from Google Earth and paste into Globalmapper

ofciftci
ofciftci Global Mapper UserTrusted User
I have a workspace including many poligons and I need to edit them using both google earth and globalmapper. I'm moving my poligons from Globalmapper to Google Earth with just one click thanks to "zoom to view in google earth" option. But when I try to move a polygon from Google Earth to Globalmapper, I need to save it as kmz, then open it in Globalmapper. Is there any shortcut for this? I tried copy & paste directly, but it gives me "no data found to paste". However, when you copy a polygon from GE, you get its coordinates in clipboard easily, as seen below, which I guess GM should be able to convert to shapes easily.

<?xml version="1.0" encoding="UTF-8"?>
<Document>
<name>KmlFile</name>
<Style id="area1">
<LineStyle>
<width>2</width>
</LineStyle>
<PolyStyle>
<color>ffff8000</color>
</PolyStyle>
</Style>
<StyleMap id="area10">
<Pair>
<key>normal</key>
<styleUrl>#area1</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#area11</styleUrl>
</Pair>
</StyleMap>
<Style id="area11">
<LineStyle>
<width>2</width>
</LineStyle>
<PolyStyle>
<color>ffff8000</color>
</PolyStyle>
</Style>
<Placemark>
<name>Untitled Polygon</name>
<styleUrl>#area10</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
28.97925792794256,41.00910407942175,0 28.98457201307624,41.00641952269704,0 28.98777198673775,41.01341895207499,0 28.9855886950796,41.01651049540783,0 28.97914942372142,41.01443778115362,0 28.97854124617022,41.0104759523858,0 28.97925792794256,41.00910407942175,0 
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml>
  

 
Tagged:

Answers

  • bmg_bob
    bmg_bob Global Mapper Programmer
    I have added feature request #17382 to out task list so we can consider adding this capability to a future version of Global Mapper.  We will post a message to this thread when the status of the feature request changes.
  • JSL
    JSL Global Mapper User Trusted User
    That would be a great function.