Skip to content

Releases: osm2go/osm2go

OSM2go 0.9.17

06 Dec 19:31
Compare
Choose a tag to compare
  • fix disappearing track segments when segment started offscreen and is appended
  • add more tags that are automatically discarded on changes
  • show in title of info dialog if an object is modified or new
  • prevent crashes when using JOSM presets with broken display_values lists
  • several improvements to the description shown for OSM objects
  • remember the setting if imperial units should be used in the area edit
  • show changed objects table without calling the upload dialog
  • add "source" tag again on changesets
  • support chunks in JOSM presets that contain only <role> entries
  • add button icons for "Add" and "Remove" buttons in list widgets on desktop platforms
  • make source compatible with gpsd 3.21
  • save original objects when doing the first modification, which allows to reset the modified flag when editing any object back to it's original state without reload, This helps avoid needless database changes that don't actually do anything.
  • fix merging a way with another way that has only one node (shouldn't really happen)
  • actually delete the victim way when merging 2 existing ways
  • fix node reference count when loading a local diff that deletes ways
  • speed up counting of modified objects
  • highlight modified tags in the UI
  • allow to reorder relation members
  • roles of all relation members can now be changed, not only their first occurrences
  • show multipolygon role presets even if the relation also matches another preset
  • improve relation naming

You will need OpenSSL 1.0.2u. Also install the extra-ca-certificates package if you have not already installed the certificates by hand.

OSM2go 0.9.16

31 Dec 13:39
Compare
Choose a tag to compare
  • fix "clear current track segment"
  • allow fetching OSM background tiles up to zoom level 19
  • fix bad assertions when extending ways
  • small fixes in Mapnik style
  • prefill value of newly added source:date and survey:date tags with current date
  • make it possible to add nodes to area boundaries without width
  • show description for barriers
  • use correct UTF8 aware ordering in project list
  • make filtering the project list aware of UTF8
  • when restricting WMS image size keep the aspect ratio of the image

You will need OpenSSL 1.0.2u. Also install the extra-ca-certificates package if you have not already installed the certificates by hand.

OSM2go version 0.9.15

24 Dec 17:57
Compare
Choose a tag to compare
  • internal refactoring of writing floating point numbers
  • fixed N900 packaging

OSM2go version 0.9.14

20 Dec 17:04
Compare
Choose a tag to compare
  • fix random version number shown on modified objects after upload (broken in 0.9.11)
  • use more specific object description "way" or "area" if possible
  • implement renaming projects
  • do not draw nodes that are part of a way and only have "source" tags
  • use a better sized bollard image in Mapnik style
  • allow filtering in project selection
  • prevent that duplicate tags are entered at all
  • allow clearing of only the current track segment

This release embeds curl version 7.63.0.

The N900 package is broken. The files install to /usr/local instead of /usr and are so not picked up by the application menu. Please use a newer version instead.

OSM2go version 0.9.13

24 Jun 10:34
Compare
Choose a tag to compare
  • fix crash when editable preset combo box has custom value
  • WMS: do not show non-fitting layers in selection dialog
  • remove stale reference when using "used presets" twice
  • JOSM presets: add support for multiselects

Be sure to also install the matching OpenSSL 1.0.2o for Fremantle.

OSM2go version 0.9.12

26 May 19:22
Compare
Choose a tag to compare
  • fix scrolling to first used relation in relation edit
  • also consider relation memberships when showing object description
  • fix crashes with combo boxes in JOSM presets that are filled with list_entry elements
  • allow free text entry for combo boxes in JOSM presets
  • check case insensitive for *.xml extension on user presets
  • prevent a presets menu crash observed on Fremantle
  • fix merging nodes with one way both that are not at the end of the way
  • fix wrong position when inserting new nodes to a way
  • remove "mult" property of <frisket> in styles and always limit the visible area to a sensible range
  • fix crash and other bugs when uploading deletions

OSM2go version 0.9.11

21 Apr 11:31
Compare
Choose a tag to compare
  • project selection dialog can be shown on startup with "-p" argument
  • show version number in object details
  • do not store default server in project files
  • add text mapping for HTTP 500 status code from OSM server
  • Fremantle: use placeholder texts for upload entry fields
  • reuse CURL struct during upload for reduced overhead
  • fix segfaults on first start
  • Fremantle: fix crash when changing project bounds without area edit (broken in 0.9.10)
  • add highway=secondary_link and highway=bollard to Mapnik style

OSM2go version 0.9.10

08 Oct 08:52
Compare
Choose a tag to compare
  • enable way_cut only when way has more than 2 nodes
  • add support for the 'upload' attribute of the tag in data
  • fix crash after merging nodes
  • elemstyles: apply area and line styles independent from each other
  • use "name" tag before "ref" when trying to get a description for a relation
  • Maemo: require tablet-browser-interface
  • fix WMS downloads
  • update the object maps after uploading new objects, avoids stale references if the download fails half-way
  • insert new way directly after old one into relations when splitting
  • duplicate all relation memberships when splitting ways, not only the first
  • make track visibility configurable
  • insert splitted way into containing relations so ordering is kept
  • fix "count" restriction of presets for relation member roles

This will be the last release to support Hildon before Fremantle, i.e. support for Diablo and older will be removed as it has not been tested for a long time and is probably already disfunctional.

OSM2go version 0.9.9

31 Jul 13:57
Compare
Choose a tag to compare
  • fix crash if currently active project is edited and gzip mode of data file changes (broken in 0.9.8)
  • fix splitting way between nodes
  • improve results of way merging

OSM2go version 0.9.8

27 Jul 10:03
Compare
Choose a tag to compare
  • fix several bugs in WMS handling (introduced in 0.9.4)
  • fix loading the demo project on first run
  • fix endless loop when splitting a way that is member of a relation (broken in 0.9.0).
  • fix reversed roles in route relations when reversing way to use "backward" instead of "reverse"
  • fix refcount error if splitting a way on a node
  • drop otherwise unreferenced nodes with only created_by tag on deleting ways
  • do a better guess when merging nodes which node to keep
  • use https for OSM API connections whenever possible
  • do not try to load proxy settings from config, they were never saved there
  • do not crash on invalid style files
  • improve manually entered project coordinate verification
  • download and store OSM server data gzipped, files are ~85% smaller
  • offer relation roles from JOSM preset when adding new members
  • allow project to open to be given on the commandline
  • keep the history in the longer remaining part when splitting ways
  • remove trailing zeroes also from project and track coordinates when saving
  • use osmChange XML format to upload deletions, only one HTTP transfer for any number of deletions
  • update JOSM presets and icons to svn revision 12504
  • show better description of relation members in list
  • N900 version: statically linked against CURL 7.54.1, needs OpenSSL 1.0.2l