ui icon indicating copy to clipboard operation
ui copied to clipboard

The UI components.

Results 64 ui issues
Sort by recently updated
recently updated
newest added

First of all: Thank you for sharing your code. It helped me a lot. I want to ask, how well tested your code for the lexer/parser of MapCSS is tested....

**Could not install package 'OsmSharp 4.2.0.723'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.0', but the package does not contain any assembly references or content...

bug

Is it possible to render an entire map with roads, highways, land, water, pois and everything from an osm.pbf? I tried this example and it doesn't display anything on the...

https://github.com/xivk/OsmSharpTestFiles.git gives a 404 not found

Hello, if i try to initialize a router with a PBF-File bigger than 15MB i get this out-of-memory-exception. Task-Manager shows a lot of memory still available. VB-Code like this `Dim...

Class `RouterTSPWrapper` -> Methode `CalculateTSP(Vehicle vehicle, RouterPoint[] points, int first, int last)` The bug is located in line 126. You forgot to pass first and last to the RouterTSP. Original:...

When a user attempts to pan the map by placing a finger upon the screen and dragging it, it fails if the finger initially lands on a map marker. This...

Like the title says.. I am using the default marker image, seems like the reference point of the marker image to the location on the map is outside the image...

``` Bitmap bitmap = BitmapFactory.DecodeResource(this.Resources, Resource.Drawable.marker); marker = new MapMarker(this, pos, MapControlAlignmentType.CenterBottom, bitmap); var popupView = marker.AddNewPopup(300, 300); var textView = new TextView(this.ApplicationContext); textView.Text = "Some popup text here: "...

bug
ui