This demo shows how FME Server can wait for and react to real time edits using WebSockets.

How it Works

The left map is the editing application and the right map the view only application. Make edits in the map on the left and instantly see the edits on the map on the right. Note we are not just updating the features directly using JavaScript, a call is going back to the server to update the database and then the updated features are streamed back from the server.

  • Add polygons by using the toolbar on the top of the left map.
  • Edit polygons by choosing the hand tool and hovering over the polygons and dragging their vertices.
  • Delete polygons by right clicking on them.

Edit

Messages sent

Clear log

Display

Messages received

Clear log