From 6d934ec453d9f264e0a251eef61174da77a87d07 Mon Sep 17 00:00:00 2001 From: Mike C Date: Tue, 12 Jan 2016 14:11:05 -0500 Subject: [PATCH] initial project creation --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89f9ac0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +out/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..2eb28b4 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +This project contains useful info/tools for processing OSM maps into the mapwriter file format (.map)