Skip to content

A .NET Core GIS solution for creating and storing GeoJSON using EF Core, NetTopologySuite and Leaflet

License

Notifications You must be signed in to change notification settings

steepl/Blaeu.NET

Repository files navigation

Blaeu.NET

image

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.

Built With

Getting Started

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/steepl/Blaeu.NET.git
  1. Navigate to the project directory:
cd Blaeu.NET
  1. Start the application:
dotnet run

Opening with Visual Studio

If you want to open the application in Visual Studio follow the steps below:

  1. Open Blaeu.NET.snl with Visual Studio 2019 or 2022
  2. Start the application

Tip: to view or modify the SQL data inside Visual Studio you can install SSDT

License

GNU General Public License v3