Skip to content

Commit

Permalink
Change the ordering of layers in the application.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Feb 21, 2021
1 parent d4e2829 commit 2d286e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ogc-example/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ wms = {
${layers.us-ned-slope},
${layers.us-ned-hillshade},
${layers.us-census-median-household-income},
${layers.markham},
${layers.lc8-rgb}
${layers.lc8-rgb},
${layers.markham}
]
}

Expand Down Expand Up @@ -102,8 +102,8 @@ wmts = {
${layers.us-ned-slope},
${layers.us-ned-hillshade},
${layers.us-census-median-household-income},
${layers.markham},
${layers.lc8-rgb}
${layers.lc8-rgb},
${layers.markham}
]
tile-matrix-sets = [
{
Expand Down

0 comments on commit 2d286e9

Please sign in to comment.