Changeset 5190 in ntrip


Ignore:
Timestamp:
Jun 9, 2013, 1:05:37 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/map/html/mapview.js

    r5174 r5190  
    1414  map    = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
    1515
     16  var image = new google.maps.MarkerImage("qrc:///map/html/crosshair.png",
     17                                          null,
     18                                          new google.maps.Point(0,0),
     19                                          new google.maps.Point(117,117)
     20                                         );
    1621  marker = new google.maps.Marker({
    17     map:       map,
    18     position:  new google.maps.LatLng(lat, lon),
    19     // icon:   "qrc:///map/html/crosshair.png"
     22    map:      map,
     23    position: new google.maps.LatLng(lat, lon),
     24    icon:     image,
    2025  });
    2126}
Note: See TracChangeset for help on using the changeset viewer.