From 123cd9e1c1453816ec5d2b0298515b568fb71d35 Mon Sep 17 00:00:00 2001 From: Christian Arenas Date: Wed, 21 Jun 2017 11:47:34 +0200 Subject: [PATCH] Add point of union from the polygon --- .../Locations.API/Infrastructure/LocationsContextSeed.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Services/Location/Locations.API/Infrastructure/LocationsContextSeed.cs b/src/Services/Location/Locations.API/Infrastructure/LocationsContextSeed.cs index b26054d35..ab163d98d 100644 --- a/src/Services/Location/Locations.API/Infrastructure/LocationsContextSeed.cs +++ b/src/Services/Location/Locations.API/Infrastructure/LocationsContextSeed.cs @@ -161,6 +161,7 @@ { return new List() { + new GeoJson2DGeographicCoordinates(2.033879, 41.383858), new GeoJson2DGeographicCoordinates(2.113741, 41.419068), new GeoJson2DGeographicCoordinates(2.188778, 41.451153), new GeoJson2DGeographicCoordinates(2.235266, 41.418033),