Skip to content

Commit

Permalink
Change deprecated domain https://etalab-tiles.fr for https://openmapt…
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasG77 committed May 22, 2024
1 parent 68f64bb commit a1576a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/layouts/indicators/indicators-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const IndicatorsMap = ({hovered, isDROM}) => {
id='decoupage-administratif'
type='vector'
attribution='Données Ministère des Solidarités et de la santé'
url='https://etalab-tiles.fr/data/decoupage-administratif.json'
url='https://openmaptiles.geo.data.gouv.fr/data/decoupage-administratif.json'
>
<Layer beforeId='place-town' {...indicateurSynthese} />
<Layer beforeId='place-town' {...regionsLayer} />
Expand Down
2 changes: 1 addition & 1 deletion components/map-context/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Map = ({code, interactiveLayerIds, hideAttribution, onHover, onClick, chil
{...viewport}
width='100%'
height='100%'
mapStyle='https://etalab-tiles.fr/styles/osm-bright/style.json'
mapStyle='https://openmaptiles.geo.data.gouv.fr/styles/osm-bright/style.json'
interactiveLayerIds={interactiveLayerIds}
onHover={onHover}
onClick={onClick}
Expand Down

0 comments on commit a1576a5

Please sign in to comment.