Fix geo area point coordinates display
This commit is contained in:
parent
44d7750e7d
commit
61c315b276
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ class GeoArea < ApplicationRecord
|
|||
|
||||
def location
|
||||
if point?
|
||||
Geo::Coord.new(*rgeo_geometry.coordinates).to_s
|
||||
Geo::Coord.new(*rgeo_geometry.coordinates.reverse).to_s
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue