forked from MapComplete/MapComplete
UX(index): reorder themes, see #2153
This commit is contained in:
parent
65fceb9434
commit
9faaad063d
1 changed files with 17 additions and 5 deletions
|
@ -84,17 +84,29 @@ export default class Constants {
|
|||
static distanceToChangeObjectBins = [25, 50, 100, 500, 1000, 5000, Number.MAX_VALUE]
|
||||
static themeOrder = [
|
||||
"personal",
|
||||
|
||||
"cyclofix",
|
||||
"waste",
|
||||
"etymology",
|
||||
"waste",
|
||||
|
||||
"food",
|
||||
"cafes_and_pubs",
|
||||
"shops",
|
||||
"playgrounds",
|
||||
"hailhydrant",
|
||||
"toilets",
|
||||
"aed",
|
||||
"healthcare",
|
||||
"sports",
|
||||
|
||||
"artwork",
|
||||
"bookcases",
|
||||
"playgrounds",
|
||||
"drinking_water",
|
||||
"toilets",
|
||||
"vending_machine",
|
||||
"aed",
|
||||
"clock",
|
||||
|
||||
"surveillance",
|
||||
"advertising",
|
||||
"circular_economy",
|
||||
]
|
||||
/**
|
||||
* Upon initialization, the GPS will search the location.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue