Skip to content

Commit

Permalink
add slice configs nd mn in oh pa
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoll1 committed May 12, 2024
1 parent 49a1177 commit e09bf02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions osmand_osm/osm/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ slice_config['us:ca'] = [['north','-119.997,41.998,-125.365,38.964'],['northcent
['central','-114.049,37.029,-123.118,34.547'],['southcentral','-123.118,34.547,-113.994,33.312'],\
['south','-113.994,33.312,-119.96,31.85']]
slice_config['us:wa'] = [['west', '-126,50,-121,45'], ['east', '-121,45,-116,50']]
slice_config['us:nd'] = [['west', '-105,45,-100,49'], ['east', '-100,49,-96,45']]
slice_config['us:mn'] = [['south', '-97.5,43,-90.4,45.3'], ['north', '-90.4,45.3,-97.5,49.6']]
slice_config['us:in'] = [['south', '-88.2,37.5,-84.6,40.2'], ['north', '-84.6,40.2,-88,41.8']]
slice_config['us:oh'] = [['south', '-85.1,38.3,-80.4,40.4'], ['north', '-80.4,40.4,-85,42.3']]
slice_config['us:pa'] = [['west', '-81.1,42.6,-77.2,39.5'], ['east', '-77.2,39.5,-74.1,42.3']]
# max memory allocated to Java for osmand map creator
XMX = '3G'
# specify log level. Options are debug, info, warning or error
Expand Down

0 comments on commit e09bf02

Please sign in to comment.