when i am running the code on rails console as:
Point.from_x_y(88.365805,22.543538)
Then getting error as:
NameError: uninitialized constant Point
Can anyone help me to remove this error?
I am running require 'gems'
before running this code as:
require 'geo_ruby'
require 'geo_ruby/ewk'