Carto::Geocodeur → ApiAdresse::Geocodeur
This commit is contained in:
parent
d726fbf698
commit
5e9e913dce
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ class Ban::SearchController < ApplicationController
|
|||
end
|
||||
|
||||
def get_address_point
|
||||
point = Carto::Geocodeur.convert_adresse_to_point(params[:request])
|
||||
point = ApiAdresse::Geocodeur.convert_adresse_to_point(params[:request])
|
||||
|
||||
if point.present?
|
||||
lon = point.x.to_s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue