Skip to content

Commit

Permalink
Use the 16x16 flanders icon for both wms and contextual layers
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Dec 23, 2024
1 parent 7d8bffc commit 25f4a61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/spatial-hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN git clone --branch ${VERSION} ${SOURCE} . && git checkout ${COMMIT}

COPY resources.xml ./grails-app/conf/spring/resources.xml
COPY ./layouts/* ./grails-app/views/layouts/
COPY ./assets ./grails-app/assets/
COPY ./assets/images/icon_flanders.png ./grails-app/assets/images/icon_contextual-layer.png
COPY ./assets/images/icon_flanders.png ./grails-app/assets/images/icon_wms-layer.png

RUN --mount=type=cache,target=/gradle-cache,ro \
gradle \
Expand Down
Binary file not shown.

0 comments on commit 25f4a61

Please sign in to comment.