Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MKergall committed Jul 12, 2017
1 parent c085a2c commit 7a8f867
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 378 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public class MapActivity extends Activity implements MapEventsReceiver, Location
Configuration.getInstance().setOsmdroidBasePath(new File(Environment.getExternalStorageDirectory(), "osmdroid"));
Configuration.getInstance().setOsmdroidTileCache(new File(Environment.getExternalStorageDirectory(), "osmdroid/tiles"));

boolean hwAccelerationOK = org.osmdroid.bonuspack.overlays.Polygon.SDKsupportsPathOp();
boolean hwAccelerationOK = true; // = org.osmdroid.bonuspack.overlays.Polygon.SDKsupportsPathOp();
Configuration.getInstance().setMapViewHardwareAccelerated(hwAccelerationOK);

LayoutInflater inflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
Expand Down

0 comments on commit 7a8f867

Please sign in to comment.