Posted on February 24, 2009, 16:11, by stefan, under
coding.
Finally I managed to reproduce something that have been annoying me for several months while using NetBeans as my primary JavaScript editor:
Filed as issue #159060.
Update: Fixed in trunk and available in 6.7 M2.
Posted on February 16, 2009, 16:28, by stefan, under
coding.
I’m currently working with the Microsoft Virtual Earth SDK and wanted to test if a point is inside a box as where coordinates are specified using latitude and longitude.
It appears there are no built in function the API that does this, so this is what I came up with. Please note the special case where [...]