# HG changeset patch # User Thomas Junk # Date 1549462858 -3600 # Node ID 0cae90830be0b4e9271b604838af1112092eba49 # Parent 7ef7c3fd73832afb36f8e3f910a6dae7e1bf3f09 import_waterwayprofile: prefill url diff -r 7ef7c3fd7383 -r 0cae90830be0 client/src/components/ImportWaterwayProfiles.vue --- a/client/src/components/ImportWaterwayProfiles.vue Wed Feb 06 15:17:42 2019 +0100 +++ b/client/src/components/ImportWaterwayProfiles.vue Wed Feb 06 15:20:58 2019 +0100 @@ -128,7 +128,7 @@ name: "importwaterwayprofiles", data() { return { - url: "", + url: "https://service.d4d-portal.info/wamos/wfs/", sortBy: "hydro_scamin", featureType: "ws-wamos:ienc_wtwprf", disableUploadButton: false, @@ -164,7 +164,7 @@ this.uploadLabel + this.$gettext(" was successfully uploaded.") ) }); - this.url = ""; + this.url = "https://service.d4d-portal.info/wamos/wfs/"; this.uploadFile = null; this.uploadLabel = this.$gettext("choose file to upload"); })