Dear all,
I want to convert Exhibit from google map to google earth and I follow
the instruction on
http://groups.google.com/group/simile-widgets/browse_thread/thread/32e0be12a6b77ba7/8e2a9ec1ac7c4a68?lnk=gst&q=earth#8e2a9ec1ac7c4a68.

But the markers are gone and only leave lonely earth on the webpage.

I used the below code to create map
<script type='text/javascript'>
  //<![CDATA[
    function cop15(map3d){
      map = new GMap2(map3d);
      //map.setMapType(G_SATELLITE_3D_MAP);
      map.setCenter(new GLatLng(55.6369538, 12.5766037), 3);
      map.addControl(new GLargeMapControl());
      map.addControl(new GHierarchicalMapTypeControl());
      map.addControl(new GMapTypeControl());
      map.setMapType(G_HYBRID_MAP);

          return map;
    }
  //]]>
</script>

and adopt Exhibit to show the map

 <div ex:bubbleheight='300'ex:bubblewidth='300' ex:color='#ff0000'
ex:iconfit='none' ex:label='Map' ex:latlng='.location'
ex:mapHeight='800' ex:mapWidth='200' ex:mapConstructor='cop15'
ex:role='view' ex:shape='square' ex:type='' ex:viewclass='Map'
id='map3d'>

I am not sure why all markers disappear. Could you give me some hints.
Thanks a lot.

Emile

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to simile-widg...@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to