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.8
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
- 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
- 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
- Work around an OSRM router bug causing it to sometimes not find
a route at all (see http://lists.openstreetmap.org/pipermail/osrm-talk/2014-June/000588.html) - Simplify MapQuest Open router paths at high zoom levels as well
- Fix partial display of route polyline at high zoom levels
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
0.3
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)