This commit is contained in:
Tim Schaub
2013-08-15 13:54:37 -04:00
parent 966034e4f7
commit af1cd64018
5 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ var style = new ol.style.Style({
opacity: ol.expr.parse('getOpacity()')
}),
new ol.style.Stroke({
color: '#ffffff',
color: '#ffffff'
})
]
});