Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSWeb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSWeb
Merge requests
!12
feat: Add test page (spatial) with mapserver layer in openlayers map
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: Add test page (spatial) with mapserver layer in openlayers map
feature/gridv-6-mapserver-layer
into
develop
Overview
0
Commits
51
Pipelines
0
Changes
1
Merged
Lene Wasskog
requested to merge
feature/gridv-6-mapserver-layer
into
develop
2 years ago
Overview
0
Commits
51
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
452d5975
Prev
Next
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
452d5975
Give maps more space
· 452d5975
Tor-Einar Skog
authored
1 year ago
ipmd/templates/ipmd/saddlegallmidgeform.html
+
4
−
4
Options
@@ -30,7 +30,7 @@
<div
id=
"weatherDataForm"
style=
"display: none;"
>
<h2>
Weather data
</h2>
<div
class=
"row"
>
<div
class=
"col-md-
8
"
>
<div
class=
"col-md-
6
"
>
<fieldset
id=
"historicDatasourceFields"
>
<legend>
Weather datasource (historic)
</legend>
<select
class=
"form-control"
name=
"weatherDatasourceId"
id=
"weatherDatasourceList"
onchange=
"handleWeatherDatasourceSelected(this);"
></select>
@@ -53,10 +53,10 @@
</div>
</fieldset>
</div>
<div
class=
"col-md-
4
"
><div
id=
"historicDatasourceMap"
></div></div>
<div
class=
"col-md-
6
"
><div
id=
"historicDatasourceMap"
></div></div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-
8
"
>
<div
class=
"col-md-
6
"
>
<fieldset
id=
"forecastDatasourceFields"
>
<legend>
Weather forecasts datasource
</legend>
<select
class=
"form-control"
name=
"forecastWeatherDatasourceId"
id=
"forecastWeatherDatasourceList"
onchange=
"handleForecastSourceSelected(this);"
></select>
@@ -65,7 +65,7 @@
</div>
</fieldset>
</div>
<div
class=
"col-md-
4
"
><div
id=
"forecastDatasourceMap"
></div></div>
<div
class=
"col-md-
6
"
><div
id=
"forecastDatasourceMap"
></div></div>
</div>
<button
class=
"btn btn-primary"
type=
"button"
onclick=
"submitData();"
>
Submit
</button>
<div
style=
"aspect-ratio: 2;"
>
Loading