mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix typo
This commit is contained in:
parent
0900a7db82
commit
01a97a5ed1
@ -35,7 +35,7 @@ impl Default for Style {
|
||||
source_layer: Some("park".to_string()),
|
||||
},
|
||||
StyleLayer {
|
||||
id: "lanuse".to_string(),
|
||||
id: "landuse".to_string(),
|
||||
typ: "fill".to_string(),
|
||||
maxzoom: None,
|
||||
minzoom: None,
|
||||
@ -59,7 +59,7 @@ impl Default for Style {
|
||||
source_layer: Some("landcover".to_string()),
|
||||
},
|
||||
StyleLayer {
|
||||
id: "transportation".to_string(),
|
||||
id: "1transportation".to_string(),
|
||||
typ: "line".to_string(),
|
||||
maxzoom: None,
|
||||
minzoom: None,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user