gis icon indicating copy to clipboard operation
gis copied to clipboard

A full-featured geospatial extension for Tarantool

Results 4 gis issues
Sort by recently updated
recently updated
newest added

cmake can't find file proj_api.h, which was removed in the proj version 8.0.0. how to solve this problem

I implemented my version based on https://tarantool.github.io/gis/intro.html For European coordinates everithing work correctly. {47.222531, 39.718705} I have distance 112. But for {55.030199, 104.920430} I have distance 1.7976931348623e+308. Why?

bug
need feedback
prio5
backlog

When using tarantool-gis: ``` luarocks install https://raw.githubusercontent.com/tarantool/gis/master/rockspecs/gis-scm-1.rockspec gis = require('gis') gis.install() gis = require('gis') wgs84 = 4326 -- WGS84 World-wide Projection (Lon/Lat) gis.Polygon({{ {37.884120, 55.613116 }, {37.899055, 55.612244 }, {37.899398,...

Test case to reproduce [here](https://gist.github.com/BHMJ/be96055a67496d5bf3d3ae2ade2c4855)