Make IGN layers opacity configurable

This commit is contained in:
Paul Chavard 2021-07-01 18:50:35 +02:00
parent d23740689f
commit 87fb98f5ed
5 changed files with 76 additions and 32 deletions

View file

@ -42,7 +42,7 @@ const MapReader = ({ featureCollection, options }) => {
<Mapbox
onStyleLoad={(map) => onLoad(map)}
style={style}
containerStyle={{ height: '400px' }}
containerStyle={{ height: '500px' }}
>
<SelectionUtilisateurPolygonLayer
featureCollection={featureCollection}