From 9fee932c1ff6b3ed869881a289dc7615e8dbe142 Mon Sep 17 00:00:00 2001 From: User <8444617+pnoll1@users.noreply.github.com> Date: Thu, 16 May 2024 06:58:13 +0000 Subject: [PATCH] add or slice config --- osmand_osm/osm/config.template | 1 + 1 file changed, 1 insertion(+) diff --git a/osmand_osm/osm/config.template b/osmand_osm/osm/config.template index 40ffcf0..29bacb3 100644 --- a/osmand_osm/osm/config.template +++ b/osmand_osm/osm/config.template @@ -31,6 +31,7 @@ slice_config['us:mn'] = [['south', '-97.5,43,-90.4,45.3'], ['north', '-90.4,45.3 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']] +slice_config['us:or'] = [['north', '-125.2,46.4,-115.7,44.2'], ['south', '-115.7,44.2,-125.2,41.3']] # max memory allocated to Java for osmand map creator XMX = '3G' # specify log level. Options are debug, info, warning or error