wegue-oss / wegue

Template and components for webmapping applications with OpenLayers and Vue.js
BSD 2-Clause "Simplified" License
97 stars 42 forks source link

Fix measurement results for projected maps #385

Closed chrismayer closed 5 months ago

chrismayer commented 5 months ago

This PR fixes wrong measurement results in projected map setups (other than the OpenLayers default EPSG:3857), since the map projection was not specified in getLength and getArea function calls in the wgu-measuretool module.

chrismayer commented 5 months ago

Thanks for your review @sronveaux. I am going to merge now...