- let sIcon = getIcon(aPlace.category, aPlace.type);
-
- let title = 'icon for ' + aPlace.category + ' ' + aPlace.type;
- let url = get_config_value('Images_Base_Url') + sIcon + '.p.20.png';
+ $: sIcon = getIcon(aPlace.category, aPlace.type);
+ $: title = 'icon for ' + aPlace.category + ' ' + aPlace.type;
+ $: url = Nominatim_Config.Images_Base_Url + sIcon + '.p.20.png';