public void loadRoadDetails(RoadDetails roadDetails)
{
// send a message to TagMap to set the associated polyline to editable
eventBus.fireEvent(new EditRoadSegmentEvent(roadDetails.getId()));
/*
* Where do I get the current polyline from?
*/
//GWT.log("EDIT road details: " + roadDetails.getId());