[Fix #508]Api GeoJson: export quartier_prioritaire

This commit is contained in:
Simon Lehericey 2017-10-27 15:36:07 +02:00 committed by Mathieu Magnin
parent cc26eb6e87
commit 9f2338a70a
4 changed files with 35 additions and 1 deletions

View file

@ -3,5 +3,6 @@ FactoryGirl.define do
code 'QPcode'
commune 'Paris'
nom 'Test des QP'
geometry '{"type": "MultiPolygon", "coordinates": [[[[2.37112834276229, 48.8773116214902], [2.37163254350824, 48.8775780792784], [2.37112834276229, 48.8773116214902]]]]}'
end
end