We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cbd46 commit adcf3a3Copy full SHA for adcf3a3
server/guppy/html/upload.html
@@ -70,7 +70,7 @@
70
<form id="uploadForm" action="$deploy_path$/admin/upload" method="post" enctype="multipart/form-data">
71
<label for="layerLabel">Layer Label:</label>
72
<input type="text" id="layerLabel" name="layerLabel">
73
- <label for="layerName">Layer Prefix:</label>
+ <label for="layerName">Layer Name:</label>
74
<input type="text" id="layerName" name="layerName">
75
<label for="maxZoom">Max Zoom:</label>
76
<input type="text" id="maxZoom" name="maxZoom" value="17">
0 commit comments