WIP: layer type
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
namespace WebAPI.Models
|
||||
{
|
||||
public enum LayerType
|
||||
{
|
||||
import,
|
||||
processed
|
||||
}
|
||||
public class Layer
|
||||
{
|
||||
#region Properties
|
||||
|
||||
Reference in New Issue
Block a user