Skip to content

Commit

Permalink
small fix for googlev3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
brunob committed Jun 5, 2012
1 parent 306c1ef commit c07b1f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/googlev3.html
Expand Up @@ -54,9 +54,6 @@

geocoder = new mxn.Geocoder('googlev3',geocode_return);

// add image overlay
mapstraction.addImageOverlay("over", "http://mapstraction.com/images/santodomingo.png", 50, -70.01544, 18.39777, -69.80567, 18.563517);

// add a marker
var marker = new mxn.Marker(latlon);
mapstraction.addMarker(marker,true);
Expand Down

0 comments on commit c07b1f9

Please sign in to comment.