Skip to content

Commit

Permalink
france hillshading
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Dec 17, 2023
1 parent 41285c8 commit b56eb51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style/ShadingAndContours.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function ShadingAndCountours({ contours, shading }: Props) {

<CountryShadingAndContours contours={contours} shading={shading} cc="at" cutCcs={["sk", "ch", "si", "cz"]} />

<CountryShadingAndContours contours={contours} shading={shading} cc="it" cutCcs={["at", "ch", "si"]} />
<CountryShadingAndContours contours={contours} shading={shading} cc="it" cutCcs={["at", "ch", "si", "fr"]} />

<CountryShadingAndContours contours={contours} shading={shading} cc="ch" cutCcs={[]} />

Expand All @@ -150,13 +150,15 @@ export function ShadingAndCountours({ contours, shading }: Props) {

<CountryShadingAndContours contours={contours} shading={shading} cc="sk" cutCcs={[]} />

<CountryShadingAndContours contours={contours} shading={shading} cc="fr" cutCcs={["ch"]} />

{/* to cut out detailed */}
<SqlLayer
styleName="sea" // any
compOp="src-over"
sql="SELECT geom FROM contour_split LIMIT 0" // some empty data
>
{["it", "at", "ch", "si", "pl", "sk", "cz"].map((cc) => (
{["it", "at", "ch", "si", "pl", "sk", "cz", "fr"].map((cc) => (
<GdalLayer styleName="shadingAndContoursMask" file={`shading/${cc}/mask.tif`} />
))}

Expand Down

0 comments on commit b56eb51

Please sign in to comment.