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 distanceToChangeObjectBins = [25, 50, 100, 500, 1000, 5000, Number.MAX_VALUE]
|
||||||
static themeOrder = [
|
static themeOrder = [
|
||||||
"personal",
|
"personal",
|
||||||
|
|
||||||
"cyclofix",
|
"cyclofix",
|
||||||
"waste",
|
|
||||||
"etymology",
|
"etymology",
|
||||||
|
"waste",
|
||||||
|
|
||||||
"food",
|
"food",
|
||||||
"cafes_and_pubs",
|
"cafes_and_pubs",
|
||||||
"shops",
|
"shops",
|
||||||
"playgrounds",
|
"healthcare",
|
||||||
"hailhydrant",
|
"sports",
|
||||||
"toilets",
|
|
||||||
"aed",
|
"artwork",
|
||||||
"bookcases",
|
"bookcases",
|
||||||
|
"playgrounds",
|
||||||
|
"drinking_water",
|
||||||
|
"toilets",
|
||||||
|
"vending_machine",
|
||||||
|
"aed",
|
||||||
|
"clock",
|
||||||
|
|
||||||
|
"surveillance",
|
||||||
|
"advertising",
|
||||||
|
"circular_economy",
|
||||||
]
|
]
|
||||||
/**
|
/**
|
||||||
* Upon initialization, the GPS will search the location.
|
* Upon initialization, the GPS will search the location.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue