Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zuzak authored and francois2metz committed Sep 23, 2023
1 parent 03cafeb commit a15a046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultstyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function areaLayer(feature, resolution) {

let stroke;

if (['area', 'corridor', 'plaform'].includes(properties.class)) {
if (['area', 'corridor', 'platform'].includes(properties.class)) {
stroke = new Stroke({
color: '#bfbfbf',
width: 1
Expand Down

0 comments on commit a15a046

Please sign in to comment.