Browse Source

Add point of union from the polygon

pull/223/head
Christian Arenas 7 years ago
parent
commit
123cd9e1c1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Services/Location/Locations.API/Infrastructure/LocationsContextSeed.cs

+ 1
- 0
src/Services/Location/Locations.API/Infrastructure/LocationsContextSeed.cs View File

@ -161,6 +161,7 @@
{
return new List<GeoJson2DGeographicCoordinates>()
{
new GeoJson2DGeographicCoordinates(2.033879, 41.383858),
new GeoJson2DGeographicCoordinates(2.113741, 41.419068),
new GeoJson2DGeographicCoordinates(2.188778, 41.451153),
new GeoJson2DGeographicCoordinates(2.235266, 41.418033),


Loading…
Cancel
Save