pavank61295

Results 8 comments of pavank61295

Hi Mike, Our requirement is to measure distance between two points. Max range is 300 m in our application. I tried 'EPSG:4326' also but still getting incorrect distance. Could you...

There are two known objects on map and distance between those two objects is 72m. We measured offline. We have taken refence code from below link and made a change...

Yes, This example using ol/sphere.getLength(), and example sending line object which has 3 points P1, P2, P1. I checked sphere.js file and it calulating line below. >> Line objects carrying...

when I calulate length of line on map, getting correct distance. Here **line_obj** carrying 3 points which are [P1, P2, P1]. I observed this in open layers example as I...

This is the code. It takes two points in 'EPSG:3857' format. ``` function get_distance(c1, c2) { var d = 0 c1 = ol.proj.transform(c1, 'EPSG:3857', 'EPSG:4326') c2 = ol.proj.transform(c2, 'EPSG:3857', 'EPSG:4326')...

I alse need this feature. Thanks in advance

Hi, I also want this feature, close all folders by deafult. Thanks, Pavan