Closed GoogleCodeExporter closed 9 years ago
I think the problem is that the resources should be in the org.osmdroid package
Original comment by neilboyd
on 8 Feb 2012 at 9:59
I think revision 1077 has fixed this.
Original comment by neilboyd
on 8 Feb 2012 at 10:07
You can download the latest build from here:
https://oss.sonatype.org/content/groups/public/org/osmdroid/
Original comment by neilboyd
on 8 Feb 2012 at 10:11
[deleted comment]
Is it still broken in the latest? If so, please make a new issue.
Original comment by neilboyd
on 9 Feb 2012 at 11:44
Oops sorry deleted my comment by mistake: Thanks it fixed it indeed !
I'm investigating the other issue, I'll create a ticket if I get stuck.
Original comment by nicolas@guillaumin.me
on 9 Feb 2012 at 12:14
working ith latest from svn I still have the issue, since :
ndroid.R.drawable.ic_delete
makes pretty good lcoation marker :)
Original comment by pip...@gmail.com
on 8 Jun 2012 at 10:18
i figured it out! if I change the default icon for the overlay:
ItemizedIconOverlay<OverlayItem> myOverlay = new ItemizedIconOverlay<OverlayItem>(pList,marker, pOnItemGestureListener, new DefaultResourceProxyImpl(getApplicationContext()));
instead of :
//ItemizedIconOverlay<OverlayItem> myOverlay = new ItemizedIconOverlay<OverlayItem>(getApplicationContext(), pList, pOnItemGestureListener);
it does nto raise an exception for some missing default_marker.png
Original comment by pip...@gmail.com
on 8 Jun 2012 at 3:53
i am a beginner.i want to write offline map. i don't know how to write and i
fine offline map.i see osmdroid and i am testing the osmdroid. i use
osmdroid-android-3.0.7.jar and slf4j-android-1.5.8.jar .Map view is appeared.
now i am testing overlay for my offline map view. the overlay is not
appeared.how to do? please tell me.
Original comment by antk...@gmail.com
on 2 Aug 2013 at 5:04
Attachments:
Original issue reported on code.google.com by
nicolas@guillaumin.me
on 1 Feb 2012 at 12:10