diff --git a/DataExtractionOSM/src/net/osmand/render/default.render.xml b/DataExtractionOSM/src/net/osmand/render/default.render.xml index 9454fb3d5e..ba0b172fed 100644 --- a/DataExtractionOSM/src/net/osmand/render/default.render.xml +++ b/DataExtractionOSM/src/net/osmand/render/default.render.xml @@ -402,17 +402,17 @@ - + - + - + - + @@ -1053,7 +1053,7 @@ - + @@ -1066,7 +1066,7 @@ - + @@ -1108,21 +1108,21 @@ - + - + - + - + @@ -1131,26 +1131,25 @@ - - + - + - - + + - + - + - + diff --git a/OsmAnd/src/net/osmand/plus/OsmandSettings.java b/OsmAnd/src/net/osmand/plus/OsmandSettings.java index 5e95408c29..cb89d58cb0 100644 --- a/OsmAnd/src/net/osmand/plus/OsmandSettings.java +++ b/OsmAnd/src/net/osmand/plus/OsmandSettings.java @@ -444,7 +444,7 @@ public class OsmandSettings { // this value string is synchronized with settings_pref.xml preference name public final OsmandPreference USE_HIGH_RES_MAPS = - new BooleanPreference("use_high_res_maps", false, true, true); + new BooleanPreference("use_high_res_maps", true, true, true); // this value string is synchronized with settings_pref.xml preference name public final OsmandPreference MAP_TEXT_SIZE = diff --git a/OsmAnd/src/net/osmand/plus/views/POIMapLayer.java b/OsmAnd/src/net/osmand/plus/views/POIMapLayer.java index 1d1e81f047..86125e72f1 100644 --- a/OsmAnd/src/net/osmand/plus/views/POIMapLayer.java +++ b/OsmAnd/src/net/osmand/plus/views/POIMapLayer.java @@ -144,6 +144,7 @@ public class POIMapLayer extends OsmandMapLayer implements ContextMenuLayer.ICon paintTextIcon = new Paint(); paintTextIcon.setTextSize(12 * dm.density); paintTextIcon.setTextAlign(Align.CENTER); + paintTextIcon.setAntiAlias(true); point = new Paint(); point.setColor(Color.GRAY);