This repository has been archived on 2025-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
OSMServer/OSMDatastructure/sidewalkSide.cs

9 lines
102 B
C#

namespace OSMDatastructure;
public enum sidewalkSide : byte
{
both,
left,
right,
no
}