diff --git a/geoapi/insert/loadcvs.php b/geoapi/insert/loadcvs.php
index 79a7e32..3ebf8f2 100644
--- a/geoapi/insert/loadcvs.php
+++ b/geoapi/insert/loadcvs.php
@@ -4,7 +4,7 @@
* @author stubbfel
* @since 01.07.2013
*/
-if (($handle = fopen("campustest.csv", "r")) !== FALSE) {
+if (($handle = fopen(utf8_decode("../../map/campus-senftenberg-gebäude.csv"), "r")) !== FALSE) {
$firstRow = true;
while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
@@ -16,7 +16,7 @@ if (($handle = fopen("campustest.csv", "r")) !== FALSE) {
$id = $data[1];
$name = $data[2];
$typ = $data[3];
- $insetPlace = "INSERT INTO `place`(`id`, `plan`) VALUES ($id,GeomFromText('$plan'));\n";
+ $insetPlace = "INSERT INTO `place`(`id`, `plan`,parent) VALUES ($id,GeomFromText('$plan'),-3);\n";
$insertAlias = "INSERT INTO `placealias`(`pid`, `alias`) VALUES ($id,$id);\n";
$insertDomain = "INSERT INTO `placedomain`(`pid`, `did`) VALUES ($id,1);\n";
$insertName = "";
diff --git a/map/btucscampus.qgs b/map/btucscampus.qgs
index 9428cf2..9266baa 100644
--- a/map/btucscampus.qgs
+++ b/map/btucscampus.qgs
@@ -4,10 +4,10 @@
degrees
- 13.607778
- 51.340339
- 14.757152
- 51.920958
+ 14.101601
+ 51.518800
+ 14.676288
+ 51.809110
0
@@ -24,24 +24,24 @@