diff --git a/OsmSharp.iOS.UI/Images/layers.png b/OsmSharp.iOS.UI/Images/layers.png new file mode 100644 index 00000000..bca0a0e4 Binary files /dev/null and b/OsmSharp.iOS.UI/Images/layers.png differ diff --git a/OsmSharp.iOS.UI/Images/layers@2x.png b/OsmSharp.iOS.UI/Images/layers@2x.png new file mode 100644 index 00000000..a2cf7f9e Binary files /dev/null and b/OsmSharp.iOS.UI/Images/layers@2x.png differ diff --git a/OsmSharp.iOS.UI/Images/marker-and-shadow.png b/OsmSharp.iOS.UI/Images/marker-and-shadow.png new file mode 100644 index 00000000..f4c0f6f8 Binary files /dev/null and b/OsmSharp.iOS.UI/Images/marker-and-shadow.png differ diff --git a/OsmSharp.iOS.UI/Images/marker-and-shadow@2x.png b/OsmSharp.iOS.UI/Images/marker-and-shadow@2x.png new file mode 100644 index 00000000..eef223ab Binary files /dev/null and b/OsmSharp.iOS.UI/Images/marker-and-shadow@2x.png differ diff --git a/OsmSharp.iOS.UI/Images/marker-shadow.png b/OsmSharp.iOS.UI/Images/marker-shadow.png new file mode 100644 index 00000000..d1e773c7 Binary files /dev/null and b/OsmSharp.iOS.UI/Images/marker-shadow.png differ diff --git a/OsmSharp.iOS.UI/Images/marker-shadow@2x.png b/OsmSharp.iOS.UI/Images/marker-shadow@2x.png new file mode 100644 index 00000000..013d38b2 Binary files /dev/null and b/OsmSharp.iOS.UI/Images/marker-shadow@2x.png differ diff --git a/OsmSharp.iOS.UI/Images/marker.png b/OsmSharp.iOS.UI/Images/marker.png index 0853f553..e2e9f757 100644 Binary files a/OsmSharp.iOS.UI/Images/marker.png and b/OsmSharp.iOS.UI/Images/marker.png differ diff --git a/OsmSharp.iOS.UI/Images/marker@2x.png b/OsmSharp.iOS.UI/Images/marker@2x.png new file mode 100644 index 00000000..0015b649 Binary files /dev/null and b/OsmSharp.iOS.UI/Images/marker@2x.png differ diff --git a/OsmSharp.iOS.UI/MapMarker.cs b/OsmSharp.iOS.UI/MapMarker.cs index a8fb6b12..a954d1b4 100644 --- a/OsmSharp.iOS.UI/MapMarker.cs +++ b/OsmSharp.iOS.UI/MapMarker.cs @@ -42,7 +42,7 @@ public class MapMarker : UIButton private static UIImage GetDefaultImage() { if (_defaultImage == null) { - _defaultImage = UIImage.FromFile ("Images/marker.png"); + _defaultImage = UIImage.FromFile ("Images/marker-and-shadow.png"); } return _defaultImage; } diff --git a/OsmSharp.iOS.UI/OsmSharp.iOS.UI.csproj b/OsmSharp.iOS.UI/OsmSharp.iOS.UI.csproj index fef9f023..4b082ed1 100644 --- a/OsmSharp.iOS.UI/OsmSharp.iOS.UI.csproj +++ b/OsmSharp.iOS.UI/OsmSharp.iOS.UI.csproj @@ -67,6 +67,9 @@ - + + + + \ No newline at end of file