1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00

1m & 1km details are often visible, don't sell us short!

This commit is contained in:
A Holt 2019-07-06 13:50:10 -04:00 committed by GitHub
parent 3d7a5d7ebd
commit efcac138ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ def create_menu_def(region,default_name,intended_use='map'):
menuDef["map_name"] = item['perma_ref'] menuDef["map_name"] = item['perma_ref']
# the following is in the idx json # the following is in the idx json
#menuDef["file_name"] = lang + '-osm-omt_' + region + '_' + os.path.basename(item['url'])[:-4] #menuDef["file_name"] = lang + '-osm-omt_' + region + '_' + os.path.basename(item['url'])[:-4]
menuDef["description"] = '18 levels of zoom (5 m resolution) for ' + fancyTitle + ', illustrating human geography.<p>10 levels of zoom (5 km resolution) for satellite photos, covering the whole world.' menuDef["description"] = '18 levels of zoom (~1 m details) for ' + fancyTitle + ', illustrating human geography.<p>10 levels of zoom (~1 km details) for satellite photos, covering the whole world.'
menuDef["extra_description"] = 'Search for cities/towns with more than 1000 people. There are about 127,654 worldwide.' menuDef["extra_description"] = 'Search for cities/towns with more than 1000 people. There are about 127,654 worldwide.'
menuDef["extra_html"] = "" menuDef["extra_html"] = ""
#menuDef["automatically_generated"] = "true" #menuDef["automatically_generated"] = "true"