Please augment line 121 in EF.Reverse.POCO.Core.Include to read:
col.PropertyType != "Microsoft.SqlServer.Types.SqlGeometry" && //Existing
col.PropertyType != "System.Data.Spatial.DbGeography" && //New types.
col.PropertyType != "System.Data.Spatial.DbGeometry"
col.PropertyType != "Microsoft.SqlServer.Types.SqlGeometry" && //Existing
col.PropertyType != "System.Data.Spatial.DbGeography" && //New types.
col.PropertyType != "System.Data.Spatial.DbGeometry"