Skip to content

Releases: pszufe/OpenStreetMapX.jl

v0.4.1

02 Nov 19:12
c064469
Compare
Choose a tag to compare

OpenStreetMapX v0.4.1

Diff since v0.4.0

Merged pull requests:

  • Fix pbf reader with Relation.MemberType (#76) (@blegat)
  • [PBF] Fix conversion from enum to its name (#77) (@blegat)

Closed issues:

  • The version 0.4.0 fails to open some PBF files ERROR: UndefVarError: Relation_MemberType not defined (#75)

v0.4.0

30 Oct 18:08
Compare
Choose a tag to compare

OpenStreetMapX v0.4.0

Diff since v0.3.4

Merged pull requests:

v0.3.4

19 Aug 11:06
Compare
Choose a tag to compare

OpenStreetMapX v0.3.4

Diff since v0.3.3

Merged pull requests:

v0.3.3

13 Aug 16:01
Compare
Choose a tag to compare

OpenStreetMapX v0.3.3

Diff since v0.3.2

Closed issues:

  • Can openstreetmapx visualize predefind nodes? Not extracted one from OSM (#63)
  • Is there a way to extract the lat/long coordinates for each point along a "way?" (#64)

v0.3.2

15 Apr 00:03
f006eef
Compare
Choose a tag to compare

OpenStreetMapX v0.3.2

Diff since v0.3.1

Merged pull requests:

v0.3.1

09 Jan 12:01
Compare
Choose a tag to compare

OpenStreetMapX v0.3.1

Diff since v0.3.0

v0.3.0

09 Jan 03:02
Compare
Choose a tag to compare

OpenStreetMapX v0.3.0

Diff since v0.2.7

v0.2.7

06 Dec 01:23
8974b37
Compare
Choose a tag to compare

OpenStreetMapX v0.2.7

Diff since v0.2.6

Merged pull requests:

v0.2.6

03 Nov 01:22
33720b9
Compare
Choose a tag to compare

OpenStreetMapX v0.2.6

Diff since v0.2.5

Closed issues:

  • Multiple Edge Colors (#56)

Merged pull requests:

v0.2.5

02 Sep 16:01
7a06505
Compare
Choose a tag to compare

OpenStreetMapX v0.2.5

Diff since v0.2.4

Merged pull requests:

  • Simplify A* option handling (#46) (@blegat)
  • Use n field instead of reconstructing it (#47) (@blegat)
  • Faster creation of weight_matrix (#48) (@blegat)
  • Fix nodes_within_range (#49) (@blegat)
  • Avoid constructing a Set by using haskey (#50) (@blegat)
  • Avoid vcat-splatting (#51) (@blegat)
  • Use concrete types instead of dictionaries (#52) (@blegat)
  • Remove visited as the info is in colormap (#53) (@blegat)
  • Don't store dist as key in frontier (#54) (@blegat)
  • Define nvg earlier to cover two more uses (#55) (@blegat)