Skip to content

Commit 123cd9e

Browse files
committed
Add point of union from the polygon
1 parent cae44bc commit 123cd9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Services/Location/Locations.API/Infrastructure/LocationsContextSeed.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ static List<GeoJson2DGeographicCoordinates> GetBarcelonaPoligon()
161161
{
162162
return new List<GeoJson2DGeographicCoordinates>()
163163
{
164+
new GeoJson2DGeographicCoordinates(2.033879, 41.383858),
164165
new GeoJson2DGeographicCoordinates(2.113741, 41.419068),
165166
new GeoJson2DGeographicCoordinates(2.188778, 41.451153),
166167
new GeoJson2DGeographicCoordinates(2.235266, 41.418033),

0 commit comments

Comments
 (0)