# HG changeset patch # User Bernhard Reiter # Date 1537531060 -7200 # Node ID 23b68cd4bed348050e178f65aa4ab58e550cedec # Parent ebe6799623cbadf5fb2c6cb8f42d14308c3a0890 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. diff -r ebe6799623cb -r 23b68cd4bed3 client/src/map/Maplayer.vue --- 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