From 3d24aade21c9f3e954c4977eb95a7d93c1782cf8 Mon Sep 17 00:00:00 2001 From: Emux Date: Mon, 6 Feb 2017 14:17:47 +0200 Subject: [PATCH] Samples: skip z-order in fragment #32 --- .../src/org/oscim/android/test/MapFragmentActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtm-android-example/src/org/oscim/android/test/MapFragmentActivity.java b/vtm-android-example/src/org/oscim/android/test/MapFragmentActivity.java index 9d36bc9c..bc7bf655 100644 --- a/vtm-android-example/src/org/oscim/android/test/MapFragmentActivity.java +++ b/vtm-android-example/src/org/oscim/android/test/MapFragmentActivity.java @@ -1,5 +1,6 @@ /* * Copyright 2016 Mathieu De Brito + * Copyright 2017 devemux86 * * This program is free software: you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License as published by the Free Software @@ -69,7 +70,6 @@ public class MapFragmentActivity extends FragmentActivity { super.onViewCreated(view, savedInstanceState); mMapView = (MapView) view.findViewById(R.id.mapView); - mMapView.setZOrderOnTop(true); mPrefs = new MapPreferences(MapFragment.class.getName(), getContext()); VectorTileLayer l = mMapView.map().setBaseMap(new OSciMap4TileSource());