Merge pull request #6737 from ahocevar/graticule-labels

Graticule labels
This commit is contained in:
Andreas Hocevar
2017-04-24 10:49:43 +02:00
committed by GitHub
6 changed files with 379 additions and 30 deletions

View File

@@ -27,6 +27,8 @@ var graticule = new ol.Graticule({
color: 'rgba(255,120,0,0.9)',
width: 2,
lineDash: [0.5, 4]
})
}),
showLabels: true
});
graticule.setMap(map);