Cool, that worked. DK has volunteered, I owe you beer next time I’m in NYC.
Each pallet tab in MapView is defined in a seperate “category”. In the example we have the entire Australia tab (there is only one unit right now).
Each unit is defined by a “token” as you see here.
TokenId should follow the format given of Set#_CountryCode_UnitName. Note the use of underscores instead of spaces. This is not strictly required by MapView, this just makes some programming tasks easier.
pallet_image and map_image are both the same value. Note the naming convention for the image file. Any images that are not in that format should be renamed to that style. (The 80x60 at the end refers to the image size of 80 wide by 60 high).
drag_image should be Drag_Drop_32x32.bmp, no need to change it.
The Caption is pretty obvious. Use the unit name exactly, watch for typos etc.
You know all about the click_regions at this point :evil: