OSMServer/OSMDatastructure/footwayType.cs

7 lines
90 B
C#

namespace OSMDatastructure;
public enum footwayType : byte
{
sidewalk,
crossing
}