Skip to content

Commit

Permalink
maps api: use crosshair cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
trey0 committed Oct 29, 2012
1 parent f8e80b6 commit 63dd80c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geocamTiePoint/static/geocamTiePoint/js/backbone/views.js
Expand Up @@ -323,6 +323,7 @@ $(function($) {
streetViewControl: false,
backgroundColor: 'rgb(192, 192, 192)',
mapTypeControl: false,
draggableCursor: 'crosshair'
});
var gmap = app.gmap;

Expand Down Expand Up @@ -387,7 +388,8 @@ $(function($) {

var mapOptions = {
zoom: 6,
mapTypeId: google.maps.MapTypeId.ROADMAP
mapTypeId: google.maps.MapTypeId.ROADMAP,
draggableCursor: 'crosshair'
};

var gmap = new google.maps.Map(this.$('#map_canvas')[0],
Expand Down

0 comments on commit 63dd80c

Please sign in to comment.