Make IGN layers opacity configurable
This commit is contained in:
parent
d23740689f
commit
87fb98f5ed
5 changed files with 76 additions and 32 deletions
|
@ -42,7 +42,7 @@ const MapReader = ({ featureCollection, options }) => {
|
|||
<Mapbox
|
||||
onStyleLoad={(map) => onLoad(map)}
|
||||
style={style}
|
||||
containerStyle={{ height: '400px' }}
|
||||
containerStyle={{ height: '500px' }}
|
||||
>
|
||||
<SelectionUtilisateurPolygonLayer
|
||||
featureCollection={featureCollection}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue