Skip to content

Commit

Permalink
Update mapbox vector layer example
Browse files Browse the repository at this point in the history
  • Loading branch information
bierett committed Feb 16, 2024
1 parent 3c28ad9 commit ed40a66
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/packages/map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,12 +350,13 @@ export class MapConfigProviderImpl implements MapConfigProvider {
zoom: 13
},
layers: [
{
new SimpleLayer({
title: "Abschnitte/Äste mit Unfällen (Mapbox Style)",
layer: new MapboxVectorLayer({
styleUrl: "https://demo.ldproxy.net/strassen/styles/default?f=mbs"
olLayer: new MapboxVectorLayer({
styleUrl:
"https://sgx.geodatenzentrum.de/gdz_basemapde_vektor/styles/bm_web_top.json"
})
}
})
]
};
}
Expand Down

0 comments on commit ed40a66

Please sign in to comment.