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:
parent
3d7a5d7ebd
commit
efcac138ef
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue