9 lines
177 B
C#
9 lines
177 B
C#
namespace OSMServer;
|
|
|
|
public class Server
|
|
{
|
|
public Server()
|
|
{
|
|
Importer.Split("/home/glax/Downloads/bayern-latest.osm.bz2", "/home/glax/Downloads/split");
|
|
}
|
|
} |