diff --git a/source/UI/js/Map/MapMarker.js b/source/UI/js/Map/MapMarker.js index b126a30a..10eb69eb 100644 --- a/source/UI/js/Map/MapMarker.js +++ b/source/UI/js/Map/MapMarker.js @@ -212,7 +212,7 @@ Ox.MapMarker = function(options) { size = that.map.options('markerSize'); //Ox.Log('Map', 'setOptions, that.map: ', that.map) if (color == 'auto') { - that.color = typeColor[that.place.type]; + that.color = typeColor[that.place.type] || typeColor['mapPlaceFeatureColor']; } else if (Ox.isArray(color)) { that.color = color; } else {