Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OGC API - Features Retriever #52

Merged
merged 12 commits into from
Nov 16, 2023

Conversation

SpeckiJ
Copy link
Contributor

@SpeckiJ SpeckiJ commented Nov 13, 2023

Also improves UI for selection of datasource / configuration of datasource.

depends on KomMonitor/kommonitor-importer#25

@SpeckiJ SpeckiJ requested a review from SebaDro November 13, 2023 12:37
@SpeckiJ SpeckiJ self-assigned this Nov 13, 2023
@SebaDro SebaDro changed the base branch from master to develop November 13, 2023 13:41
Comment on lines 558 to 576
</div>
<div ng-show="bboxType == 'literal'">
<label>Begrenzungsrahmen*</label>
<input id="datasourceTypeParameter_georesourceAdd_bbox_minx" class="form-control" type="number" placeholder="-180" ng-required="bboxType == 'literal'">
<div class="help-block">
<p>Minimale x-Koordinate</p>
</div>
<input id="datasourceTypeParameter_georesourceAdd_bbox_miny" class="form-control" type="number" placeholder="-90" ng-required="bboxType == 'literal'">
<div class="help-block">
<p>Minimale y-Koordinate</p>
</div>
<input id="datasourceTypeParameter_georesourceAdd_bbox_maxx" class="form-control" type="number" placeholder="180" ng-required="bboxType == 'literal'">
<div class="help-block">
<p>Maximale x-Koordinate</p>
</div>
<input id="datasourceTypeParameter_georesourceAdd_bbox_maxy" class="form-control" type="number" placeholder="90" ng-required="bboxType == 'literal'">
<div class="help-block">
<p>Maximale y-Koordinate</p>
</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe, add information, which of the text boxes is longitude and latitude for clarity.

@SebaDro SebaDro merged commit e9347a2 into develop Nov 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants