Remove legacy carto code

This commit is contained in:
Paul Chavard 2020-04-30 16:59:38 +02:00
parent 179a8b83b4
commit f0148184ca
4 changed files with 38 additions and 132 deletions

View file

@ -58,5 +58,27 @@ FactoryBot.define do
}
end
end
trait :multi_polygon do
geometry do
{
"type": "MultiPolygon",
"coordinates": [
[
[
[2.428439855575562, 46.538476837725796],
[2.4284291267395024, 46.53842148758162],
[2.4282521009445195, 46.53841410755813],
[2.42824137210846, 46.53847314771794],
[2.428284287452698, 46.53847314771794],
[2.428364753723145, 46.538487907747864],
[2.4284291267395024, 46.538491597754714],
[2.428439855575562, 46.538476837725796]
]
]
]
}
end
end
end
end