ginoplusio


Member since 11/07/2008

Website: http://www.barattalo.it

3 snippets

8192 profile views

6 Comment(s) Posted

View their favorites

Profile

Achievement

You have not received any achievements.

ginoplusio's Recent JavaScript SnippetsTagged google



« Prev 1 Next »
This function calculates distance with the Haversine formula, this formula assumes that our Earth is spherical, but it isn’t since it’s more like a big orange fruit also compresses at poles. I’ve read that this function has an error about + o â...
3 5469 posted 14 years ago by ginoplusio
When you show the coordinates of a point, it’s sometimes better to show them as degrees and not as deciaml (even if decimal is simpler). Each of the two coordinates can be converted with the same function. In the function call the “tipo” is the...
1 701 posted 14 years ago by ginoplusio
I’ve made a ruler to measure distances on a Google Map V3. The file Ruler.js contains a two function: one to calculate the distance between two points on the map with their position expressed in decimal degrees, and one function that add the ruler....
1 1125 posted 14 years ago by ginoplusio
« Prev 1 Next »