Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Oct 4, 2023
1 parent b6ea74b commit d4d8385
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions radon/radon-ol.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,7 @@
})
});
}
// Add more conditions and styles for other attribute values as needed

// Default style if no condition matches
return new ol.style.Style({
stroke: new ol.style.Stroke({
color: 'gray',
width: 1,
}),
fill: new ol.style.Fill({
color: 'rgba(128, 128, 128, 1)',
})
});
}
};

// Create an OSM base layer
const osmLayer = new ol.layer.Tile({
Expand Down

0 comments on commit d4d8385

Please sign in to comment.