#start a line with # mark for comments

#instructions for creating a new map layer
 
#use <ns>.<property> notation to add new map layers
#ns(namespace) choose a unique value for each new map layer

#required properties
#ns.name - used to show the layer in property editor map layer selection
#ns.dictionary - dictionary file path
#ns.dictionarykey - dictionarykey is a property name assigned to features in shape file used to uniquely identify features and to match data with features
#ns.shape - shape file path

#optional properties
#ns.groups - groups file path
#ns.dictionarybase - used for creating a new dictionary by extending an existing dictionary


wp.name = World Physical
wp.dictionary = custom/dictionaries/countries.txt
wp.dictionarykey = iso-a2
wp.shape = data/mapData/shapes/world-palestine-highres.geo.json

usp.name = US Physical
usp.dictionary = custom/dictionaries/usStatesDictionary.txt
usp.dictionarykey = hc-a2
usp.shape = custom/shapes/us-all-territories.geo.json
usp.groups = custom/dictionaries/usRegionsGroupsFile.txt

ussc.name = US Counties
ussc.dictionary = custom/dictionaries/usCountiesDictionary.txt
ussc.dictionarykey = fips
ussc.shape = custom/shapes/us-all-admin2.geo.json
ussc.groups = custom/dictionaries/usStatesAndRegionsGroupsFile.txt

ustile.name = US Physical Tiles
ustile.type = tilemap
ustile.dictionary = custom/dictionaries/usStatesDictionary.txt
ustile.dictionarykey = us-tiles
ustile.shape = custom/shapes/usStatesTileTemplate.json

europetile.name = Europe Physical Tiles
europetile.type = tilemap
europetile.dictionary = custom/dictionaries/europeCountriesDictionary.txt
europetile.dictionarykey = iso-a2
europetile.shape = custom/shapes/europeCountriesTileTemplate.json


africatile.name = Africa Physical Tiles
africatile.type = tilemap
africatile.dictionary = custom/dictionaries/africaCountriesDictionary.txt
africatile.dictionarykey = iso-a2
africatile.shape = custom/shapes/africaCountriesTileTemplate.json

#sl.name = Store Layout
#sl.type = svgmap
#sl.dictionarykey = name
#sl.dictionary = custom/dictionaries/storeLayoutDictionary.txt
#sl.shape = custom/shapes/storeLayout.json