improve listmap editing functionality
This commit is contained in:
parent
76606689d7
commit
02442a24f7
6 changed files with 81 additions and 56 deletions
|
|
@ -9,6 +9,7 @@ Ox.load('UI', {
|
|||
height: window.innerHeight,
|
||||
places: Ox.map(Ox.COUNTRIES, function(place) {
|
||||
return {
|
||||
alternativeNames: place.googleName ? [place.googleName] : [],
|
||||
area: place.area,
|
||||
countryCode: place.code,
|
||||
editable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue