Skip to content

mbasa/pgrServerDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgrserver_demo

A flutter application to view and test major services of the pgrServer routing engine. This is used mainly for the MacOS desktop, although it will work as a Web as well as a mobile application.

Pre-requiste

A working pgrServer application service is a pre-requisite. Modify

lib/res/RestParams.dart

to point to the pgrServer if not located on the default localhost.

Getting the Application

A MacOS binary, an Android apk, an unsigned IOS ipa, and a web application package can all be downloaded fom the Release of this application.

Building as a Native Application

To build a MacOS Desktop application, run:

flutter build macos --no-sound-null-safety

Building as an Android Application

To build an Android application, run:

flutter build apk --release

Building as a Web Application

To build a Web application, run:

flutter build web --release

then edit web/index.html and change the base href to an appropriate web app name

<base href="/pgrserver_demo/">

Sanple Screenshots

  • Shortest Path Searches Alt text Alt text Alt text

  • Driving Distance Alt text Alt text

  • VRP Solution Searches Alt text Alt text