-
Hi, I manually tried calculating the circle between two points with: http://www.movable-type.co.uk/scripts/latlong.html
Distance: 19.43 km
But when I'm trying this code:
```
var user = geolib.use…
-
```
What steps will reproduce the problem?
1.Using the/trunk/testTools/Compile.sh to compile the game under Linux.
2.GeoLibs not found when building the Game Server with Rev
3.
What is the expected …
-
Hi,
I tried compile arop in Archlinux, but this show me a error in make command:
Error: .... arop/source/lib/geolib.a: No such file or directory
In env.sh file you refer a lib directory: export MY…
-
```
What steps will reproduce the problem?
1.Using the/trunk/testTools/Compile.sh to compile the game under Linux.
2.GeoLibs not found when building the Game Server with Rev
3.
What is the expected …
-
Say I wanted to get, roughly, a 30km by 30km square around a given lat/long, how would I do this?
Something like `geolib.travel(lat, long, 30, 'km', degrees)` where degrees is a number between 0 and …
-
cc'ing @dandv
This could be a big misunderstanding on my part - I am still pretty new to Meteor. I am running Meteor 1.2 and have added [geolib](https://atmospherejs.com/outatime/geolib) to my proje…
-
ogrinfo --formats
-
Hi
thank you for this great library.
However, when I install geolib via npm the function computeDestinationPoint is not implemented. The same when I try to install it from github.
I have version 2.…
-
```
Scheduled harvest for repository
"http://geolib.geo.auth.gr/digeo/index.php/index/oai" with 'marcxml' format
and all sets. No records harvested. Below is the log from harvestin.
The OAI request i…
-
Why does the function orderByDistance return a new array with a different shape to the original?
Convention says this method should return an array with the same contents as the source but sorted by …