Changed location marker icon and animation
This commit is contained in:
@@ -567,8 +567,8 @@ overviewer.views.LocationIconView = Backbone.View.extend({
|
|||||||
'position': overviewer.map.getCenter(),
|
'position': overviewer.map.getCenter(),
|
||||||
'map': overviewer.map,
|
'map': overviewer.map,
|
||||||
'title': 'location',
|
'title': 'location',
|
||||||
'visible': false,
|
'icon': overviewerConfig.CONST.image.queryMarker,
|
||||||
'animation': google.maps.Animation.DROP
|
'visible': false
|
||||||
});
|
});
|
||||||
overviewer.collections.locationMarker.setVisible(true);
|
overviewer.collections.locationMarker.setVisible(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user