Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Releases: otsaloma/poor-maps

0.17

06 Apr 00:50
Compare
Choose a tag to compare
  • Add a cover that shows upcoming maneuver when navigating
  • Move "Show routing narrative" toggle from the main menu
    to the preferences page

0.16

06 Apr 00:49
Compare
Choose a tag to compare
  • 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

06 Apr 00:49
Compare
Choose a tag to compare
  • Add a mode in which no tiles are downloaded, only cached tiles
    are used (can be activated in the preferences page)
  • Center on user's position on first time startup
  • Have cache management follow symlinks

0.14

06 Apr 00:49
Compare
Choose a tag to compare
  • 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

06 Apr 00:49
Compare
Choose a tag to compare
  • 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

06 Apr 00:49
Compare
Choose a tag to compare
  • Fix route polyline style resetting when minimizing and restoring
    application with Sailfish OS 1.1.0.38 "Uitukka"

0.12

06 Apr 00:49
Compare
Choose a tag to compare
  • 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

06 Apr 00:48
Compare
Choose a tag to compare
  • Add an active mini map cover
  • Add option to prevent display blanking either always,
    when navigating or never (see "Preferences" from the main menu)
  • Allow landscape only for keyboard pages
  • Update Hike & Bike Map tile URL

0.10

06 Apr 00:48
Compare
Choose a tag to compare
  • 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

06 Apr 00:48
Compare
Choose a tag to compare
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