Blaeu.NET is a straightforward ASP.NET (Core) MVC implementation of Leaflet, NetTopologySuite and SQL Server. It showcases the ability to create geometric data (such as points, lines or polygons) using a mapping library and store it in a database.
- ASP.NET Core
- Entity Framework Core
- NetTopologySuite
- SQL Server
- LeafletJS
- OpenStreetMaps
- Carto
- ASP.NET Core
- Visual Studio 2019+
- Clone the repository:
git clone https://github.com/steepl/Blaeu.NET.git
- Navigate to the project directory:
cd Blaeu.NET
- Start the application:
dotnet run
If you want to open the application in Visual Studio follow the steps below:
- Open Blaeu.NET.snl with Visual Studio 2019 or 2022
- Start the application
Tip: to view or modify the SQL data inside Visual Studio you can install SSDT
GNU General Public License v3