mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add waterway
This commit is contained in:
parent
506ace5d83
commit
fbd201de15
@ -94,6 +94,18 @@ impl Default for Style {
|
||||
source: None,
|
||||
source_layer: Some("water".to_string()),
|
||||
},
|
||||
StyleLayer {
|
||||
id: "waterway".to_string(),
|
||||
typ: "fill".to_string(),
|
||||
maxzoom: None,
|
||||
minzoom: None,
|
||||
metadata: None,
|
||||
paint: Some(LayerPaint::Line(LinePaint {
|
||||
line_color: Some(Color::from_str("blue").unwrap()),
|
||||
})),
|
||||
source: None,
|
||||
source_layer: Some("waterway".to_string()),
|
||||
},
|
||||
StyleLayer {
|
||||
id: "boundary".to_string(),
|
||||
typ: "line".to_string(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user