Update export map example

This commit is contained in:
Tim Schaub
2022-01-01 11:22:41 -07:00
parent faddbf098b
commit 9aa3c00879
3 changed files with 23 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ import {Fill, Stroke, Style} from '../src/ol/style.js';
const style = new Style({
fill: new Fill({
color: 'rgba(255, 255, 255, 0.6)',
color: '#eeeeee',
}),
});