Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions components/PostWorkspaceLayersParams.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ class PostWorkspaceLayersParams extends React.PureComponent {
<label>Data file</label>
<input name="file" type="file" multiple/>
</Form.Field>
<Form.Input
inline
name="file_path"
label='File path'
placeholder='File path (relative path to directory or raster on server)'/>
<Form.Input
inline
name="external_table_uri"
Expand Down
Loading