Skip to content

A live, real-time spatial dashboard powered by FME Server.

License

Notifications You must be signed in to change notification settings

safesoftware/fmepedia-spatialdashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FME Server Demo - spatialdashboard

A web application that shows some live feeds on Google Maps using FME Server.

Article Live Demo

Installation Instructions

  • Confiure the workspaces with the correct URL and port for your server in the WebSocketSenders - you may wish to use localhost.

  • Publish all workspaces (*.fmw files) to FME Server.

  • To test, run sd_ship.fmw and sd_plane.fmw. If they work, cancel them, and submit with the RTC (run 'til cancelled) option set to true, via the REST API. This will ensure that the jobs get resubmitted when they finish.

  • Schedule the sd_bus.fmw workspace to run every 10 seconds. This is a third-party feed, so please do not abuse it by running too frequently.

  • Configure spatialdashboard.js to connect to your server. You will need a token here.

  • Host contents of /www on a publicly accessible web host (S3 is fine).

  • Remember to enable CORS (Cross-Origin Resource Sharing) on FME Server. This is available under the administration dropdown menu.

  • Visit the website to view.