Improve the calculation of projection extent
fix quotes
This commit is contained in:
@@ -14,7 +14,7 @@ import proj4 from 'proj4';
|
|||||||
const graticule = new Graticule({
|
const graticule = new Graticule({
|
||||||
// the style to use for the lines, optional.
|
// the style to use for the lines, optional.
|
||||||
strokeStyle: new Stroke({
|
strokeStyle: new Stroke({
|
||||||
color: "rgba(255,120,0,0.9)",
|
color: 'rgba(255,120,0,0.9)',
|
||||||
width: 2,
|
width: 2,
|
||||||
lineDash: [0.5, 4]
|
lineDash: [0.5, 4]
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user