More work on OL3.

This commit is contained in:
Oliver Jowett 2016-07-02 14:44:14 +01:00
parent 5acecbaf6f
commit 8639ab3837
4 changed files with 152 additions and 154 deletions

View file

@ -61,31 +61,31 @@ var _heavy_svg =
var MarkerIcons = {
generic : {
scale : 0.4,
anchor : new google.maps.Point(32, 32),
anchor : [32, 32],
path : _generic_plane_svg
},
light : {
scale : 0.4,
anchor : new google.maps.Point(32, 25),
anchor : [32, 25],
path : _beechcraft_svg
},
medium : {
scale : 0.4,
anchor : new google.maps.Point(32, 32),
anchor : [32, 32],
path : _generic_plane_svg
},
heavy : {
scale : 0.6,
anchor : new google.maps.Point(32, 32),
anchor : [32, 32],
path : _heavy_svg
},
rotorcraft : {
scale : 0.5,
anchor : new google.maps.Point(22, 32),
anchor : [22, 32],
path : _rotorcraft_svg
}
};