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

10 Jan 13:43
0.22
Compare
Choose a tag to compare
  • Only show one Nominatim geocoder, which will use either MapQuest
    or OpenStreetMap Nominatim behind the scenes (#4)
  • Move preferences and about to a pulldown menu
  • Move basemaps and overlays under a single menu item
  • Make navigation narrative block a bit bigger
  • Add begin, pause and clear navigation buttons to the maneuver list page
  • Have begin navigation turn on auto-rotate
  • Bump font sizes of the scalebar and meters
  • Handle lack of positioning data better (#6)
  • Update Sputnik tile source definition and add Sputnik @2x tiles
  • Fix search history filtering

0.21.1

18 Nov 20:46
0.21.1
Compare
Choose a tag to compare
  • Fix cover tile display
  • Update OSM Roads basemap URL
  • Update ASTER GDEM & SRTM Hillshade overlay URL

0.21

21 Oct 19:19
0.21
Compare
Choose a tag to compare
  • Add Mapzen Search geocoder (a.k.a. Pelias)
  • Add Mapzen Turn-by-Turn router (a.k.a Valhalla)
  • Adapt MapQuest Nominatim geocoder to work with recent
    changes in their terms and API
  • Use project-osrm.org again for OSRM routing as Mapzen shut down
    their OSRM instance (we lose pedestrian and bicycle routing)
  • Add ÖPNVKarte basemap (OpenStreetMap public transportation)
  • Use the HiDPI version of Mapbox Streets basemap by default (#2)
  • Show POI bubble for geocoding results by default
  • Don't smooth tiles if map auto-rotate is on, but angle zero
  • Write config files atomically to avoid data loss in case of crash
  • Add new application icon sizes for tablet and whatever else

0.20.3

12 Sep 17:22
0.20.3
Compare
Choose a tag to compare
  • Fix tile display with Sailfish OS 1.1.9 "Eineheminlampi"
  • Bump qt5-plugin-geoservices-nokia dependency to version shipped
    with Sailfish OS 1.1.9 "Eineheminlampi"

0.20.2

26 Jul 16:00
0.20.2
Compare
Choose a tag to compare
  • If search string is a geo URI, parse those coordinates instead of
    sending the query to a geocoding service
  • Fix updating progress labels of search results

0.20.1

17 Jul 18:31
0.20.1
Compare
Choose a tag to compare
  • Fix broken tile display when tiles being removed at startup by
    cache purge were already being displayed

0.20

10 Jun 19:18
0.20
Compare
Choose a tag to compare
  • Add option to auto-rotate map to match bearing
  • Add a north arrow, tapping which toggles auto-rotate
  • Allow landscape orientation (requires Sailfish OS 1.1.4
    "Äijänpäivänjärvi" to work correctly)
  • Add nearby buttons to POI bubbles
  • Add positioning accuracy and speed display
  • Color matching parts of search history items
  • Use long tap instead of plain tap to add POIs
  • Hide POI bubbles on plain tap outside bubble
  • Fix error resetting HTTP connection
  • Ensure that blocking HTTP connection pool operations terminate
    immediately and gracefully on application exit
  • Write configuration to file only once on application exit
  • Don't install %doc files (COPYING, README, etc.)
  • Remove python3-base from RPM dependencies
  • Prevent provides in RPM package

0.19

06 Apr 00:50
Compare
Choose a tag to compare
  • Add ability to share one's position or a location by sending
    sms, email, etc. with properly formatted links with coordinates
    (see the main menu and point of interest bubbles)
  • Begin navigating (turn on auto-center, zoom to current position)
    by tapping on the maneuver icon of the navigation statusbar
  • Hide POI bubbles by tapping on the label part
  • Animate position and bearing changes
  • Add Mapbox Streets basemaps (both normal size and retina)
  • Add Mapbox Emerald basemaps (both normal size and retina)
  • Change default basemap for new users to Mapbox Streets
  • Keep positioning on for three minutes if Poor Maps has been
    minimized and cover is not active, but there's no GPS lock yet
  • Check that downloaded tiles are actually images
  • Fix tiles partially overlapping navigation cover
  • Rename and rearrange some menu items

0.18.1

06 Apr 00:50
Compare
Choose a tag to compare
  • Fix updating tiles after major recentering of map

0.18

06 Apr 00:50
Compare
Choose a tag to compare
  • Add support for transparent overlay tiles
  • Add ASTER GDEM & SRTM Hillshade overlay
  • Add OpenSeaMap nautical overlay
  • Add Mapbox Outdoors basemaps (both normal size and retina)
  • Add Sputnik basemap
  • Add Thunderforest Transport basemap
  • Change default auto-removal of cached tiles from "never"
    to 30 days (only affects new users, if you have used Poor Maps
    prior to 0.18, your existing setting will stay as-is)
  • Show tile count in addition to total size on tile cache page
  • Don't retry a tile download after three failed attempts
  • Fix a tile display efficiency bug introduced in 0.13
  • Destroy dynamically created QML objects when no longer used