Initial commit
This commit is contained in:
9
Server/Server.cs
Normal file
9
Server/Server.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace OSMServer;
|
||||
|
||||
public class Server
|
||||
{
|
||||
public Server()
|
||||
{
|
||||
Importer.Split("/home/glax/Downloads/bayern-latest.osm.bz2", "/home/glax/Downloads/split");
|
||||
}
|
||||
}
|
10
Server/Server.csproj
Normal file
10
Server/Server.csproj
Normal file
@ -0,0 +1,10 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user