This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Releases: otsaloma/poor-maps
Releases · otsaloma/poor-maps
0.17
0.16
- Center on position by double-tapping map
- Toggle auto-center on position by tapping position marker
- Add point of interest by tapping map
- Use an animation when centering map
- Add manual cache purge actions of different ages
- Add support for "retina" tiles that require scaling for display
(e.g. 512x512 pixel tiles that cover the same geographic area as
normal 256x256 pixel tiles) - Add optional "smooth" field to tile source definition files
(corresponds to QML Image.smooth, defaults to false) - Bump required QtPositioning version to 5.2 and use the 5.3 API,
(probably available since Sailfish OS 1.1.0.38 "Uitukka")
0.15
0.14
- Add option to auto-remove old map tiles after specified amount
of days has passed since the tile download (see the preferences
page, defaults to never removing tiles) - Allow tile source definition files to specify a "max_age" field,
which, if lower, will override the above global threshold
(use for tiles that change often, e.g. traffic tiles) - Use Mapzen instead of project-osrm.org for OSRM routing (adds
bicycle and pedestrian in addition to previous car routing) - Fix application icon rasterization
0.13
- Add support for custom Mercator tile formats
- Add elliptical Mercator tile format
- Add Quadkey tile format
- Allow tile sources where the image format varies by zoom level
- Add descriptions for geocoders, routers and guides
- Fix search field history list filtering to be faster and smoother
- Fix display of cover tiles when in a menu page
0.12.1
0.12
- Return to the last viewed page when showing the menu
- Fix tile loading with Sailfish OS 1.1.0.38 "Uitukka"
- Fix route polyline rendering with Sailfish OS 1.1.0.38 "Uitukka"
- Fix dialog headers with Sailfish OS 1.1.0.38 "Uitukka"
- Fix narrative page scrolling with Sailfish OS 1.1.0.38 "Uitukka"
- Fix disappearing search fields with Sailfish OS 1.1.0.38 "Uitukka"
- Update OSM Roads tile source URL
0.11
0.10
- Add buttons to POI bubbles (geocoding and nearby place results)
to find route to that location and to open Foursquare links - Add pulldown menu item in route search page to reverse endpoints
- Make POI marker tap target bigger
- Retry geocoding, routing etc. in case of
BrokenPipeError
0.9
- Add framework to list nearby places by type (restaurants, etc.)
- Add Foursquare provider for listing nearby places
- Add Nominatim providers for listing nearby places
- Allow tapping on POI markers to show description bubbles
- Add option for the MapQuest Open router to try to avoid tolls
- Clear existing POIs before using "Show all" to add new POIs
from geocoding results - Show an error message when connection times out