Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Updated map markers.
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Sep 27, 2013
1 parent c32955c commit 3375868
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 2 deletions.
Binary file added OsmSharp.iOS.UI/Images/layers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OsmSharp.iOS.UI/Images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OsmSharp.iOS.UI/Images/marker-and-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OsmSharp.iOS.UI/Images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OsmSharp.iOS.UI/Images/marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OsmSharp.iOS.UI/Images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified OsmSharp.iOS.UI/Images/marker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OsmSharp.iOS.UI/Images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion OsmSharp.iOS.UI/MapMarker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
5 changes: 4 additions & 1 deletion OsmSharp.iOS.UI/OsmSharp.iOS.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Images\marker.png" />
<BundleResource Include="Images\layers.png" />
<BundleResource Include="Images\layers%402x.png" />
<BundleResource Include="Images\marker-and-shadow%402x.png" />
<BundleResource Include="Images\marker-and-shadow.png" />
</ItemGroup>
</Project>

2 comments on commit 3375868

@xivk
Copy link
Contributor Author

@xivk xivk commented on 3375868 Sep 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OsmSharp :: GitHub - OsmSharp - v4 Build 205 is now running

@xivk
Copy link
Contributor Author

@xivk xivk commented on 3375868 Sep 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OsmSharp :: GitHub - OsmSharp - v4 Build 4.0.0.205 outcome was SUCCESS
Summary: Tests passed: 311 Build time: 0:0:0

Please sign in to comment.