This commit is contained in:
parent
ac2cc1e5f4
commit
34ac68b27f
6 changed files with 9 additions and 9 deletions
|
@ -27,7 +27,7 @@ class ModuleApiCartoService
|
|||
coordinates.flat_map do |coordinate|
|
||||
CARTO::SGMAP::QuartiersPrioritaires::Adapter.new(
|
||||
coordinate.map { |element| [element['lng'], element['lat']] }
|
||||
).to_params
|
||||
).results
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -35,7 +35,7 @@ class ModuleApiCartoService
|
|||
coordinates.flat_map do |coordinate|
|
||||
CARTO::SGMAP::Cadastre::Adapter.new(
|
||||
coordinate.map { |element| [element['lng'], element['lat']] }
|
||||
).to_params
|
||||
).results
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue