-
I get the following error message when running the tests:
```
Failures:
1) GeoRuby::KmlParser should parse a GeoRuby::SimpleFeatures::LineString correctly
Failure/Error: g.as_kml.gsub(/\n/,''…
-
Spherical_factory distances become wrong after half the possible Earth distance.
So I do this on a new Rails application with Rgeo gem used:
```
>> factory = RGeo::Geographic.spherical_factory(:srid …
Exoth updated
11 years ago
-
In order to make the specs run, I had to add a test group to Gemfile:
``` ruby
group :test do
gem 'dbf'
gem 'nokogiri'
end
```
```
kmandrup:mongoid_geospatial (master) $ bspec spec/
Running with…
-
I was in Creative World at a far away location (Like 1800, 70, 1300) and I did /World Minetopia.
I warped to the same Cords, in Minetopia (Which are way out the border, and not my last location in Mi…
-
While a lot of this issue could be down to the server resources, its also true that they only recently started with the latest build of SFPlugin.
It might be good if we can spend some time figuring o…
-
I reverted my installed httparty gem back to "0.6.0" and got elastic_searachable installed. Given my model is called "Poi". I created an index using "Poi.create_index" and then tried to index all pois…
-
..if lan or lon are saved out of the +180.0 and -180.0 degrees boundaries.
I patched it like this:
class GeoRuby::SimpleFeatures::Geometry
alias :old_as_kml :as_kml
# fixing google_earth not disp…
-
Hi, First off, thanks for a GREAT gem! And thanks for fixing the last issue I encountered.
We uncovered what seems to be a classic floating point rounding error when a cartesian factory uses the GEOS…
-
A hello and a question. I'm using spatial_adapter in http://github.com/opengovernment/opengovernment/
It's been super helpful for us -- so thank you!
One thing I'd love to be able to do is an aggrega…