From a758ffee87d13fa123496fccabf312a8142117ca Mon Sep 17 00:00:00 2001
From: bart <bart.knuiman@wur.nl>
Date: Tue, 21 Feb 2023 13:09:24 +0100
Subject: [PATCH] Small package cleanup

---
 README.md                                                | 2 +-
 README.md.backup                                         | 2 +-
 Runtime/{DownloadTopo.cs => TerrainBuilder.cs}           | 0
 Runtime/{DownloadTopo.cs.meta => TerrainBuilder.cs.meta} | 0
 Runtime/com.wurwander.terrain.asmdef                     | 2 +-
 5 files changed, 3 insertions(+), 3 deletions(-)
 rename Runtime/{DownloadTopo.cs => TerrainBuilder.cs} (100%)
 rename Runtime/{DownloadTopo.cs.meta => TerrainBuilder.cs.meta} (100%)

diff --git a/README.md b/README.md
index 5a8a1d1..a964e06 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Terrain
+## Terrain (HDRP)
 
 Builds up a terrain using PDOK BGT information.
 
diff --git a/README.md.backup b/README.md.backup
index 6eb7f97..5a8a1d1 100644
--- a/README.md.backup
+++ b/README.md.backup
@@ -3,7 +3,7 @@
 Builds up a terrain using PDOK BGT information.
 
 
-### Dependencies
+### Dependencies (GIT Pacakages)
 - geotiff
 - utils
 
diff --git a/Runtime/DownloadTopo.cs b/Runtime/TerrainBuilder.cs
similarity index 100%
rename from Runtime/DownloadTopo.cs
rename to Runtime/TerrainBuilder.cs
diff --git a/Runtime/DownloadTopo.cs.meta b/Runtime/TerrainBuilder.cs.meta
similarity index 100%
rename from Runtime/DownloadTopo.cs.meta
rename to Runtime/TerrainBuilder.cs.meta
diff --git a/Runtime/com.wurwander.terrain.asmdef b/Runtime/com.wurwander.terrain.asmdef
index f981c48..2f485ec 100644
--- a/Runtime/com.wurwander.terrain.asmdef
+++ b/Runtime/com.wurwander.terrain.asmdef
@@ -1,5 +1,5 @@
 {
-    "name": "CityJson",
+    "name": "Terrain",
     "rootNamespace": "Wander",
     "references": [
         "Utils"
-- 
GitLab