diff --git a/source/Ox.UI/js/Map/Ox.MapPlace.js b/source/Ox.UI/js/Map/Ox.MapPlace.js index f42f435c..a503a1c6 100644 --- a/source/Ox.UI/js/Map/Ox.MapPlace.js +++ b/source/Ox.UI/js/Map/Ox.MapPlace.js @@ -28,8 +28,6 @@ Ox.MapPlace = function(options) { editing: false, geoname: '', map: null, - markerColor: [255, 0, 0], - markerSize: 16, name: '', north: 0, selected: false, @@ -75,10 +73,8 @@ Ox.MapPlace = function(options) { ); if (!that.marker) { that.marker = new Ox.MapMarker({ - color: that.markerColor, map: that.map, - place: that, - size: that.markerSize + place: that }); that.rectangle = new Ox.MapRectangle({ map: that.map,