From 7c22b5a238dce4687d14b30fffeca3a02e0558ff Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Mon, 9 Mar 2020 16:09:07 +0000 Subject: [PATCH] Improve the calculation of projection extent fix quotes --- examples/reprojection-by-code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reprojection-by-code.js b/examples/reprojection-by-code.js index 880b200ece..0f72fa3a48 100644 --- a/examples/reprojection-by-code.js +++ b/examples/reprojection-by-code.js @@ -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] }),