Skip to content

Releases: route360/r360-js

v0.5.3 multi-layer css

12 Mar 11:22
Compare
Choose a tag to compare

Allow display of multiple leaflet r360.leafletPolygonLayer

v0.5.2 gmaps polygon offset fix

16 Feb 14:32
Compare
Choose a tag to compare

Fixed offset issue with initial load of svg polygons in google maps.

v0.5.1 - maxTransfers

09 Feb 14:35
Compare
Choose a tag to compare

Added ability to set max allowed transfers on a traveltype 'transit' request

v0.5.0 - Travel Time Factors

08 Feb 08:31
Compare
Choose a tag to compare

Addition of ability to set travel time factors to all edges, or to specific edge classes.

New method travelOptions.setTravelTimeFactors(factors) where factors is object of { edgeClassName: factor } (or { all: factor } to apply globally.)

e.g.

travelOptions.setTravelTimeFactors({ all: 1.5 });

to apply a multiplier of 1.5 to all travel times on all edgeClasses, thus slowing down all travel.

or

travelOptions.setTravelTimeFactors({ 
    motorway: 0.5,
    motorway_link: 0.5
});

to apply multiplier of 0.5 to all freeway-based edgeClasses, thus speeding up travel on freeways.

Full list of OSM edge classes:

  • "ferry"
  • "motorway"
  • "motorway_link"
  • "trunk"
  • "trunk_link"
  • "primary"
  • "primary_link"
  • "secondary"
  • "secondary_link"
  • "tertiary"
  • "residential"
  • "tertiary_link"
  • "road"
  • "unclassified"
  • "service"
  • "living_street"
  • "pedestrian"
  • "track"
  • "path"
  • "cycleway"
  • "footway"
  • "steps"
  • "unknown"

gmaps id fix

06 Nov 11:28
Compare
Choose a tag to compare

gmaps polygon update to use id generator, allowing multiple r360 polygon layers

v0.4.2

11 Sep 08:20
Compare
Choose a tag to compare

maxEdgeWeight replacing deprecated maxRoutingTime and maxRoutingDistance

v0.4.1

11 Sep 08:17
Compare
Choose a tag to compare

Hotfix version bump

v0.4.0

11 Sep 08:16
Compare
Choose a tag to compare

Basemaps added to library

v0.3.3

16 Jun 08:22
Compare
Choose a tag to compare

Addition of Route360° basemaps module

v0.3.2

19 May 13:49
Compare
Choose a tag to compare

Support for rush hour functionality