changeset 715:23b68cd4bed3

client: re-enable loading of full river bank marks * Remove the bboxFilter that restricted loading of external distance_marks to the extend of the Austrian Danbue. Because of the improved loading strategy, this is more feasable, but still there maybe issue when trying to display everything.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 21 Sep 2018 13:57:40 +0200
parents ebe6799623cb
children 22159077b564
files client/src/map/Maplayer.vue
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/map/Maplayer.vue	Fri Sep 21 13:23:32 2018 +0200
+++ b/client/src/map/Maplayer.vue	Fri Sep 21 13:57:40 2018 +0200
@@ -19,7 +19,7 @@
 // openlayers imports, sorted by module name
 import { Map, View } from "ol";
 import Feature from "ol/Feature";
-import { bbox as bboxFilter } from "ol/format/filter.js";
+// import { bbox as bboxFilter } from "ol/format/filter.js";
 import { WFS, GeoJSON } from "ol/format.js";
 import GeometryType from "ol/geom/GeometryType.js";
 import LineString from "ol/geom/LineString.js";
@@ -249,9 +249,9 @@
     var featureRequestOptions5 = {
       featurePrefix: "ws-wamos",
       featureTypes: ["ienc_dismar"],
-      geometryName: "geom",
+      geometryName: "geom" //,
       /* restrict loading approximately to extend of danube in Austria */
-      filter: bboxFilter("geom", [13.3, 48.0, 17.1, 48.6], "EPSG:4326")
+      // filter: bboxFilter("geom", [13.3, 48.0, 17.1, 48.6], "EPSG:4326")
     };
 
     this.layers[5].data