Naming Changes
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
namespace OSMServer;
|
||||
using OSMImporter;
|
||||
|
||||
namespace Server;
|
||||
|
||||
public class Server
|
||||
{
|
||||
public Server()
|
||||
|
||||
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Importer.Split("/home/glax/Downloads/bayern-latest.osm.bz2", "/home/glax/Downloads/split");
|
||||
Importer.Split("/home/glax/Downloads/oberbayern-latest.osm", "/home/glax/Downloads/split");
|
||||
}
|
||||
}
|
@ -7,4 +7,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\OSMImporter\OSMImporter.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user