Skip to content

Commit

Permalink
change layer_name of the uploaded layer
Browse files Browse the repository at this point in the history
  • Loading branch information
hambsch committed Jul 9, 2024
1 parent b8cbd46 commit adcf3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/guppy/html/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<form id="uploadForm" action="$deploy_path$/admin/upload" method="post" enctype="multipart/form-data">
<label for="layerLabel">Layer Label:</label>
<input type="text" id="layerLabel" name="layerLabel">
<label for="layerName">Layer Prefix:</label>
<label for="layerName">Layer Name:</label>
<input type="text" id="layerName" name="layerName">
<label for="maxZoom">Max Zoom:</label>
<input type="text" id="maxZoom" name="maxZoom" value="17">
Expand Down

0 comments on commit adcf3a3

Please sign in to comment.