Skip to content

Commit

Permalink
Added symbolic links to schemas and SLDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Graber committed Feb 2, 2024
1 parent 6c3e4a3 commit c727077
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/tile_services/start_tile_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@ if [ "$GENERATE_COLORMAP_HTML" = true ]; then
echo "[$(date)] Colormap HTML generation completed" >> /var/log/onearth/config.log
fi

# Link schemas
ln -s /etc/onearth/schemas /var/www/html/

# Link SLDs
ln -s /etc/onearth/slds /var/www/html/

# Link legends
ln -s /etc/onearth/legends /var/www/html/

Expand Down

0 comments on commit c727077

Please sign in to comment.