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.8

06 Apr 00:48
Compare
Choose a tag to compare
0.8
  • Add proper icons for the most common turn types
  • Add a page listing all maneuvers of a route (accessible by punching
    the routing status bar at the top of the screen)
  • Add a scalebar
  • Fix OSRM routing narrative on roundabouts

0.7

06 Apr 00:48
Compare
Choose a tag to compare
0.7
  • Make position icon into an arrow that shows bearing
  • Show all stops along a route with HSL Journey Planner
  • Fix routing narrative to consider the closest segment instead of
    the closest route node
  • Improve detection of when a routing maneuver point has been passed
    and try to show and hide the narrative better, handling car and
    public transportation differently
  • Fix geocoding to zoom to recent results, not all POIs on map
  • Fix a tile loading bug introduced in 0.6.1

0.6.1

06 Apr 00:48
Compare
Choose a tag to compare
  • Retry geocoding or routing in case of http.client.BadStatusLine
    error, which probably implies a broken connection, which seems
    to probably happen when a persistent HTTP connection was made,
    but lost due to the device going to sleep
  • Only cache successful geocoding and routing results

0.6

06 Apr 00:47
Compare
Choose a tag to compare
0.6
  • Add narration of routing maneuvers
  • Default routing "From" field to current position
  • Use persistent HTTP connections for geocoding and routing too
    (this should especially speed up routing, which usually consists
    of 2-3 requests: 1-2 geocoding and 1 routing)
  • Fix HSL Journey Planner maneuver points to actually be
    on the route polyline

0.5.1

06 Apr 00:47
Compare
Choose a tag to compare

0.5

06 Apr 00:47
Compare
Choose a tag to compare
0.5
  • Show maneuver points along the route polyline
  • Keep POIs and routes across sessions
  • Allow removing places from history (long tap, context menu)
  • Add OpenStreetMap Nominatim geocoder (this is mainly
    for redundancy, in case MapQuest Nominatim's servers are down,
    but also the version of Nominatim in use might differ)
  • Use a redundant Nominatim geocoder for MapQuest Open and OSRM routers
  • Add U-line switch in HSL Journey Planner
  • Use stock icons on menu page
  • Don't auto-center when panning or pinching
  • Fix partial tile loading after changing tile source
  • Change default GPS polling to one second
  • Remove viewbox and nmax arguments from geocoders
  • Add an about page

0.4

06 Apr 00:47
Compare
Choose a tag to compare
0.4
  • Add HSL Journey Planner (Helsinki Region Transport public
    transportation router, reittiopas.fi)
  • Add "params" argument to routing functions

0.3

06 Apr 00:46
Compare
Choose a tag to compare
0.3
  • Add framework to support pluggable routers
  • Add MapQuest Open router (car, bicycle, pedestrian)
  • Add OSRM router (car)
  • Fix tile display when zooming to view multiple found places
  • Add "nmax" argument to geocode functions

0.2

06 Apr 00:46
Compare
Choose a tag to compare
0.2
  • Add framework to support pluggable geocoders
  • Add MapQuest Nominatim geocoder
  • New icon (now matches in-app position icon)
  • Load user's own tilesources and geocoders from
    $HOME/.local/share/harbour-poor-maps instead of the previous
    $HOME/.config/harbour-poor-maps
  • Allow landscape for menu pages (the map page remains portrait only
    due to some QtLocation problem rotating gestures)
  • Bump required PyOtherSide version to 1.2 (included in Sailfish OS
    1.0.4.20 "Ohijärvi" released 2014-03-17)

0.1

06 Apr 00:46
Compare
Choose a tag to compare
0.1

Initial release.