From 1fd4df870ce125883179f735fa2a9c52f32b9d73 Mon Sep 17 00:00:00 2001 From: Kevin Abel <kevin.abel.0@gmail.com> Date: Fri, 13 Jun 2014 16:32:11 -0500 Subject: [PATCH] The Quilt Center (QSC) has been officially renamed "Quilt House" (QH) --- data/building_info/{QSC.html => QH.html} | 0 data/csv/all_buildings.csv | 2 +- data/php/building_aliases.inc.php | 1 + www/images/building/{QSC_01_lg.jpg => QH_01_lg.jpg} | Bin www/images/building/{QSC_01_md.jpg => QH_01_md.jpg} | Bin www/images/building/{QSC_01_sm.jpg => QH_01_sm.jpg} | Bin 6 files changed, 2 insertions(+), 1 deletion(-) rename data/building_info/{QSC.html => QH.html} (100%) rename www/images/building/{QSC_01_lg.jpg => QH_01_lg.jpg} (100%) rename www/images/building/{QSC_01_md.jpg => QH_01_md.jpg} (100%) rename www/images/building/{QSC_01_sm.jpg => QH_01_sm.jpg} (100%) diff --git a/data/building_info/QSC.html b/data/building_info/QH.html similarity index 100% rename from data/building_info/QSC.html rename to data/building_info/QH.html diff --git a/data/csv/all_buildings.csv b/data/csv/all_buildings.csv index abeb5bdf..073857f8 100644 --- a/data/csv/all_buildings.csv +++ b/data/csv/all_buildings.csv @@ -73,7 +73,7 @@ A111,PEST,Pesticide Storage Building,4421 Fair,UNL-EAST,40.82881039,-96.65595137 A115,PER,Perin Porch,3621 East Campus Loop South,UNL-EAST,40.82847757,-96.6683924 A121,AHFS,Agronomy & Horticulture/Forestry Shops,1935 N 38th,UNL-EAST,40.83454564,-96.66683196 A122,LDR,Library Depository Retrieval Facility,2055 N 35th,UNL-EAST,40.83314722,-96.6706382 -A124,QSC,Quilt Center,1523 N 33rd,UNL-EAST,40.82834674,-96.67346905 +A124,QH,Quilt House,1523 N 33rd,UNL-EAST,40.82834674,-96.67346905 A125,GRDN,Community Garden Shed,4401 Fair,UNL-EAST,40.8315,-96.65858403 A126,MOLR,Morrison Center,4240 Fair,UNL-EAST,40.83204063,-96.65929632 A127,MODL,Modular Laboratory,1976 N 42nd,UNL-EAST,40.83251789,-96.66025951 diff --git a/data/php/building_aliases.inc.php b/data/php/building_aliases.inc.php index 13e8fad1..90a20030 100644 --- a/data/php/building_aliases.inc.php +++ b/data/php/building_aliases.inc.php @@ -29,6 +29,7 @@ return array( 'PIPH' => 'NRC', 'RAYH' => 'NRC', 'LOVH' => 'NRC', + 'QSC' => 'QH', 'SELD' => 'SELQ', 'SELE' => 'SELQ', 'SELF' => 'SELQ', diff --git a/www/images/building/QSC_01_lg.jpg b/www/images/building/QH_01_lg.jpg similarity index 100% rename from www/images/building/QSC_01_lg.jpg rename to www/images/building/QH_01_lg.jpg diff --git a/www/images/building/QSC_01_md.jpg b/www/images/building/QH_01_md.jpg similarity index 100% rename from www/images/building/QSC_01_md.jpg rename to www/images/building/QH_01_md.jpg diff --git a/www/images/building/QSC_01_sm.jpg b/www/images/building/QH_01_sm.jpg similarity index 100% rename from www/images/building/QSC_01_sm.jpg rename to www/images/building/QH_01_sm.jpg -- GitLab