From 0eb9f8c7225778bf0169b77bd9ad61107c18b81a Mon Sep 17 00:00:00 2001 From: "Qinglu.Lin" Date: Wed, 17 Dec 2014 16:44:06 -0500 Subject: [PATCH] ASM #637 - Create a base level map bundle for the WarnGenLoc shape file Change-Id: Id3285b04a2ae8e07acfe33d2f1f57a11b34c9f25 Former-commit-id: baa96590f1b5cc8722c76ba72e95992145033b7d [formerly 3b3780fd13e86ded1beb8dc65346eb990ff36686 [formerly 06fdefbc5b528ddfb0bb8baddd85fe75e4d07864]] Former-commit-id: 3b3780fd13e86ded1beb8dc65346eb990ff36686 Former-commit-id: 2d4a045e3ca0ff47cc0cc68fb5725a26905a4ce4 --- .../com.raytheon.viz.warngen/build.properties | 3 +- .../localization/bundles/maps/warngenloc.xml | 49 +++++++++++++++++++ .../Installer.edex-shapefiles/component.spec | 5 ++ 3 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 cave/com.raytheon.viz.warngen/localization/bundles/maps/warngenloc.xml diff --git a/cave/com.raytheon.viz.warngen/build.properties b/cave/com.raytheon.viz.warngen/build.properties index 5790750d22..e580685d30 100644 --- a/cave/com.raytheon.viz.warngen/build.properties +++ b/cave/com.raytheon.viz.warngen/build.properties @@ -3,4 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - icons/ \ No newline at end of file + icons/,\ + localization/ \ No newline at end of file diff --git a/cave/com.raytheon.viz.warngen/localization/bundles/maps/warngenloc.xml b/cave/com.raytheon.viz.warngen/localization/bundles/maps/warngenloc.xml new file mode 100644 index 0000000000..5599f73874 --- /dev/null +++ b/cave/com.raytheon.viz.warngen/localization/bundles/maps/warngenloc.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + PLAN_VIEW + + + + + + mapdata.warngenloc
+ WarnGenLoc +
+
+
+
+
+
diff --git a/rpms/awips2.edex/Installer.edex-shapefiles/component.spec b/rpms/awips2.edex/Installer.edex-shapefiles/component.spec index 6926eacc05..f11dbd8b4d 100644 --- a/rpms/awips2.edex/Installer.edex-shapefiles/component.spec +++ b/rpms/awips2.edex/Installer.edex-shapefiles/component.spec @@ -71,6 +71,11 @@ if [ $? -ne 0 ]; then exit 1 fi +mkdir -p %{_build_root}/awips2/edex/data/utility/edex_static/base/shapefiles/WarnGenLoc +if [ $? -ne 0 ]; then + exit 1 +fi + %pre %post