Improve the calculation of projection extent

fix quotes
This commit is contained in:
mike-000
2020-03-09 16:09:07 +00:00
committed by GitHub
parent 230c6b011e
commit 7c22b5a238

View File

@@ -14,7 +14,7 @@ import proj4 from 'proj4';
const graticule = new Graticule({
// the style to use for the lines, optional.
strokeStyle: new Stroke({
color: "rgba(255,120,0,0.9)",
color: 'rgba(255,120,0,0.9)',
width: 2,
lineDash: [0.5, 4]
}),