Skip to content

Commit

Permalink
Move hillshade under water
Browse files Browse the repository at this point in the history
  • Loading branch information
jleedev committed Sep 18, 2024
1 parent 6fb25d0 commit e12f62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export function build(locales) {
lyrBoundary.stateCasing,
lyrBoundary.countryCasing,

lyrHillshade.hillshading,

lyrWater.waterLine,
lyrWater.waterLineIntermittent,
lyrWater.waterway,
Expand Down Expand Up @@ -84,8 +86,6 @@ export function build(locales) {

lyrFerry.ferry,

lyrHillshade.hillshading,

lyrAeroway.runway,
lyrAeroway.runwayArea,
lyrAeroway.taxiway,
Expand Down

0 comments on commit e12f62c

Please sign in to comment.