Make the box outline the same colour as the ways and points drawn

in the data browser maps.
This commit is contained in:
Tom Hughes 2009-04-08 23:52:39 +00:00
parent 1262b376ef
commit 47350833fc

View file

@ -121,8 +121,8 @@ function addMarkerToMap(position, icon, description) {
function addBoxToMap(boxbounds) {
var geometry = boxbounds.toGeometry().transform(epsg4326, map.getProjectionObject());
var box = new OpenLayers.Feature.Vector(geometry, {}, {
strokeWidth: 3,
strokeColor: '#0000ff',
strokeWidth: 2,
strokeColor: '#ee9900',
fillOpacity: 0,
});