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.22
- 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
0.21
- 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
0.20.2
0.20.1
0.20
- 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
- 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
0.18
- 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