OpenStreetPad
OpenStreetPad copied to clipboard
A high quality, MapCSS based, iOS OpenStreetMap renderer
Hi, how can i add annotation with coordinate on OSPMapView?
Thanks, this is really great job, can you write some tutor how did you create TestData.pbf file. Thanks.
support for multipolygons. variants: http://wiki.openstreetmap.org/wiki/Relation:multipolygon can also be acheived with changing internal representation: http://en.wikipedia.org/wiki/Well-known_text http://geojson.org/geojson-spec.html https://github.com/kothic/kothic-js/wiki/Tiles-format
Description: text-offset has no affect on labels with text-position: line; specified. Steps to reproduce: Add text-position: line; text-offset: 10 to a way type. Expected results: Text follows a way 10p...
Description: OpenStreetPad currently reloads data from the API every time it is launched, it should be able to cache the data locally for faster access, and to stop putting strain...
Description: OpenStreetPad currently has no reasonable way to deal with natural=coastline ways that delimit landmass. Steps to reproduce: 1) scroll to an area with coast line in it. Expected results:...
Description: OpenStreetPad does not currently support MapCSS eval expressions Steps to reproduce: 1) Add an attribute with the value eval("1"); Expected results: The expression is evaluated Actual results: Failure to...
Description: Text placement currently overlaps heavily Steps to reproduce: 1) Find an area with two ways with text on them that cross over at the centre. Expected results: Positioning for...