diff --git a/roles/osm-vector-maps/templates/iiab-update-map b/roles/osm-vector-maps/templates/iiab-update-map index b11dcba90..b0607c823 100755 --- a/roles/osm-vector-maps/templates/iiab-update-map +++ b/roles/osm-vector-maps/templates/iiab-update-map @@ -165,11 +165,15 @@ def create_menu_def(region,default_name,intended_use='map'): menuDef["logo_url"] = default_logo menuitem = lang + '-' + item['perma_ref'] menuDef["menu_item_name"] = default_name - menuDef["title"] = "OpenStreetMap: 18 Levels of Zoom for " + item.get('title','ERROR') + '' + if item.get('title','ERROR') == "World": + menuDef["title"] = "OpenStreetMap: " + item.get('title','ERROR') + else: + menuDef["title"] = "OpenStreetMap: " + item.get('title','ERROR') + " & Earth" menuDef["map_name"] = item['perma_ref'] # the following is in the idx json #menuDef["file_name"] = lang + '-osm-omt_' + region + '_' + os.path.basename(item['url'])[:-4] - menuDef["description"] = '
Resolution of the Whole World to 5 KM. OpenStreetMap data for ' + item.get('title','') + ' with details down to 5 Meters
' + menuDef["description"] = '18 levels of zoom (5 m resolution) for ' + item.get('title','ERROR') + ', illustrating human geography.10 levels of zoom (5 km resolution) of satellite photos covering the whole world.' + menuDef["extra_description"] = 'Search for cities/towns that have more than 1000 people. There are currently 127,654 such settlements.' menuDef["extra_html"] = "" #menuDef["automatically_generated"] = "true" menuDef["change_ref"] = "generated"