Skip to content

Commit

Permalink
rough pass for externalized xml files #127
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Apr 26, 2021
1 parent de0c48e commit 44cbc04
Show file tree
Hide file tree
Showing 267 changed files with 288 additions and 1,719 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "RiverscapesXML"]
path = RiverscapesXML
url = git@github.com:Riverscapes/RiverscapesXML.git
68 changes: 0 additions & 68 deletions RaveAddIn/BaseMaps.xml

This file was deleted.

Binary file added RaveAddIn/Images/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RaveAddIn/Images/layers/Dot16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RaveAddIn/Images/layers/Multidot16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RaveAddIn/Images/layers/Polygon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RaveAddIn/Images/layers/Polyline16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RaveAddIn/Images/layers/Raster16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
572 changes: 282 additions & 290 deletions RaveAddIn/RaveAddIn.csproj

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions RaveAddIn/RaveProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ public TreeNode LoadTree(TreeNode tnProject, FileInfo businessLogicXML)

private TreeNode LoadProjectViews(TreeNode tnProject, XmlNode xmlBusiness)
{
// TODO: LOAD VIEW BY IDS NOW
XmlNode nodViews = xmlBusiness.SelectSingleNode("Project/Views");
if (nodViews == null)
return null;
Expand Down Expand Up @@ -469,6 +470,7 @@ private void AddGISNode(TreeNode tnParent, string type, XmlNode nodGISNode, stri
break;
}

// TODO: Vector is not "point" "line" and "polygon"
case "vector":
{
dataset = new ProjectTree.Vector(this, label, absPath, symbology, transparency, id, metadata);
Expand Down
Binary file removed RaveAddIn/Symbology/BRAT/ADMIN_AGEN.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/Existing_Veg_Riparian.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/FlowArea.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/Hillshade.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/Historic_Veg_Riparian.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/IsPeren.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/Waterbodies.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iGeo_DA.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iGeo_Slope.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iHyd_SP2.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iHyd_SPLow.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iPC_Canal.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iPC_DivPts.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iPC_LU.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iPC_Privat.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iPC_Rail.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iPC_RailVB.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iPC_Road.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iPC_RoadVB.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/iPC_RoadX.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/limitation.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/mCC_EX_CT.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/mCC_HPE_CT.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/null_da.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/oCC_EX.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/oCC_HPE.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/oPBRC_CR.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/oPBRC_UD.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/oPBRC_UI.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/oPC_Dist.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/oVC_EX.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/oVC_HPE.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/opportunity.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/perennial.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/risk.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/totDA_SqKm.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/BRAT/veg_suitability.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Confinement/Confinement_Raw.lyr
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_Contours.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_bfCh.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_bfSlopeCat.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_bfSlopePer.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_bfeSlope.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_bfeSlope_meanBFW.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_bsSD.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_bsSDCat.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_chMargin.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_channelEdge.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_channelNodes.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_contourNodes.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_contourPolygons.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_mBendIndex.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_meanSlope.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_normFill.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_potentialRiffCrests.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_resDepth.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_resTopo.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_smDEMSlope.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/ev_tmp.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/in_BankfullCenterline.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/in_BankfullExtent.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/in_Thalwegs_Channel.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/in_Thalwegs_Type.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/in_WaterCenterline.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/in_WaterExtent.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/out_Tier1_FlowUnit.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/out_Tier1_ValleyUnit.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/out_Tier2_UnitForm.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/out_Tier2_UnitShape.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/out_Tier3_GU.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/out_Tier3_GeomorphicUnit.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/out_Tier3_Orientation.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/out_Tier3_Position.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/out_Tier3_SubGU.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/GUT/raster_slope.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/BRAT.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/DEM.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/VBET.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/crests_type.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/dam_state.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/hillshade.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/inundation_types.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/ortho.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/thalwegs.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/valley_bottom.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Inundation/wetted_extent.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/drainage_area.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/drainagewings.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/ecoregions_1.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/ecoregions_2.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/ecoregions_3.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/existing_veg.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/fair_market.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/flow_accumulation.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/historic_veg.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/nhdarea.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/nhdephemeral.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/nhdintermittent.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/nhdperrenial.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/ownership.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/temperature.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/vapor_pressure.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/waterbody.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/wbdhu10.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/wbdhu12.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/wbdhu2.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/wbdhu4.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/wbdhu6.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RSContext/wbdhu8.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/BankfullChannelNetwork.lyr
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/ConfinementRatio.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/ConversionRaster.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/DredgeTailings.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/EmptyGroupLayer.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/ExistingVegRiparian.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/ExistingVegetated.lyr
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/Hillshade.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/HistoricVegRiparian.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/HistoricVegetated.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/LandUseIntensity.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/LandUseRaster.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/LargeRiverPolygon.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/OldNetwork.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/PrecipitationByReach.lyr
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/RCA.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/RiparianCondition.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/RiparianConversionType.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/RiparianCorridor.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/Slope.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/ValleyBottomOutline.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/RVD/VegetationRemaining.lyr
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/FlowDirection.lyr
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/XS_qaqc.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/XS_type.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/bankfull_flowlines.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/bfCL.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/bfIslands.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/canals_ditches.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/cu_UnitNum.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/dem.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/detrendDEM.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/drainage_area.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/drainagewings.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/flow_accumulation.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/flow_lines.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/hand.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/mean_annual_precip.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/nhdarea.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/nhdephemeral.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/nhdintermittent.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/nhdperrenial.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/pipes.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/railroads.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/roads.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/slope.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Shared/wetIslands.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/DEM.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/ErrorDEM.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/SurveyExtent.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/asPD.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/asPQ.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/asRough.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/asSD.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/bfExtent.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/breaklines.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/cu_D16.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/cu_D50.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/cu_D84.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/cu_D90.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/cu_T1.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/cu_T2.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/pts_control.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/pts_eow.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/pts_error.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/pts_streamFeatures.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/pts_topo.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/thalweg.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/wDepth.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/wetCL.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/wetExtent.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/Topo/wsDEM.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/VBET/active_channel.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/VBET/threshold_100.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/VBET/threshold_50.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/VBET/threshold_60.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/VBET/threshold_70.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/VBET/threshold_80.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/VBET/threshold_90.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/VBET/vbet.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/hydro/DEM.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/hydro/depthError.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/hydro/flowdir.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/hydro/pts_topo.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/hydro/velocityMag.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/hydro/velocityVec.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/hydro/wDepth.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/hydro/wsDEM.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/ltpbr-plan/Active_Channels.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/ltpbr-plan/Complexes.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/ltpbr-plan/Reaches.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/ltpbr-plan/Structures.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/ltpbr-plan/Structures_Phase.lyr
Binary file not shown.
Binary file not shown.
Binary file removed RaveAddIn/Symbology/pyBRAT/OldRoads.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/pyBRAT/oCC_EX.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/pyBRAT/oCC_HPE.lyr
Binary file not shown.
Binary file removed RaveAddIn/Symbology/pyBRAT/oPBRC_CR.lyr
Binary file not shown.
86 changes: 0 additions & 86 deletions RaveAddIn/XML/XSD/project_explorer.xsd

This file was deleted.

167 changes: 0 additions & 167 deletions RaveAddIn/XML/brat.xml

This file was deleted.

Loading

0 comments on commit 44cbc04

Please sign in to comment.