comparison client/src/map/Maplayer.vue @ 667:c6aacd396918

client: improve waterway axis mark display * .. by requesting data in EPSG:3857.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 18 Sep 2018 13:47:13 +0200
parents db749c02127c
children f595b3455d75
comparison
equal deleted inserted replaced
666:4c36b0e39d78 667:c6aacd396918
200 console.log("loaded ", features, "for", vectorSrc); 200 console.log("loaded ", features, "for", vectorSrc);
201 }); 201 });
202 202
203 // FIXME this is hardwired for now 203 // FIXME this is hardwired for now
204 var featureRequest6 = new WFS().writeGetFeature({ 204 var featureRequest6 = new WFS().writeGetFeature({
205 srsName: "EPSG:4326", 205 srsName: "EPSG:3857",
206 featureNS: "gemma", 206 featureNS: "gemma",
207 featurePrefix: "gemma", 207 featurePrefix: "gemma",
208 featureTypes: ["distance_marks"], 208 featureTypes: ["distance_marks"],
209 outputFormat: "application/json" 209 outputFormat: "application/json"
210 }); 210 });