0

Changed location marker icon and animation

This commit is contained in:
CounterPillow
2012-11-29 18:59:38 +01:00
parent bfcb53ede3
commit 4d983f8ada

View File

@@ -567,8 +567,8 @@ overviewer.views.LocationIconView = Backbone.View.extend({
'position': overviewer.map.getCenter(),
'map': overviewer.map,
'title': 'location',
'visible': false,
'animation': google.maps.Animation.DROP
'icon': overviewerConfig.CONST.image.queryMarker,
'visible': false
});
overviewer.collections.locationMarker.setVisible(true);