-
You have distance as meters everywhere in your documentation, but `getCenter` returns kilometers.
`geolib@2.0.14`
jd327 updated
9 years ago
-
hey @paulmach I've been playing with an alternate irregular polygon centroid algorithm which I borrowed from https://github.com/manuelbieh/Geolib/blob/master/src/geolib.js#L404
in theory it should p…
-
I implemented a method to calculate bearing between points which could be useful. Should we add this?
// From http://www.movable-type.co.uk/scripts/latlong.html
var bearingFromPoints = function (poi…
-
![screen shot 2015-06-03 at 11 01 10](https://cloud.githubusercontent.com/assets/27327/7957523/eaf2d9c8-09df-11e5-9b7f-296577962a3b.png)
my app is super vanilla at the moment, perhaps you expecting m…
-
Here's what happened:
1) I ran `enpkg` and it asked to update. I did.
```
↳ enpkg -s engeo
Fetching indices: .
Enstaller is out of date. Update? ([y]/n) y
enstaller-4.8.5-1.egg …
-
# Description
User Story #10
提供一个接口取数据, RESt, JSON
- 输入: 使用 微信的JS SDK获取的经纬度 和 用户的AccessToken
- 输出:直接修改nodeclub的查询topic接口,支持pagination,默认每页 100
计算过程: 从数据库中,查询 'Topic', 只要topic经纬度落到输入的三公里范围内,就加入到输出。…
-
Jag blev tvungen att installera geospatial libraries `https://docs.djangoproject.com/en/1.7/ref/contrib/gis/install/geolibs/` och `sqlparse`
-
Failed installation on Debian GNU/Linux 7
- Go en the required dependencies are corrected installed.
- The command "go get github.com/omniscale/imposm3" gives te error:
`go get github.com/omniscale/…
-
```
File "/var/www/django/django/django/apps/api/serializers.py", line 248, in get_geolocations
return [ GeoLocationSerializer(obj.geolocation).data ]
File "/var/www/django/venv/local/lib/pyth…
-
Hi,
This may be a stupid question but I can't quite find the answer - how would you suggest going about using ardrone to move the drone a specific amount in a windless environment (say, 1m forward)? …