Skip to content

Commit

Permalink
add missing enum files from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brnkhy committed Oct 4, 2016
1 parent 289cd9e commit 0d6ca54
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions Assets/MapzenGo/Models/Enums/EarthType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace MapzenGo.Models.Enums
{
public enum EarthType
{
Unknown,
Arete,
Cliff,
Earth,
Expand Down
5 changes: 2 additions & 3 deletions Assets/MapzenGo/Models/Enums/LanduseKind.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace MapzenGo.Models.Enums
{
public enum LanduseKind
{
Unknown,
Aerodrome,
Allotments,
Amusement_ride,
Expand Down Expand Up @@ -107,8 +108,6 @@ public enum LanduseKind
Winter_sports,
Wood,
Works,
Zoo,


Zoo
}
}
4 changes: 3 additions & 1 deletion Assets/MapzenGo/Models/Enums/RailwayType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace MapzenGo.Models.Enums
{
public enum RailwayType
{
Unknown,
Construction,
Disused,
Funicular,
Expand All @@ -17,6 +18,7 @@ public enum RailwayType
Preserved,
Rail,
Subway,
Tram
Tram,

}
}
3 changes: 2 additions & 1 deletion Assets/MapzenGo/Models/Enums/RoadType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace MapzenGo.Models.Enums
{
public enum RoadType
{
Unknown,
Aerialway,
Exit,
Ferry,
Expand All @@ -16,6 +17,6 @@ public enum RoadType
Path,
Piste,
Racetrack,
Rail
Rail,
}
}
1 change: 1 addition & 0 deletions Assets/MapzenGo/Models/Enums/WaterType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace MapzenGo.Models.Enums
{
public enum WaterType
{
Unknown,
Basin,
Dock,
Lake,
Expand Down

0 comments on commit 0d6ca54

Please sign in to comment.