mirror of
https://github.com/bvanroll/cs-map-project.git
synced 2025-08-29 20:02:43 +00:00
momenteel geen errors, begonnen nieuwe items toe te voegen op ui
This commit is contained in:
@@ -5,8 +5,6 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Shapes;
|
||||
using GeoJSON.Net.Geometry;
|
||||
using Polygon = GeoJSON.Net.Geometry.Polygon;
|
||||
|
||||
namespace Globals
|
||||
{
|
||||
public class PolygonPunten
|
||||
@@ -25,7 +23,7 @@ namespace Globals
|
||||
MinimumY = punten.Min(punt => punt.Y);
|
||||
}
|
||||
|
||||
public PolygonPunten(Polygon p, string naam = "")
|
||||
public PolygonPunten(GeoJSON.Net.Geometry.Polygon p, string naam = "")
|
||||
{
|
||||
Naam = naam;
|
||||
Punten = new List<Punt>();
|
||||
@@ -45,6 +43,7 @@ namespace Globals
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -24,7 +24,7 @@ namespace Globals
|
||||
else return Naam;
|
||||
}
|
||||
|
||||
public Point GetPoint()
|
||||
public Point ToPoint()
|
||||
{
|
||||
return new Point(X, Y);
|
||||
}
|
||||
|
BIN
Globals/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
BIN
Globals/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user