forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
c10fecb7e8
commit
f5d7686c98
234 changed files with 3493 additions and 2482 deletions
|
@ -1,11 +1,13 @@
|
|||
export const eliCategory = ["photo"
|
||||
, "map"
|
||||
, "historicmap"
|
||||
, "osmbasedmap"
|
||||
, "historicphoto"
|
||||
, "qa"
|
||||
, "elevation"
|
||||
, "other"] as const
|
||||
export const eliCategory = [
|
||||
"photo",
|
||||
"map",
|
||||
"historicmap",
|
||||
"osmbasedmap",
|
||||
"historicphoto",
|
||||
"qa",
|
||||
"elevation",
|
||||
"other",
|
||||
] as const
|
||||
export type EliCategory = (typeof eliCategory)[number]
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue