import GPX file in browser [Carto]

This commit is contained in:
kara Diaby 2020-05-07 18:30:19 +02:00
parent 1cc9cd0330
commit 1cc04092f4
6 changed files with 45 additions and 7 deletions

View file

@ -79,9 +79,8 @@ describe Champs::CarteController, type: :controller do
let(:params) do
{
champ_id: champ.id,
feature_collection: {
features: [feature]
}
features: [feature]
}
end