Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Geoportal Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GeoPortal
Geoportal Frontend
Commits
3144d23e
Commit
3144d23e
authored
Feb 19, 2020
by
Sebastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meh
parent
130ba784
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
datenexport-seite.component.html
src/app/datenexport-seite/datenexport-seite.component.html
+1
-1
geoportal-api.service.ts
src/app/services/geoportal-api.service.ts
+3
-1
No files found.
src/app/datenexport-seite/datenexport-seite.component.html
View file @
3144d23e
...
...
@@ -5,7 +5,7 @@
Du möchtest Daten aus dem GeoPortal herunterladen, um Sie außerhalb unserer Plattform weiternutzen zu können? Dann
bist du hier richtig. Um den gesamten Datensatz herunterzuladen, gehe folgendermaßen vor:
</p>
<form
[
formGroup
]="
exportFormGroup
"
(
ngSubmit
)="
exportUrl=
this.getApiService().
apiURL
;
submitExportForm
();"
>
<form
[
formGroup
]="
exportFormGroup
"
(
ngSubmit
)="
exportUrl=
this.getApiService().
getApiUrl()
;
submitExportForm
();"
>
<h2>
1. Welche allgemeinen Information zu den jeweiligen Ort möchtest du herunterladen? (soweit verfügbar).
</h2>
<br>
...
...
src/app/services/geoportal-api.service.ts
View file @
3144d23e
...
...
@@ -59,7 +59,9 @@ export class GeoportalApiService {
(
error
)
=>
{
this
.
_registrationAvailable
=
(
error
.
status
!=
503
);}
);
}
getApiUrl
(){
return
this
.
apiURL
;
}
getURL
(){
return
this
.
apiURL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment