Anthony Sosso
Results
2
comments of
Anthony Sosso
I've run into this locally as well; in lib/rgeo/types.rb, adding ``` nfactory_.line_string(obj_.points.chunk{|x| x}.map(&:first).map { |p_| cast(p_, nfactory_, opts_) }) ``` has fixed our problems. The key bit is the chunk...
@jakeboone02 what's strange is that I've tried that as well -- that's how I had set it up initially. JS dependency debugging has me squarely out of my depth, what's...