Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: googlemaps/js-route-optimization-app

6.1.2

21 May 20:21
@jmccollum-woolpert jmccollum-woolpert
e42929c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changed

  • Explicitly set VPC connector instance count
Assets 2
Loading

6.1.1

20 May 15:39
@jmccollum-woolpert jmccollum-woolpert

Choose a tag to compare

Changed

  • Increased default maxZoom
  • Decreased route polyline width
  • Added transparency to route lines
Loading

6.1.0

15 May 20:02
@jmccollum-woolpert jmccollum-woolpert
3676586
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

  • Add support for routing objectives
  • Add additional fields to vehicle info windows
  • Add distance matrix export for scenario

Fixed

  • Avoid divide by zero when start and end of transition are the same

Changed

  • Update dependencies
  • Support multiple entities in a single info window
  • Use fixed width for route polylines
  • Migrate gsutil usage to gcloud storage
Loading

6.0.0

06 Jun 22:14
@jmccollum-woolpert jmccollum-woolpert
a7ed4c4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

  • Add cost per kilometer below soft max to transition attributes
  • Add reset button to metadata view
  • Add training exercise files

Fixed

  • Support shipment model settings on vehicle tab
  • Remove CFR references from docs
  • Zip file order does not matter
  • Don't try to camel case null objects

Changed

  • Update to Angular v17
  • Use npm RO library
  • Update dependencies
  • Updated docs for authentication
Loading

5.2.0

03 Apr 19:22
@jmccollum-woolpert jmccollum-woolpert
b968135
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

  • Add cost per kilometer to CSV import
  • Click visit request in pre-solve view to view shipment info

Fixed

  • Confirm bulk edit for vehicles or shipments depending on trigger
  • Properly map unloading policy to CSV import
  • Check for geocode object before querying error

Changed

  • Update dependencies
Loading

5.1.3

25 Feb 18:18
@jmccollum-woolpert jmccollum-woolpert
6e14eac
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

  • Increased the maximum value of stop count icons #199
  • Add map layers controls to pre-solve view #197

Fixed

  • Add default array for parsing waypoints #196
  • Check for valid start and end waypoints on vehicles before writing to model #200

Other

  • Updated minor dependencies #201
Loading

5.1.2

16 Jan 16:22
@cmorabito-woolpert cmorabito-woolpert
6d0e69f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • Compress optimize tours request payloads to support JSON data larger than Cloud Run's maximum request size (#61)
  • Add compression middleware to backend (#61)
  • Increase Cloud Run memory limit to support larger request objects (#61)

Other

  • Upgrade backend dependencies
  • Upgrade Node.js v22
  • Upgrade Terraform providers
Loading

5.1.1

19 Sep 22:15
@jmccollum-woolpert jmccollum-woolpert
fb99a7f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • Fix typo in python documentation
  • Fix parsing error in CSV upload for travel modes

Added

  • Additional vehicle validation for CSV uploads
Loading

5.1.0

29 Jul 20:47
@jmccollum-woolpert jmccollum-woolpert

Choose a tag to compare

Changed

  • Only selected shipments are shown in the pre-solve map view
  • Timezone selector styling and formatting has been updated to be more user friendly
  • Metadata in info windows has been updated for shipments and vehicles in the post-solve view
  • The legend in the post-solve view now more clearly shows how time is spent across all routes
  • Updated styling for metric boxes
  • Timeline view styling now matches the routes shown on the map
  • Map icons are now drawn at a fixed size regardless of zoom level

Fixed

  • Page title and icon have been updated
  • API parameters for generating a PDF map have been updated to support larger datasets
  • Fixed various warnings and errors in the application's unit tests
  • Updated the development docs to reflect current requirements and use updated terminology
  • Made minor styling adjustments to the application

Added

  • Map selections in the post-solve view can be controlled separately by the timeline and table views
  • A travel simulator has been added to let you see how the vehicles will drive their routes. The simulator can both animate its routes for the user, or be controlled manually by dragging the new handle on the timeline view.
  • Added a "Reset view" button in the post-solve view that can be used to clear filters and reset your timeline view.
  • Added load demands and vehicle capacity to pre-solve metrics
  • Click on a shipment in the timeline view to filter to that route and zoom to the selection
  • Added labeled icons to the post-solve view showing the order that stop will be performed on the selected routes. Labels only appear if zoomed in enough and all stops after the 99th will be labeled "99+"
Loading

5.0.0

15 May 15:53
@jmccollum-woolpert jmccollum-woolpert

Choose a tag to compare

Changed

  • The application now uses Google Maps Platform Route Optimization instead of Cloud Fleet Routing
  • The license of the application has changed from MIT to Apache 2.0
  • The landing page has been streamlined and updated to reflect Google Maps Platform branding
  • The application is now split vertically between tabular and map views rather than horizontally
  • Map info windows have been updated with new styling
  • The default map style has been changed to match Google Maps
  • The previous "Scenario Settings" view has been moved to "Request Planning" in the side nav
  • Routes are now easier to view on the map
  • Additional pre-solve metrics have been added
  • Help docs have been updated to reflect the new look of the application
  • Terraform files have been updated to reflect the API changes
  • Most forms of post-solve route changes have been removed
  • Various style and layout changes
  • Update dependencies

Fixed

  • File upload process has been streamlined
  • Errors when uploading files are now clearer

Added

  • Scenarios can now have names. Uploaded files will automatically be named to match the source file name. Downloads will reflect the name set in the application.
  • Travel mode icons have been added to the map
  • Map layers can be filtered using the new map legend
  • Routes are automatically selected when a solution is loaded
  • The Save drawer automatically opens when viewing the solution

Full Changelog: 4.4.3...5.0.0

Loading
cmorabito-woolpert reacted with hooray emoji
1 person reacted
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /