Make the box outline the same colour as the ways and points drawn
in the data browser maps.
This commit is contained in:
parent
1262b376ef
commit
47350833fc
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue