From d628a41ad31716dec43fb21c63d44fd43394eaa4 Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh101@gmail.com>
Date: Tue, 5 Jul 2022 16:11:40 -0400
Subject: [PATCH] changed strcture

---
 building/.gitkeep                             |  0
 building/_AbstractBuilding_function.xml       | 53 -------------------
 {Building => public/Building}/.gitkeep        |  0
 .../Building}/_AbstractBuilding_function.xml  |  0
 v/.gitkeep                                    |  0
 5 files changed, 53 deletions(-)
 delete mode 100644 building/.gitkeep
 delete mode 100644 building/_AbstractBuilding_function.xml
 rename {Building => public/Building}/.gitkeep (100%)
 rename {Building => public/Building}/_AbstractBuilding_function.xml (100%)
 delete mode 100644 v/.gitkeep

diff --git a/building/.gitkeep b/building/.gitkeep
deleted file mode 100644
index e69de29..0000000
diff --git a/building/_AbstractBuilding_function.xml b/building/_AbstractBuilding_function.xml
deleted file mode 100644
index 84149a9..0000000
--- a/building/_AbstractBuilding_function.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Montreal Code List enumerating the values for the attribute "function" of the feature type "_AbstractBuilding" in the CityGML CityObject "building", CityGML Version 2.0, July 2022.
-  This list is developed based on the field CODE_UTILISATION within the Montreal property unit assesement open dataset available on https://donnees.montreal.ca/ville-de-montreal/unites-evaluation-fonciere.
-  The same codelist is also available as a spreadsheet on https://www.mamh.gouv.qc.ca/evaluation-fonciere/manuel-devaluation-fonciere-du-quebec/codes-dutilisation-des-biens-fonds/
- -->
-<gml:Dictionary xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://www.opengis.net/gml http://schemas.opengis.net/gml/3.1.1/profiles/SimpleDictionary/1.0.0/gmlSimpleDictionaryProfile.xsd"
-	gml:id="_AbstractBuilding_function">
-	<gml:name>_AbstractBuilding_function</gml:name>
-	<gml:dictionaryEntry>
-		<gml:Definition gml:id="id1">
-			<gml:description>Logement</gml:description>
-			<gml:name>1000</gml:name>
-		</gml:Definition>
-	</gml:dictionaryEntry>
-	<gml:dictionaryEntry>
-		<gml:Definition gml:id="id2">
-			<gml:description>Autres industries de produits manufacturés</gml:description>
-			<gml:name>3999</gml:name>
-		</gml:Definition>
-	</gml:dictionaryEntry>
-	<gml:dictionaryEntry>
-		<gml:Definition gml:id="id3">
-			<gml:description>Autres transports par véhicule automobile</gml:description>
-			<gml:name>4299</gml:name>
-		</gml:Definition>
-	</gml:dictionaryEntry>
-	<gml:dictionaryEntry>
-		<gml:Definition gml:id="id4">
-			<gml:description>Immeuble commercial</gml:description>
-			<gml:name>5010</gml:name>
-		</gml:Definition>
-	</gml:dictionaryEntry>
-	<gml:dictionaryEntry>
-		<gml:Definition gml:id="id5">
-			<gml:description>Immeuble à bureaux</gml:description>
-			<gml:name>6000</gml:name>
-		</gml:Definition>
-	</gml:dictionaryEntry>
-	<gml:dictionaryEntry>
-		<gml:Definition gml:id="id6">
-			<gml:description>Autres aménagements publics pour différentes activités</gml:description>
-			<gml:name>7239</gml:name>
-		</gml:Definition>
-	</gml:dictionaryEntry>
-	<gml:dictionaryEntry>
-		<gml:Definition gml:id="id7">
-			<gml:description>Espace de terrain non aménagé et non exploité (sauf l'exploitation non commerciale de la forêt)</gml:description>
-			<gml:name>9100</gml:name>
-		</gml:Definition>
-	</gml:dictionaryEntry>	
-</gml:Dictionary>
diff --git a/Building/.gitkeep b/public/Building/.gitkeep
similarity index 100%
rename from Building/.gitkeep
rename to public/Building/.gitkeep
diff --git a/Building/_AbstractBuilding_function.xml b/public/Building/_AbstractBuilding_function.xml
similarity index 100%
rename from Building/_AbstractBuilding_function.xml
rename to public/Building/_AbstractBuilding_function.xml
diff --git a/v/.gitkeep b/v/.gitkeep
deleted file mode 100644
index e69de29..0000000
-- 
GitLab