# Configuration file template for mapdata.py [basemap_tile_servers] #--- These will be selectable as an alternate basemap layer. If the URL includes , #--- there must be a corresponding entry in the "api_keys" section. #Stamen terrain lines=https://stamen-tiles.a.ssl.fastly.net/terrain-lines/{z}/{x}/{y}.jpg #Stamen watercolor=https://stamen-tiles.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.jpg #Stamen toner=https://stamen-tiles.a.ssl.fastly.net/toner/{z}/{x}/{y}.png #Stamen toner hybrid=https://stamen-tiles.a.ssl.fastly.net/toner-hybrid/{z}/{x}/{y}.png #Stamen toner lines=https://stamen-tiles.a.ssl.fastly.net/toner-lines/{z}/{x}/{y}.png #Mapbox satellite=https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.jpg?access_token= [api_keys] #--- API keys for tile servers that require token-based authentication. #Mapbox satellite= # User-specific API keys may be read from the user-specific configuration file. [symbols] #--- This section contains file names (and paths) for additional symbols that can be loaded for use on the map. #--- The key should be a symbol name, and the value should be the name of a file containing #--- an X11 bitmap (.xbm) for the symbol. These can be used as map markers or as the marker for selected locations. [defaults] #--- The basemap to use for the map #basemap=Stamen terrain #--- The type and color of the symbol used to mark locations in the data file. These may be #--- overridden by values in the data file. Defaults are 'triangle' and 'black'. #location_marker=house #location_color=purple #--- Whether to allow multiple selections. #multiselect=Yes #--- The type and color of the symbol used to mark selected locations. The defaults are 'wedge' and 'red'. #select_symbol= #select_color= #--- The appearance and location of the location label (identifier) #--- The default label color is black. #label_color = #--- The font name must be one word. Replace spaces with underscores if necessary. The default is 'Tahoma'. #label_font = #--- The default label size is 11. #label_size = #--- The font may be bold. The value should be 'Yes' or 'No'. The default is 'No'. #label_bold = Yes #--- Position must be 'above' or 'below'. The default is 'below'. #label_position = above